File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
1010For 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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments