Skip to content

Releases: schuettc/scratch

v0.1.2

Choose a tag to compare

@schuettc schuettc released this 15 Jul 01:04
5f143fb
  • Clear the scratchpad with ctrl+x — arms a clear all? y/n confirmation in the status line; y wipes + 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

Choose a tag to compare

@schuettc schuettc released this 14 Jul 15:17
70612d4

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

Choose a tag to compare

@schuettc schuettc released this 14 Jul 13:58
885d5b0

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