simplified documentation

This commit is contained in:
phixxy 2026-03-05 14:33:08 -08:00
parent e851d44471
commit 77f313001a

View file

@ -15,15 +15,13 @@ set an env variable for $EDITOR and/or $VISUAL in .bashrc
export EDITOR=vi export EDITOR=vi
export VISUAL=geany export VISUAL=geany
## Usage ## Usage
`skratch` creates a random file in .skratch and opens it in the EDITOR `skratch` creates a random file in .skratch and opens it in the EDITOR
`-c` clears/deletes all files in .skratch `<filename>` opens or creates a file with a specific name in ~/.skratch
`-l` lists files in .skratch `-c` clears/deletes all files in ~/.skratch
`-o <filename>` opens (or creates) a file with a specific name `-l` lists files in ~/.skratch
`-v` opens the VISUAL editor `-v` uses the VISUAL editor