X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=documentation%2Ffeisty_meow_command_reference.txt;h=796f7e650b486eab375017ce4088367ccaf93e8b;hb=b4f6c54a3726553a6f0f6c2ba017d0195c01344d;hp=e7f3382fffa0a10a0c04c9dfaca795a4aa8a68c3;hpb=24ea8036c547ba2ce25b871c4f0e7c6bfd982ec7;p=feisty_meow.git diff --git a/documentation/feisty_meow_command_reference.txt b/documentation/feisty_meow_command_reference.txt index e7f3382f..796f7e65 100644 --- a/documentation/feisty_meow_command_reference.txt +++ b/documentation/feisty_meow_command_reference.txt @@ -41,16 +41,26 @@ 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. + whackem: + permanently delete files, rather than using safe delete (safedel). this + script will accept all the standard arguments to "rm". revision control commands ========================= @@ -116,7 +126,7 @@ some assorted other revision control commands: pushd $FEISTY_MEOW_APEX; git checkout dev; popd and this command will get you back onto the mainline branch: - pushd $FEISTY_MEOW_APEX; git checkout master; popd + pushd $FEISTY_MEOW_APEX; git checkout main; popd ============================= the site avenger script suite