Adjusted the README.md again.

This commit is contained in:
Olivier Poirier 2023-09-25 21:36:48 -07:00
parent bbf0f1623d
commit 27b6d27703
1 changed files with 5 additions and 0 deletions

View File

@ -1,13 +1,18 @@
# Commands For Dergs
These POSIX shell scripts are meant to be UNIXy - they do one thing each and do it well, so you can sling them together and perform complex tasks.
Need to check if something is a number? isnum.
Need to take the last argument and pipe it, executing the rest as a command? lastpipe. (I'll be making one that can offset the location by n later.)
Need the former, but for the first argument? firstpipe.
You get the idea!
## What do I need?
There will be descriptions of these functions embedded on their head, including a requirements list for the applications they call.
Later, I'll make a script that can tell if one of these is missing and let you know.
I'd also like to do a --reqs argument that will print these along with an indicator of installation status and a return code.