From e60a893b314331b156832c6413e5166911b88581 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 19 Dec 2017 18:54:01 -0500 Subject: [PATCH] added docs for ll and get_feisty --- documentation/feisty_meow_command_reference.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/feisty_meow_command_reference.txt b/documentation/feisty_meow_command_reference.txt index ebe9d02c..e7f3382f 100644 --- a/documentation/feisty_meow_command_reference.txt +++ b/documentation/feisty_meow_command_reference.txt @@ -29,6 +29,9 @@ generally useful commands show the directory with a "summing" feature that calculates the full size consumed by all files in the listing, with somewhat esthetic output. + ll: + like 'dir' but also includes hidden files (e.g. those starting with a dot). + ls: the standard ls command (not the summing directory), but with ls colors enabled. @@ -38,6 +41,10 @@ generally useful commands deleted files in "$TMP/zz_safedel_keep" and writes a report of the deletion history in "$TMP/zz_safedel_report.txt". + get_feisty: + update the feisty meow codebase from its origin and run the reconfigure + script to update the current user's feisty meow configuration. + note: currently there is no "empty the trash" function aside from running a command such as: # \rm -rf $TMP/zz_safedel* -- 2.34.1