From e90a7019182783dd2ceb22e7e500c020cb505e2d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 7 Feb 2018 14:13:51 -0500 Subject: [PATCH] doc refresh for regenerate --- .../feisty_meow_command_reference.txt | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/documentation/feisty_meow_command_reference.txt b/documentation/feisty_meow_command_reference.txt index e7f3382f..acb6aa26 100644 --- a/documentation/feisty_meow_command_reference.txt +++ b/documentation/feisty_meow_command_reference.txt @@ -41,17 +41,23 @@ 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 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 reconfigure + update the feisty meow codebase from its origin and run the regeneration 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* -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. - revision control commands ========================= -- 2.34.1