skratch/README.md

13 lines
204 B
Markdown
Raw Normal View History

2026-03-04 23:11:56 -08:00
# skratch
2026-03-04 23:30:40 -08:00
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
2026-03-04 23:58:56 -08:00
export EDITOR=vi
export VISUAL=geany