From 033bb977619f94b15e023525017f7cecd62c8a35 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 7 Apr 2020 21:01:09 -0700 Subject: [PATCH] Formatting tweaks. --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 58d200c..d745271 100644 --- a/README.md +++ b/README.md @@ -12,21 +12,9 @@ than relying on bashisms. ## Requirements `trashsh` requires the following utilities in addition to the standard tools -(`mv`, `rm`, etc.): - -* awk -* basename -* date -* df -* du -* dirname -* find -* mktemp -* perl (only used to URL encode filenames) -* readlink -* sed -* stty -* tput +(`mv`, `rm`, etc.): `awk`, `basename`, `date`, `df`, `du`, `dirname`, `find`, +`mktemp`, `perl` (for URL encoding filenames), `readlink`, `sed`, `stty`, +`tput`. Optionally, if you install my other tools `ask` and `arg`, you'll get slightly nicer behavior, although `trash` should work perfectly fine without them. @@ -58,6 +46,7 @@ See `man trash` for full documentation. ## License Copyright (c) 2020, Bruce Hill + Copyright (c) 2009-2011, Robert Rothenberg This program is free software; you can redistribute it and/or modify