Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skanehira/fk
Kill specific processes with fuzzy finder
https://github.com/skanehira/fk
Last synced: 3 months ago
JSON representation
Kill specific processes with fuzzy finder
- Host: GitHub
- URL: https://github.com/skanehira/fk
- Owner: skanehira
- License: mit
- Created: 2020-05-24T03:34:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T04:56:57.000Z (over 4 years ago)
- Last Synced: 2024-06-20T19:22:38.310Z (5 months ago)
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fk
Kill specific processes with fuzzy finder.![](https://i.imgur.com/Q6ONFRz.gif)
## Usage
```sh
$ fk
```Keybindings
| key | description |
|--------|-----------------|
| CTRL-i | select/unselect |
| CTRL-j | go to next |
| CTRL-k | go to prev |
| CTRL-c | abort |
| Enter | kill |## Instalttion
```sh
$ go get github.com/skanehira/fk/cmd/fk
```or Download from [releases](https://github.com/skanehira/fk/releases)
## Author
skanehira