14 Commits

Author SHA256 Message Date
73ed878ddd Accepting request 1305607 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1305607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pik?expand=0&rev=13
2025-09-18 19:09:24 +00:00
918b3835fa - 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/package/show/X11:Utilities/pik?expand=0&rev=25
2025-09-18 05:14:19 +00:00
aea96d23a4 Accepting request 1285630 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1285630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pik?expand=0&rev=12
2025-06-14 14:17:37 +00:00
f15abafabd 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
4d0ad40afe Accepting request 1282910 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1282910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pik?expand=0&rev=11
2025-06-05 18:33:28 +00:00
32973192ac 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
ae65730e78 Accepting request 1253422 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1253422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pik?expand=0&rev=10
2025-03-16 17:58:49 +00:00
01fa404dde 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
6351eb5dfb Accepting request 1243491 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1243491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pik?expand=0&rev=9
2025-02-06 21:07:11 +00:00
7302c51517 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
0e314119c3 Accepting request 1229163 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1229163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pik?expand=0&rev=8
2024-12-09 20:11:58 +00:00
4079dc4419 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
02290644c9 Accepting request 1222972 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1222972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pik?expand=0&rev=7
2024-11-09 19:58:41 +00:00
9f44ef2a26 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
6 changed files with 65 additions and 8 deletions

View File

@@ -5,5 +5,4 @@
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual"/>
</services>

3
pik-0.25.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69f34163ce11f0dde371aa764281f3158061515dbb60334b76584c3a100711e0
size 3381517

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f61eca2537b7a5db45f59e92819c9b9741a69cf7e6f03ece58702c9bfbc8550c
size 1370466

View File

@@ -1,3 +1,61 @@
-------------------------------------------------------------------
Thu Sep 18 05:12:50 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.25.0:
* fixed clippy warnings
* fix copying not working on at least niri
* renamed fps to debug component
-------------------------------------------------------------------
Fri Jun 13 18:06:29 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.24.0:
* made clipboard lazy init so it wont fail entire app
-------------------------------------------------------------------
Wed Jun 4 19:04:48 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.23.1:
* fixing no config file
* added missing and configurable key mappings
-------------------------------------------------------------------
Sat Mar 15 22:23:03 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
-------------------------------------------------------------------
Wed Feb 5 18:02:20 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.15.0:
* added new keymaps for text manipulation
* add keymapings for selecting process parent/family/siblings
-------------------------------------------------------------------
Sun Dec 8 21:51:23 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
-------------------------------------------------------------------
Sat Nov 9 13:47:41 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
-------------------------------------------------------------------
Wed Oct 9 11:09:03 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -1,7 +1,7 @@
#
# spec file for package pik
#
# Copyright (c) 2024 mantarimay
# Copyright (c) 2025 mantarimay
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%bcond_without test
Name: pik
Version: 0.9.0
Version: 0.25.0
Release: 0
Summary: Process Interactive Kill
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:771333b7cf7fff9a661c17e6a9cc71cbb1d6817c98380bcf5224e0f04ad1f65e
size 33028771
oid sha256:5c30d8ce35d278987af2bc394ffb3570b659bd866d84f008253155b858c913b9
size 41165935