14 Commits

Author SHA256 Message Date
bd36552150 Accepting request 1327905 from home:mantarimay:branches:X11:Utilities
- Update to version 0.28.0:
  * Replace '!' for selecting process by pid with '='
  * Replaced tui-textarea with tui-input
  * Correct line count calculation for process details scrolling
- Version 0.27.0:
  * Fixed missing initial query
  * Added support for multiple key modifiers and readline editing
- Version 0.26.1:
  * Improved startup performance and refresh speed
- Version 0.26.0:
  * Fixed terminal clear up after closing app
  * Performance improvement

OBS-URL: https://build.opensuse.org/request/show/1327905
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=27
2026-01-18 08:14:26 +00:00
d70459360f Accepting request 1305606 from home:mantarimay:branches:X11:Utilities
- Update to version 0.25.0:
  * fixed clippy warnings
  * fix copying not working on at least niri
  * renamed fps to debug component

OBS-URL: https://build.opensuse.org/request/show/1305606
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=25
2025-09-18 05:14:19 +00:00
0fc90b7904 Accepting request 1285629 from home:mantarimay:branches:X11:Utilities
- Update to version 0.24.0:
  * made clipboard lazy init so it wont fail entire app

OBS-URL: https://build.opensuse.org/request/show/1285629
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=23
2025-06-13 18:12:12 +00:00
7a9380d67f Accepting request 1282909 from home:mantarimay:branches:X11:Utilities
- Update to version 0.23.1:
  * fixing no config file
  * added missing and configurable key mappings

OBS-URL: https://build.opensuse.org/request/show/1282909
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=21
2025-06-04 20:33:32 +00:00
22103b82cf Accepting request 1253421 from home:mantarimay:branches:openSUSE:Factory
- Update to version 0.18.1:
  * Allow to configure the colors of the UI
  * ui enums accept both snake_case and PascalCase
  * added new key mappings
  * New ignore path options allowing to reduce amount of displayed
    processes

OBS-URL: https://build.opensuse.org/request/show/1253421
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=19
2025-03-15 23:06:53 +00:00
fcf62aedfa Accepting request 1243490 from home:mantarimay:branches:X11:Utilities
- Update to version 0.15.0:
  * added new keymaps for text manipulation
  * add keymapings for selecting process parent/family/siblings

OBS-URL: https://build.opensuse.org/request/show/1243490
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=17
2025-02-05 18:47:52 +00:00
7ba029af74 Accepting request 1229162 from home:mantarimay:branches:X11:Utilities
- Update to version 0.12.0:
  + Bugs fixes
    - Fix incorrect start time, enforce deterministic ports order
  + New Features
    - Highlight for cmd, path and ports
    - args fuzzy highlight
- Removed cargo_audit from _service due that contains vendor now

OBS-URL: https://build.opensuse.org/request/show/1229162
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=15
2024-12-08 21:54:03 +00:00
21d3e2e495 Accepting request 1222971 from home:mantarimay:branches:X11:Utilities
- Update to version 0.10.0
  + Bugs fixes
    - Fixed empty query for ports args and paths
  + New Features
    - Added sorting search results by match score

OBS-URL: https://build.opensuse.org/request/show/1222971
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=13
2024-11-09 13:58:51 +00:00
da2144109a Accepting request 1206513 from home:mantarimay:branches:X11:Utilities
- Update to version 0.9.0
  + New Features
    - Support vim-like key bindings for navigation
    - add ctrl+arrow up/ctrl+arrow down keybinding to go first/end
      row

OBS-URL: https://build.opensuse.org/request/show/1206513
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=11
2024-10-09 11:54:12 +00:00
67f799a979 Accepting request 1206027 from home:mantarimay:branches:X11:Utilities
- Update to version 0.8.0
  + Bugs fixes
    - fixed failing tests - removed fuzzy search from args
  + New Features
    - Add fuzzy search for Path type of queries
    - Add configuration
    - Add fuzzy search for Cmd, Ports, and Args

OBS-URL: https://build.opensuse.org/request/show/1206027
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=9
2024-10-07 06:21:19 +00:00
3d23255473 Accepting request 1202897 from home:mantarimay:branches:X11:Utilities
- Update to version 0.7.0
  + Bugs fixes
    - Fix infinite scroll in process details area
  + New Features
    - Add cli arguments to configure the viewport size
    - Add faster scrolling: jump over 10 lines when pressing
      PgUp/PgDown

OBS-URL: https://build.opensuse.org/request/show/1202897
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=7
2024-09-24 10:44:06 +00:00
ee99f15063 Accepting request 1201877 from home:mantarimay:branches:openSUSE:Factory
- Update to version 0.6.4
  + feature
    - added sarch by pid and process family
    - feat: Quit program with ctrl+c

OBS-URL: https://build.opensuse.org/request/show/1201877
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=5
2024-09-18 22:20:21 +00:00
34aa254e44 Accepting request 1196361 from home:mantarimay:branches:X11:Utilities
- Update to version 0.6.3
  + feature
    - Added refresh on demand
  + optimization
    - cache refresh and table rendering improvement
  + chore
    - added integration test for searching processes
    - added text area input from third party

OBS-URL: https://build.opensuse.org/request/show/1196361
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=3
2024-08-27 22:38:40 +00:00
94544fdb70 Accepting request 1194855 from home:mantarimay:apps
Initial package

OBS-URL: https://build.opensuse.org/request/show/1194855
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=1
2024-08-26 10:24:32 +00:00