Commit Graph

9 Commits

Author SHA1 Message Date
1d21f76d11 convert strings to f-strings; clean up btree code; wrap network stuff in try-except 2022-03-14 22:42:52 -04:00
3d79460bb6 change the README.md so that the command line is documented first, and the functions are an afterthought 2021-04-24 08:46:52 -04:00
79adae017f added 'more/less' and 'wc' 2021-04-15 08:42:35 -04:00
8abff6f998 doc/README cleanup
added the 'g' suffixe to sed/s commands
2021-04-11 07:59:20 -04:00
eb68b76c8a change the sed() parser to split out the command (aisdxX) from the args
change the parseQuotedArgs() to return a tuple (pattern, filename)
2021-04-10 08:49:33 -04:00
ddbea490ea change the methods so they all throw exceptions
change the shell code to catch these exceptions
shell version 1.2
change the quoted-string parser to simplify
2021-04-09 08:37:34 -04:00
83857b5571 -add copyright
-shorten variable names (for size)
-simplify sed() command scan
-sed backup extension includes the . dot now
-add extended commands in tf_extend.py
2021-04-06 07:26:24 -04:00
34f88c5948 added a blank line after dir, gives a cleaner page; simplified the first example in README.md 2021-03-25 09:38:25 -04:00
e1c57a284e first commit 2021-03-23 22:24:45 -04:00