simplified documentation
This commit is contained in:
parent
e851d44471
commit
77f313001a
1 changed files with 4 additions and 6 deletions
10
README.md
10
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
|
||||
`<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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue