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.6.tar.gz
(2.7 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.6.tar.gz.
File metadata
- Download URL: centrip_book-1.0.6.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a5cd4de880bfb8cf81e74b2b786ca51f3d5e4fb80315419f6b5a98affec2a6d
|
|
| MD5 |
c90978b5666ee1f5684d479c747e3f88
|
|
| BLAKE2b-256 |
43c959e5f71d758144dd500d90413c6245dbad01d00835d00465dbf35a2b3ef3
|
File details
Details for the file centrip_book-1.0.6-py3-none-any.whl.
File metadata
- Download URL: centrip_book-1.0.6-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 |
3c0a2df84827fa1760a96b5fdaa4c04d2fcf838b08374a116c32213b8e1cbe72
|
|
| MD5 |
6eb2daceadded46b12c37413879d12c2
|
|
| BLAKE2b-256 |
8279d5cf29bfafe6a9bf0bc73ffe324fbcef2eda462a1bd82f10ab3ffb3da37d
|