From 95742a7e155e9c85b1f746c4eab277076510d5a8 Mon Sep 17 00:00:00 2001 From: phixxy Date: Thu, 5 Mar 2026 01:31:00 -0800 Subject: [PATCH] added formatting, requirements, and usage --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 284bc27..6dfc170 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,27 @@ # skratch -A cli program to create and edit temporary files +# Skratch -Installation: +A cli program to quickly create and edit temporary files -mv skratch.py /usr/bin/skratch +Requirements: +python3 > 3.6 + +## Installation: + + mv skratch.py /usr/local/bin/skratch + chmod +x /usr/local/bin/skratch set an env variable for $EDITOR and/or $VISUAL in .bashrc -export EDITOR=vi -export VISUAL=geany + 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 +`-l` lists files in .skratch +`-o ` opens a specific file +`-v` opens the VISUAL editor