A cli program to create and edit temporary files
Find a file
2026-03-04 23:30:40 -08:00
LICENSE Initial commit 2026-03-04 23:11:56 -08:00
README.md added instructions 2026-03-04 23:30:40 -08:00
skratch.py init 2026-03-04 23:15:30 -08:00

skratch

A cli program to create and edit temporary files

Installation:

mv skratch.py /usr/bin/skratch

set an env variable for $EDITOR and/or $VISUAL in .bashrc

EDITOR=vi VISUAL=geany