A collection of useful scripts to automate daily tasks and improve productivity.
git clone https://github.com/mrcndn/awesome-scripts.git
cd awesome-scripts
./install.shAfter installation, use runscript to run any script by name:
runscript clean_node -a --dry-run
runscript system_infoRun runscript without arguments to see all available scripts.
Each script lives in its own directory under sh/ with its own README.
| Script | Description |
|---|---|
| clean_node | Recursively delete node_modules and lock files |
| node_secure | 3-layer supply-chain security hardening (npm, bun, pnpm, yarn) |
| clean_zsh_history | Wipe Zsh history and sessions |
| delete_history | Clear bash history (all or last N lines) |
| system_info | Display basic system information |
Contributions are welcome! Please read CONTRIBUTING.md for details.
This project is licensed under the MIT License - see the LICENSE file for details.