Releases: schuettc/scratch
Releases · schuettc/scratch
Release list
v0.1.2
- Clear the scratchpad with
ctrl+x— arms aclear all? y/nconfirmation in the status line;ywipes + autosaves empty, anything else cancels.
(Select-all + copy isn't built in — use your terminal/tmux copy-mode, or scratch print | pbcopy for a lossless whole-file copy.)
Install: go install github.com/schuettc/scratch@v0.1.2
v0.1.1
Chrome redesign:
- Small title bar naming the pane:
scratch · <workspace> ●. - Removed the empty-state
notes…placeholder (it rendered highlighted/odd). - Status line now shows the last saved-at time (
saved HH:MM) instead of ctrl+s/ctrl+r/ctrl+q hints; save errors and the changed-on-disk state still appear there.
Install: go install github.com/schuettc/scratch@v0.1.1
v0.1.0
First release of scratch — a fast, keyboard-first per-worktree markdown scratchpad TUI.
- Edits $PWD/.scratch.md; debounced atomic autosave; non-destructive external-change reload (fsnotify).
- Keys: type to edit · ctrl+s save · ctrl+r reload · ctrl+q/esc quit.
- CLI:
scratch(TUI) ·scratch print·scratch append <text>·scratch path.
Install: go install github.com/schuettc/scratch@v0.1.0