A command bookmarking tool for your terminal.
Project description
📘 Centrip Book
A lightweight terminal command bookmarking tool — save, search, and run your most used commands instantly.
💡 Usage
| Command | Description |
|---|---|
book |
List all saved commands |
book add "<command>" [alias] |
Add a new command (optional alias) |
| `book <alias | index>` |
book find <keyword> |
Search for 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
# Run by alias or index
book nginx
book 2
# Search or remove
book find nginx
book rm nginx
📂 Storage
Commands are stored in ~/.book as plain text, one per line:
nginx → sudo nginx -t && sudo systemctl reload nginx
live → cd /var/www/live
soup
⚙️ Installation
pip install centrip-book --break-system-packages
🏷️ Version
1.1.0 – cleaned display, reserved alias protection, and simplified storage format.
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.1.0.tar.gz
(3.2 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.1.0.tar.gz.
File metadata
- Download URL: centrip_book-1.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aefadb890a650f99e232346cff765a1e988a2fec55bdee111c66526de3aa3eb4
|
|
| MD5 |
54fe3cc10ddcb1d6571e9bcea960f6bf
|
|
| BLAKE2b-256 |
a10c1ee8373d7e57506f306caaebfb2f026ab47727112d94d26b8c3db958039a
|
File details
Details for the file centrip_book-1.1.0-py3-none-any.whl.
File metadata
- Download URL: centrip_book-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
ff26522fb375a753d103d030536a8a50a77ade47182510ffd7d034fa03dbd79b
|
|
| MD5 |
80e6e213012ef5a739cd930fd88be5dd
|
|
| BLAKE2b-256 |
65c72d97b03da96961ac083bb89c4a642d5bde1bd073c2a08dd825425a060600
|