# HG changeset patch # User Steve Losh # Date 1693247769 14400 # Node ID 40c68f5ac898c8fe6e2637fe92db97bada803f19 # Parent e968fbdda5bfe0c9292fcd14ff7e63e0a75d9983 More diff -r e968fbdda5bf -r 40c68f5ac898 bin/packfor --- a/bin/packfor Sat Jul 15 22:06:36 2023 -0400 +++ b/bin/packfor Mon Aug 28 14:36:09 2023 -0400 @@ -2,5 +2,5 @@ set -euo pipefail -cp ~/Dropbox/tasks/pack-archive ~/Dropbox/tasks/pack.txt -nvim ~/Dropbox/tasks/pack.txt +cp ~/Sync/tasks/pack-archive ~/Sync/tasks/pack.txt +nvim ~/Sync/tasks/pack.txt diff -r e968fbdda5bf -r 40c68f5ac898 bin/t --- a/bin/t Sat Jul 15 22:06:36 2023 -0400 +++ b/bin/t Mon Aug 28 14:36:09 2023 -0400 @@ -2,4 +2,4 @@ set -euo pipefail -python3 ~/src/t/t.py --task-dir ~/Dropbox/tasks/ --list tasks.txt "$@" +python3 ~/src/t/t.py --task-dir ~/Sync/tasks/ --list tasks.txt "$@" diff -r e968fbdda5bf -r 40c68f5ac898 lisp/weather.lisp --- a/lisp/weather.lisp Sat Jul 15 22:06:36 2023 -0400 +++ b/lisp/weather.lisp Mon Aug 28 14:36:09 2023 -0400 @@ -179,7 +179,7 @@ (adopt:print-help-and-exit *ui*) (progn (load-config) - (run (or (first arguments) "14607") + (run (or (first arguments) "48105") :hours (gethash 'hours options)))) (error (e) (adopt:print-error-and-exit e))))))