# HG changeset patch # User Steve Losh # Date 1693247796 14400 # Node ID 40d807495e6edb140ce3e780ea73fe187ff5438a # Parent 40c68f5ac898c8fe6e2637fe92db97bada803f19# Parent 7990c9a826d3ea20a85d6ee352dce16f8e294b6f Merge diff -r 7990c9a826d3 -r 40d807495e6e bin/packfor --- a/bin/packfor Wed Aug 23 11:13:20 2023 -0400 +++ b/bin/packfor Mon Aug 28 14:36:36 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 7990c9a826d3 -r 40d807495e6e bin/t --- a/bin/t Wed Aug 23 11:13:20 2023 -0400 +++ b/bin/t Mon Aug 28 14:36:36 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 7990c9a826d3 -r 40d807495e6e lisp/weather.lisp --- a/lisp/weather.lisp Wed Aug 23 11:13:20 2023 -0400 +++ b/lisp/weather.lisp Mon Aug 28 14:36:36 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))))))