fk_cli 0.1.1

CLI utility for killing running processes with the fuzzy finder and convenience.
Documentation
[[bin]]
name = "fk"
path = "src/main.rs"
[dependencies.console]
version = "0.15.5"

[dependencies.dialoguer]
features = ["fuzzy-select"]
version = "0.10.3"

[lib]
name = "fk_lib"
path = "src/lib.rs"

[package]
authors = ["Dmitry Shvetsov"]
description = "CLI utility for killing running processes with the fuzzy finder and convenience."
edition = "2021"
license = "MIT"
name = "fk_cli"
readme = "README.md"
version = "0.1.1"