A command bookmarking tool for your terminal.
Project description
💡 Usage
| Command | Description |
|---|---|
book <alias|index> |
Run a saved command |
book add "<command>" [alias] |
Add a new command (optional alias) |
book find <keyword> |
Search commands by keyword |
book rm <n|alias> |
Remove a saved command (auto-reindexes) |
🧠 Examples
# Add and name your favorite commands
book add "sudo nginx -t && sudo systemctl reload nginx" nginx
book add "cd /var/www/live" live
book add "git status" gs
# View all saved commands
book
# Run a saved one
book nginx
book gs
# Search for related entries
book find nginx
# Remove an outdated entry
book rm nginx
📂 Storage Format
Commands are stored in ~/.book in this format:
1 : nginx : sudo nginx -t && sudo systemctl reload nginx
2 : live : cd /var/www/live
3 : gs : git status
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
centrip_book-1.0.8.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file centrip_book-1.0.8.tar.gz.
File metadata
- Download URL: centrip_book-1.0.8.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
025362207edb18bf78a32d20746cc5892ad27ef774b08afa3349ad09aca93465
|
|
| MD5 |
161342c3cf2569ac4093ec031d27f638
|
|
| BLAKE2b-256 |
0db3d403cf8ce8d50cdbe88f6673da3459ee094e5d8a079e2421f2ee01a46537
|
File details
Details for the file centrip_book-1.0.8-py3-none-any.whl.
File metadata
- Download URL: centrip_book-1.0.8-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a375be6b16a9976e066e0b2cc3df377afff971309de4fa34fa04bdac34892f20
|
|
| MD5 |
1f450ad0db1031d717238b97268646ab
|
|
| BLAKE2b-256 |
72d9d4a3cec717f1caf1c3665393e5c869a9a5fd0d62ee6049ed97b58bdd5f25
|