Merge branch 'release-2.140.109'
[feisty_meow.git] / documentation / feisty_meow_command_reference.txt
index 75371b11ba697be5f89127803283f8df363f7fc5..acb6aa2658201034816d6dd1ed34b42e7a9e6fcc 100644 (file)
@@ -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,12 +41,22 @@ generally useful commands
   deleted files in "$TMP/zz_safedel_keep" and writes a report of the deletion
   history in "$TMP/zz_safedel_report.txt".
 
-note: currently there is no "empty the trash" function aside from running a
-command such as:
-  # \rm -rf $TMP/zz_safedel*
-the backslash forces bash to run the "rm" tool from the path rather than
-using the feisty meow alias.  a trash flushing feature is planned for the
-somewhat near future.
+  note about safe deletion support:
+  currently there is no "empty the trash" function aside from running a
+  command such as:
+    $ \rm -rf $TMP/zz_safedel*
+  the backslash forces bash to run the "rm" tool from the path rather than
+  using the feisty meow alias.  a trash flushing feature is planned for the
+  somewhat near future.
+
+  regenerate:
+  runs the feisty meow reconfiguration process to adapt to a new version of
+  the scripts.  this also updates the current shell's functions and aliases
+  to reflect any changes.
+
+  get_feisty:
+  update the feisty meow codebase from its origin and run the regeneration
+  script to update the current user's feisty meow configuration.
 
 revision control commands
 =========================
@@ -120,7 +133,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