mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Add Interactively Kill A Process With fkill as a workflow til
This commit is contained in:
@@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
|
||||
For a steady stream of TILs from a variety of rocketeers, checkout
|
||||
[til.hashrocket.com](https://til.hashrocket.com/).
|
||||
|
||||
_658 TILs and counting..._
|
||||
_659 TILs and counting..._
|
||||
|
||||
---
|
||||
|
||||
@@ -775,6 +775,7 @@ _658 TILs and counting..._
|
||||
## Workflow
|
||||
|
||||
- [Convert An ePub Document To PDF On Mac](workflow/convert-an-epub-document-to-pdf-on-mac.md)
|
||||
- [Interactively Kill A Process With fkill](workflow/interactively-kill-a-process-with-fkill.md)
|
||||
- [Toggle Between Stories In Storybook](workflow/toggle-between-stories-in-storybook.md)
|
||||
|
||||
## Usage
|
||||
|
||||
16
workflow/interactively-kill-a-process-with-fkill.md
Normal file
16
workflow/interactively-kill-a-process-with-fkill.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Interactively Kill A Process With fkill
|
||||
|
||||
The cross-platform [`fkill`](https://github.com/sindresorhus/fkill-cli) tool
|
||||
is a modern, friendly CLI for fabulously killing processes. It provides an
|
||||
interactive interface for searching for the name or pid of a process that
|
||||
needs killing.
|
||||
|
||||
Install it with yarn (or npm):
|
||||
|
||||
```bash
|
||||
$ yarn global add fkill-cli
|
||||
```
|
||||
|
||||
Then run it with no arguments to trigger the interactive mode.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user