Simple tool for deleting node_modules and other folders https://jorgemayoral.github.io/ripnode/
Find a file
dependabot[bot] f1661efe35
chore(deps): bump log from 0.4.26 to 0.4.27 (#148)
Bumps [log](https://github.com/rust-lang/log) from 0.4.26 to 0.4.27.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.26...0.4.27)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 18:53:26 +02:00
.github chore(deps): bump JamesIves/github-pages-deploy-action (#142) 2025-03-08 18:36:04 +01:00
src style: 🎨 fix format errors 2023-10-26 20:10:55 +02:00
.gitignore chore: 🙈 update gitignore file 2023-10-26 20:00:46 +02:00
Cargo.lock chore(deps): bump log from 0.4.26 to 0.4.27 (#148) 2025-05-19 18:53:26 +02:00
Cargo.toml chore(deps): bump log from 0.4.26 to 0.4.27 (#148) 2025-05-19 18:53:26 +02:00
CHANGELOG.md chore: release (#68) 2024-02-09 16:42:52 +01:00
cliff.toml Fix release workflow (#62) 2023-10-25 20:17:20 +02:00
LICENSE-APACHE chore: update license 2023-03-05 13:12:36 +01:00
LICENSE-MIT chore: update license 2023-03-05 13:12:36 +01:00
oranda.json ci: 👷 update gihub page workflow 2023-10-26 19:45:50 +02:00
README.md docs: fix readme 2023-07-04 17:03:39 +02:00
release-plz.toml Fix release workflow (#62) 2023-10-25 20:17:20 +02:00
rust-toolchain.toml chore: upgrade rust toolchain version 2024-09-02 19:17:40 +02:00

ripnode

Simple tool for deleting node_modules and other folders

Inspired by npkill

Continuous integration

Installation

Cargo

cargo install ripnode

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.

ripnode [OPTIONS]

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

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

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.