A command bookmarking tool for your terminal.
Project description
📘 Centrip Book
A simple tool to save, organize, and run your favorite terminal commands.
💡 Usage
| Command | Description |
|---|---|
book <alias|index> [args...] |
Run a saved command (supports {1}, {2}, {all} if present) |
book add "<command>" [alias] |
Add or update a command (optional alias) |
book find <keyword> |
Search commands by keyword |
book rm <n|alias> |
Remove a saved command (auto-reindexes) |
🧠 Examples
# Add and name commands
book add "sudo nginx -t && sudo systemctl reload nginx" nginx
book add "cd /var/www/live" live
book add "git status" gs
# List saved commands
book
# Run by alias or index
book nginx
book 2
# Search and remove
book find nginx
book rm nginx
⚙️ Placeholders (optional)
Some commands can take arguments using placeholders:
| Placeholder | Meaning |
|---|---|
{1} |
First argument |
{2} |
Second argument |
{all} |
All arguments joined by spaces |
book add "echo Hello {1}" hi
book hi world
# → echo Hello world
📂 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
🚀 Install
pip install centrip-book
After installation, use the book command directly in your terminal.
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.9.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.0.9.tar.gz.
File metadata
- Download URL: centrip_book-1.0.9.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 |
213dc03e3bc0d82ee21b3f5fe64614d0276d5781565aa82719e124356481016a
|
|
| MD5 |
6300ce5ec485f6b6d64351dc9d4eac67
|
|
| BLAKE2b-256 |
2da9048ef3210b392f47f6c836e0fdc99fc1b09710bf91e9855a4d5d1987e717
|
File details
Details for the file centrip_book-1.0.9-py3-none-any.whl.
File metadata
- Download URL: centrip_book-1.0.9-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 |
f4da2d3892a13e087f46fb10cbf61607c425a7d863b6bc3f4fd4b87dacfa5bb1
|
|
| MD5 |
e4288cf6c62cac60592f9777565df0b3
|
|
| BLAKE2b-256 |
320a054f19bf9d1bed5fee9f9f93a570cd6a13e162591cdd4c7e82d7626eb34a
|