paimon-npm
v1.4.0
Published
Keyboard-driven CLI to browse and copy code snippets into your working directory
Downloads
715
Maintainers
Readme
Paimon 🌟
Your sneaky code companion CLI — browse and copy boilerplate code right into your working directory.
Install
npm install -g paimon-cliUsage
paimon --code -lsArrow keys to navigate, ENTER to copy a file (or open a folder), ← to go back, q to quit.
Adding your own codes
Just drop files/folders into the codes/ directory inside the package:
~/.npm-global/lib/node_modules/paimon-cli/codes/Or find it with:
npm root -gThen navigate to paimon-cli/codes/ and add your files.
Controls
| Key | Action | |-----|--------| | ↑ / k | Move up | | ↓ / j | Move down | | ENTER / → | Copy file or open folder | | ← / Backspace | Go back | | q / ESC | Quit |
