Commit Graph

17 Commits

Author SHA1 Message Date
833e32f146 Update README.md
adjusted hierarchy and fixed the sed anchor link
2021-04-24 15:12:05 -04:00
2ebc9e3d2e README.md typos and add an anchor link to #sed() 2021-04-24 15:06:43 -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
2459d68bcb added the -n line number option to less/more 2021-04-15 15:17:28 -04:00
79adae017f added 'more/less' and 'wc' 2021-04-15 08:42:35 -04:00
b30f1b5bb9 Merge branch 'main' of github.com:patbeirne/tf into main 2021-04-11 08:09:37 -04:00
8abff6f998 doc/README cleanup
added the 'g' suffixe to sed/s commands
2021-04-11 07:59:20 -04:00
0467aacef3 Update README.md
just fixed a code block
2021-04-10 09:18:53 -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
bbfa19cac2 added a longer example at the top of README.md to handle the TL&DR problem 2021-03-25 00:27:35 -04:00
ba44d1ec23 README: document the return value of sed() 2021-03-24 08:33:12 -04:00
ef4114d1fb changes to README to document sed-parameters, illustrate some examples and document limitations 2021-03-24 08:26:54 -04:00
d43a8d3e49 change tf.md to README 2021-03-23 22:29:46 -04:00
e1c57a284e first commit 2021-03-23 22:24:45 -04:00