aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-18 21:12:26 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-18 21:12:26 +0100
commitc67ec9f37c46f42297a6844806debe439be290cd (patch)
tree23089bf978eccb1da6cb4918bace71ad3f884230
parent49d443767d1290db4374ab0059382b047d902567 (diff)
tidy up files
-rwxr-xr-xcalendar/dayplan.pl (renamed from dayplan.pl)0
-rw-r--r--calendar/modevent.pl (renamed from modevent.pl)0
-rw-r--r--journal/create_md_links_from_journal_urls.pl (renamed from writing_tools/create_md_links_from_journal_urls.pl)0
-rw-r--r--journal/get_journal_tags.pl (renamed from writing_tools/get_journal_tags.pl)0
-rwxr-xr-xjournal/pull_url_from_journal.pl (renamed from pull_url_from_journal.pl)0
-rw-r--r--remind.sh31
-rw-r--r--tw/task_capture_completed.pl (renamed from task_capture_completed.pl)0
-rw-r--r--tw/task_next_projects.pl (renamed from task_next_projects.pl)0
-rw-r--r--tw/tw_hooks/first_attempt.pl (renamed from tw_hooks/first_attempt.pl)0
-rw-r--r--tw/tw_hooks/hook_test.pl (renamed from tw_hooks/hook_test.pl)0
-rwxr-xr-xtw/tw_hooks/on-add_scheduled_work_task.pl (renamed from tw_hooks/on-add_scheduled_work_task.pl)0
-rw-r--r--tw/tw_hooks/scratch_test.pl (renamed from tw_hooks/scratch_test.pl)0
-rw-r--r--tw/tw_hooks/simple_test.t (renamed from tw_hooks/simple_test.t)0
-rw-r--r--tw/tw_hooks/ssh.pl (renamed from ssh.pl)0
-rw-r--r--tw/tw_hooks/test_remind.rem (renamed from tw_hooks/test_remind.rem)0
-rw-r--r--tw/tw_hooks/tw_scheduled_task_remind (renamed from tw_hooks/tw_scheduled_task_remind)0
16 files changed, 0 insertions, 31 deletions
diff --git a/dayplan.pl b/calendar/dayplan.pl
index 3074c2d..3074c2d 100755
--- a/dayplan.pl
+++ b/calendar/dayplan.pl
diff --git a/modevent.pl b/calendar/modevent.pl
index 674e97c..674e97c 100644
--- a/modevent.pl
+++ b/calendar/modevent.pl
diff --git a/writing_tools/create_md_links_from_journal_urls.pl b/journal/create_md_links_from_journal_urls.pl
index c1801f5..c1801f5 100644
--- a/writing_tools/create_md_links_from_journal_urls.pl
+++ b/journal/create_md_links_from_journal_urls.pl
diff --git a/writing_tools/get_journal_tags.pl b/journal/get_journal_tags.pl
index 2dbd2e7..2dbd2e7 100644
--- a/writing_tools/get_journal_tags.pl
+++ b/journal/get_journal_tags.pl
diff --git a/pull_url_from_journal.pl b/journal/pull_url_from_journal.pl
index 66941cf..66941cf 100755
--- a/pull_url_from_journal.pl
+++ b/journal/pull_url_from_journal.pl
diff --git a/remind.sh b/remind.sh
deleted file mode 100644
index 4d478f0..0000000
--- a/remind.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh -e
-
-# to echo from stdin
-#stdin=$(cat)
-
-# if [ -z $stdin ] ; then
-# echo "No stdin set"
-# fi
-
-# echo $stdin
-
-# DESCRIPTION=$1
-# echo $DESCRIPTION
-
-if [[ "$#" < 3 ]] ; then
- echo "You need to give me more parameters"
-fi
-
-PARAMS=$@
-echo $@
-
-if [[ -z "${TW_HOOK_REMIND_REMOTE_HOST}" ]] ; then
- echo "There is not TW_HOOK_REMIND_REMOTE_HOST variable set."
- exit 1;
-else
- echo "TW_HOOK_REMIND_REMOTE_HOST set"
-fi
-
-ssh $TW_HOOK_REMIND_REMOTE_HOST '
-cat ~/.reminders/work.rem
-'
diff --git a/task_capture_completed.pl b/tw/task_capture_completed.pl
index a478ba1..a478ba1 100644
--- a/task_capture_completed.pl
+++ b/tw/task_capture_completed.pl
diff --git a/task_next_projects.pl b/tw/task_next_projects.pl
index d87d8a4..d87d8a4 100644
--- a/task_next_projects.pl
+++ b/tw/task_next_projects.pl
diff --git a/tw_hooks/first_attempt.pl b/tw/tw_hooks/first_attempt.pl
index 5423180..5423180 100644
--- a/tw_hooks/first_attempt.pl
+++ b/tw/tw_hooks/first_attempt.pl
diff --git a/tw_hooks/hook_test.pl b/tw/tw_hooks/hook_test.pl
index d3db593..d3db593 100644
--- a/tw_hooks/hook_test.pl
+++ b/tw/tw_hooks/hook_test.pl
diff --git a/tw_hooks/on-add_scheduled_work_task.pl b/tw/tw_hooks/on-add_scheduled_work_task.pl
index b3dbeec..b3dbeec 100755
--- a/tw_hooks/on-add_scheduled_work_task.pl
+++ b/tw/tw_hooks/on-add_scheduled_work_task.pl
diff --git a/tw_hooks/scratch_test.pl b/tw/tw_hooks/scratch_test.pl
index 7473b19..7473b19 100644
--- a/tw_hooks/scratch_test.pl
+++ b/tw/tw_hooks/scratch_test.pl
diff --git a/tw_hooks/simple_test.t b/tw/tw_hooks/simple_test.t
index b58f996..b58f996 100644
--- a/tw_hooks/simple_test.t
+++ b/tw/tw_hooks/simple_test.t
diff --git a/ssh.pl b/tw/tw_hooks/ssh.pl
index a846637..a846637 100644
--- a/ssh.pl
+++ b/tw/tw_hooks/ssh.pl
diff --git a/tw_hooks/test_remind.rem b/tw/tw_hooks/test_remind.rem
index 9cbda3e..9cbda3e 100644
--- a/tw_hooks/test_remind.rem
+++ b/tw/tw_hooks/test_remind.rem
diff --git a/tw_hooks/tw_scheduled_task_remind b/tw/tw_hooks/tw_scheduled_task_remind
index e08b855..e08b855 100644
--- a/tw_hooks/tw_scheduled_task_remind
+++ b/tw/tw_hooks/tw_scheduled_task_remind