A powerful Node.js CLI tool to search, view, edit, and delete files and folders directly from the terminal.
- 🔍 Search files or folders recursively
- 📄 View full file content
- ✏️ Inline file editing
- 📝 Multi-line editing
- ➕ Add/Remove lines
- 📂 External editor support (nano/vim)
- ❌ Delete files and folders
- 🧠 Keyword search with highlights
npm install -g code-lens
code-lens check
code-lens edit
code-lens delete
-
Inline Edit
: Edit a single line by number. -
Multi-line Edit
: Edit multiple lines in one go. -
Add/Remove Lines
: Add or remove lines from a file. -
External Editor
: Edit in notepad,vs code,nano or vim.
code-lens check --file index.js
code-lens edit
code-lens delete
Created by Ali Abdullah
Passionate about CLI tools and productivity ✨
Built with Node.js, Commander.js, Inquirer.js, Chalk, and fs module.