A simple cross-system 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.7.tar.gz
(3.1 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.7.tar.gz.
File metadata
- Download URL: centrip_book-1.0.7.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e8d208337f0222f11d51e4e24a0a7bf0e432f04ea90261a783370eebaa58a83
|
|
| MD5 |
3afe3b4c677caa41287b07ced37fde34
|
|
| BLAKE2b-256 |
068ae5f0398c44d8296e411efb110cec1fcca16eb444423000a6e443e7a981d7
|
File details
Details for the file centrip_book-1.0.7-py3-none-any.whl.
File metadata
- Download URL: centrip_book-1.0.7-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
68c03b2e82ef1cf2c4c122cc4adbb9ccc56cf56c724027273be49e5005ec0f16
|
|
| MD5 |
aeb710286edd350906ec0cd55f204e94
|
|
| BLAKE2b-256 |
b2a4550f051006fcec30f1cb17feb9dc34bae9b7cd72b36fe5640b4890434c89
|