A simple cross-system command bookmarking tool for your terminal.
Project description
💡 Usage
| Command | Description |
|---|---|
| `book <alias | index>` |
book add "<command>" [alias] |
Add a new command (optional alias) |
book find <keyword> |
Search commands by keyword |
| `book rm <n | alias>` |
🧠 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.5.tar.gz
(2.8 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.5.tar.gz.
File metadata
- Download URL: centrip_book-1.0.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de1daec07d8921a4560e1667368bdb2a918d52c6041c617b0a700634cdc46f15
|
|
| MD5 |
20ae66b5075ecbdd6d8f111910ce74b9
|
|
| BLAKE2b-256 |
550e4cbe5c29bb3cfa0a1c9d605d696df645a11059c2ad2ed9a90e0a84f2ce6d
|
File details
Details for the file centrip_book-1.0.5-py3-none-any.whl.
File metadata
- Download URL: centrip_book-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.2 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 |
ba9d530c793fb1cfb64fb007b48f356acb285c43ebca7a35ae1189c09e7b0cdf
|
|
| MD5 |
aa7cb129f5f61d66a4f9ae5e67918372
|
|
| BLAKE2b-256 |
cb16ea48353f037c24c8ce66ff1eaa6d90b7a73c196003999cf11ff50d407313
|