snarf updated from experience with new config names, utils updated with higher stack...
[feisty_meow.git] / scripts / archival / snarf_notes.pl
index f2e39d2e7c7a57c44dcf37b07e3da92fb46afd40..cf526862145a152035aa7c4062d717cad5f35313 100644 (file)
 #  version of the License.  Please send any updates to "fred@gruntose.com".   #
 ###############################################################################
 
-require "importenv.pl";
 require "shared_snarfer.pl";
 
+use Env qw(HOME);
+
 &initialize_snarfer;
 
 # get the number we use and increment it for the next use.
@@ -40,6 +41,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number);
 &backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt"));
 
 # gather any directories in our home that match these often recurring patterns.
+&snarf_by_pattern($snarf_file_base, "$root", "cloud");
 &snarf_by_pattern($snarf_file_base, "$root", "crucial");
 &snarf_by_pattern($snarf_file_base, "$root", "idea");
 &snarf_by_pattern($snarf_file_base, "$root", "issue");