aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-20Rename 'ft' to 'f'John Ankarström
It is such a commonly used utility that it might as well be as easy to type as possible.
2021-05-20Add 'ft' utilityJohn Ankarström
2021-05-03mkmv: Fix bugJohn Ankarström
2021-05-03Makefile: Change manual locationJohn Ankarström
2021-05-03Add 'mkmv' utilityJohn Ankarström
2020-11-24ep: Use mktemp instead of $RANDOMJohn Ankarström
$RANDOM is (unfortunately) not POSIX, and mktemp is safer permission-wise.
2020-11-24ord: Use ep to edit orderJohn Ankarström
2020-11-24ep: Add manualJohn Ankarström
2020-11-24Add 'cpy' / 'pst', 'ep' and 'ord' utilitiesJohn Ankarström