ripnode-1.1.11 is not a library.
Visit the last successful build:
ripnode-0.3.0
ripnode
Simple tool for deleting node_modules and other folders
Inspired by npkill
Installation
Cargo
Usage
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.
Options
Controls
Interactive mode
Key | Action |
---|---|
j, s, ↓ |
Move down |
k, w, ↑ |
Move up |
space, enter |
Delete |
q, esc |
Quit |
Purpose
This is a learning exercise for me to learn Rust and keeping up with its ecosystem.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.