From 77f313001ac53d9d81a583f0df93127f98baa222 Mon Sep 17 00:00:00 2001 From: phixxy Date: Thu, 5 Mar 2026 14:33:08 -0800 Subject: [PATCH] simplified documentation --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2661220..535db84 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,13 @@ set an env variable for $EDITOR and/or $VISUAL in .bashrc export EDITOR=vi export VISUAL=geany - - ## Usage `skratch` creates a random file in .skratch and opens it in the EDITOR -`-c` clears/deletes all files in .skratch +`` opens or creates a file with a specific name in ~/.skratch -`-l` lists files in .skratch +`-c` clears/deletes all files in ~/.skratch -`-o ` opens (or creates) a file with a specific name +`-l` lists files in ~/.skratch -`-v` opens the VISUAL editor +`-v` uses the VISUAL editor