Releases: skate28/snipvault
Release list
v0.2.2
Terminal sessions that just work — zero setup. Record everything you do in the
terminal without touching a config file. Run snipvault start, do your work, then
snipvault end — on Windows PowerShell your commands are captured automatically
from your shell history. If you tried sessions before and nothing recorded, this
is the release that makes it effortless.
- Zero-setup command capture on PowerShell (no
snipvault initneeded). - Delete a session with
snipvault session rm <id>as well assessions rm <id>.
Download the binary for your OS below, or install in one line - see the README. Full history in the changelog.
v0.2.1
Keep your session list tidy. Delete any recorded session by id, exactly like
removing a snippet — and if you delete the one that's currently recording, it stops
cleanly. A small touch that completes the sessions workflow.
- Added
snipvault sessions rm <id>.
Download the binary for your OS below, or install in one line - see the README. Full history in the changelog.
v0.2.0
The big one: record what you actually did. Snippet Vault can now capture a whole
terminal session. snipvault start "task" → work → snipvault end, then replay a
clean log of every command you ran. Perfect for write-ups, onboarding notes, or
remembering exactly how you fixed that thing last week — and it's 100% local and
offline, like everything else.
- New
start,end,sessions,session, andinitcommands. - Sessions stored locally in
~/.snipvault-sessions.json.
Download the binary for your OS below, or install in one line - see the README. Full history in the changelog.
v0.1.6
Nothing hidden about your data. Uninstall now shows the exact location of your
snippets and the precise command to delete them, so you're always in control. Help
displays every accepted tag format at a glance.
Download the binary for your OS below, or install in one line - see the README. Full history in the changelog.
v0.1.5
Tags that don't fight you. Type them however feels natural — --tags web api,
--tags web,api, or --tags "web, api" — they all just work. No more cryptic
errors from a stray space after a comma.
Download the binary for your OS below, or install in one line - see the README. Full history in the changelog.
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Your code snippets, one command away. The first release: a tiny, dependency-free,
fully offline snippet manager for your terminal. Save a command once, search it
forever. Ships as a single-file binary for Windows, macOS, and Linux — no Python, no
setup, no account. Stop re-Googling the commands you already figured out.
- Core commands:
add,list,show,search,rm. - One-line install/uninstall scripts and prebuilt binaries for all three platforms.
Download the binary for your OS below, or install in one line - see the README. Full history in the changelog.