| Crates.io | markit |
| lib.rs | markit |
| version | 1.2.2 |
| created_at | 2025-06-18 08:40:23.035967+00 |
| updated_at | 2025-06-22 09:01:35.100371+00 |
| description | A terminal snippet manager. |
| homepage | https://github.com/Nightstack/markit |
| repository | https://github.com/Nightstack/markit |
| max_upload_size | |
| id | 1716760 |
| size | 132,992 |
A blazing-fast CLI to save, search, run, and manage your shell command snippets.
dialoguercreated_at, updated_at)--copy)executable: true/false)cargo install markit
brew tap Nightstack/markit
brew install markit
curl -LO https://github.com/Nightstack/markit/releases/latest/download/markit-x86_64-unknown-linux-gnu.deb
sudo dpkg -i markit-x86_64-unknown-linux-gnu.deb
curl -L https://github.com/Nightstack/markit/releases/latest/download/markit-linux.tar.gz | tar xz
sudo mv markit /usr/local/bin/
scoop bucket add Nightstack https://github.com/Nightstack/scoop-markit
scoop install markit
markit-windows.zipmarkit.exe.\markit.exe --help
markit --help
markit save "docker-clean"
# Prompts for description, tags, and command content
markit list
markit show "docker-clean"
markit run "docker-clean"
markit copy "docker-clean"
markit edit "docker-clean"
markit delete "docker-clean"
markit list --tag "k8s"
markit export snippets.yml
markit import snippets.yml --force
markit restore
All data is stored as human-readable YAML in:
~/.markit/bookmarks.yml
Automatic backups are saved in:
~/.markit/backups/
git clone https://github.com/Nightstack/markit
cd markit
cargo run -- <command>
cargo build --release
Built for people who Google the same commands 20 times a week. Now you donβt have to.
If markit saves you time, consider buying me a coffee β it helps keep the project going!
MIT