Crates.io | ripnode |
lib.rs | ripnode |
version | 1.1.11 |
source | src |
created_at | 2023-03-05 12:15:31.452958 |
updated_at | 2024-06-10 18:28:06.08898 |
description | Simple tool for deleting node_modules and other folders |
homepage | https://github.com/JorgeMayoral/ripnode |
repository | https://github.com/JorgeMayoral/ripnode |
max_upload_size | |
id | 801271 |
size | 81,458 |
Simple tool for deleting node_modules and other folders
Inspired by npkill
cargo install ripnode
By default, it will run in interactive mode, showing a TUI with the folders to delete.
Directory to delete defaults to node_modules, but can be changed with the -n or --name option. Directory search starts from the current directory.
ripnode [OPTIONS]
-d, --dry-run See what would be deleted without actually deleting anything
-n, --name <NAME> The name of the folder to delete [default: node_modules]
--non-interactive Run as CLI, without TUI
-v, --verbose... More output per occurrence
-q, --quiet... Less output per occurrence
-h, --help Print help
-V, --version Print version
Key | Action |
---|---|
j, s, ↓ |
Move down |
k, w, ↑ |
Move up |
space, enter |
Delete |
q, esc |
Quit |
This is a learning exercise for me to learn Rust and keeping up with its ecosystem.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.