diff options
| author | St33v <github@f3rr3t.com> | 2022-01-14 11:46:40 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2022-01-14 11:46:40 +1100 |
| commit | 3c34728a7ac66fc5bbb8ddab991da99d1bb0f502 (patch) | |
| tree | 406cc581c3a966f267871deaf70fd1cead9563c3 /thisMonth.sh | |
| parent | 628c8d8eee29591f9fe96d2d734852962ce408e6 (diff) | |
new project stubs
Diffstat (limited to 'thisMonth.sh')
| -rw-r--r-- | thisMonth.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/thisMonth.sh b/thisMonth.sh new file mode 100644 index 0000000..17a6f86 --- /dev/null +++ b/thisMonth.sh @@ -0,0 +1,20 @@ +#!/usr/bin/bash +# +# SJP 14 Jan 2022 +# +# Once per month, update my 'nowX' softlinks. +# +# Background +# In my home directory, I have some lymlinks that point to my 'current' working directories. +# I have two main ones: +# 1) Year-delimited for most documents and projects +# '.../dropbox/... .../life/YYYY/<files|directories>' +# +# 2) Month-delimited for images and soundfiles +# '.../pix/YYYY/MM/<files|directories>' +# +# I would like to automate changes to the symlinks to relieve the +# 'burden' of changing them annually/monthly. +# At the moment I just point 'nowpix' to the current year and then navigate to the monthly directory. +# +# TODO: actual code, timer and service... |
