summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-03 13:27:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-05 11:38:04 -0700
commitc54083d67713066b187430990ff8376db55f9e02 (patch)
treea4c20c709ab56ae325dc85eb86606a7ba8a6ec81 /scripts
parentacae31bacb3f51c7d299dcf71e8695522b16e0ee (diff)
downloaddotfiles-c54083d67713066b187430990ff8376db55f9e02.tar.gz
add initial Howm setup, archive Org-roam config to git history
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/web/goodreads_library_export.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/web/goodreads_library_export.pl b/scripts/web/goodreads_library_export.pl
index fd1a4f5a..dab510e4 100755
--- a/scripts/web/goodreads_library_export.pl
+++ b/scripts/web/goodreads_library_export.pl
@@ -4,7 +4,8 @@ use warnings;
use Text::CSV_XS qw(csv);
-open my $fh, ">:encoding(utf8)", "$ENV{HOME}/doc/org/goodreads_library_export.org";
+open my $fh,
+ ">:encoding(utf8)", "$ENV{HOME}/doc/howm/2019/goodreads_library_export.org";
my $grle = csv(
in => "$ENV{HOME}/tmp/goodreads_library_export.csv",
headers => 'auto',