Skip to content

Commit a5be18a

Browse files
committed
Add Interactively Kill A Process With fkill as a workflow til
1 parent ea5b9c1 commit a5be18a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
1010
For a steady stream of TILs from a variety of rocketeers, checkout
1111
[til.hashrocket.com](https://til.hashrocket.com/).
1212

13-
_658 TILs and counting..._
13+
_659 TILs and counting..._
1414

1515
---
1616

@@ -775,6 +775,7 @@ _658 TILs and counting..._
775775
## Workflow
776776

777777
- [Convert An ePub Document To PDF On Mac](workflow/convert-an-epub-document-to-pdf-on-mac.md)
778+
- [Interactively Kill A Process With fkill](workflow/interactively-kill-a-process-with-fkill.md)
778779
- [Toggle Between Stories In Storybook](workflow/toggle-between-stories-in-storybook.md)
779780

780781
## Usage
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Interactively Kill A Process With fkill
2+
3+
The cross-platform [`fkill`](https://github.com/sindresorhus/fkill-cli) tool
4+
is a modern, friendly CLI for fabulously killing processes. It provides an
5+
interactive interface for searching for the name or pid of a process that
6+
needs killing.
7+
8+
Install it with yarn (or npm):
9+
10+
```bash
11+
$ yarn global add fkill-cli
12+
```
13+
14+
Then run it with no arguments to trigger the interactive mode.
15+
16+
![use fkill interactively](https://raw.githubusercontent.com/sindresorhus/fkill-cli/master/screenshot.gif)

0 commit comments

Comments
 (0)