Updated to include C info
This commit is contained in:
parent
592e870eb9
commit
ebae3d9e8d
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
A cli program to quickly create and edit temporary files
|
||||
|
||||
Requirements:
|
||||
python3 > 3.6
|
||||
python3 > 3.6, or a C compiler.
|
||||
|
||||
## Installation:
|
||||
|
||||
|
|
@ -28,3 +28,7 @@ set an env variable for $EDITOR and/or $VISUAL in .bashrc
|
|||
`-s` adds a suffix to the file
|
||||
|
||||
`-v` uses the VISUAL editor
|
||||
|
||||
## Todo:
|
||||
|
||||
`-v` and `-s` do not currently work in the C version.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue