X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=documentation%2Ffeisty_meow_command_reference.txt;h=e7f3382fffa0a10a0c04c9dfaca795a4aa8a68c3;hb=e60a893b314331b156832c6413e5166911b88581;hp=75371b11ba697be5f89127803283f8df363f7fc5;hpb=ef6709b4b7244d7927dc1c47dd31f100e61284bb;p=feisty_meow.git diff --git a/documentation/feisty_meow_command_reference.txt b/documentation/feisty_meow_command_reference.txt index 75371b11..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* @@ -120,7 +127,7 @@ managing web sites. these scripts offer a lot of power to the developer, and of course that comes with great responsibility... the site avenger scripts are configured by "app" files stored in the "config" -directory (in $FEISTY_MEOW_SCRIPTS/scripts/site_avenger/config). the scripts +directory (in $FEISTY_MEOW_SCRIPTS/site_avenger/config). the scripts seek out a config file named after the application, e.g. they look for "winterportlibrary.app" if the application name is "winterportlibrary". the basic config file "default.app" is used for any application that is unknown