aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-29 10:22:27 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-29 10:22:27 -0200
commit6d854c6d738b77ce3e26914e6fb8eddab236dcea (patch)
tree552e63b05376a1338e145c326c220be421f2097f
parentb9e8338307a279ec648c6acc269ba5abc5d28c7e (diff)
downloadscripts-6d854c6d738b77ce3e26914e6fb8eddab236dcea.tar.gz
scripts-6d854c6d738b77ce3e26914e6fb8eddab236dcea.tar.bz2
Moves zsync to ztd with some improvements, adds status
-rwxr-xr-xstatus6
-rwxr-xr-xztd (renamed from zsync)7
2 files changed, 13 insertions, 0 deletions
diff --git a/status b/status
new file mode 100755
index 0000000..b12e83b
--- /dev/null
+++ b/status
@@ -0,0 +1,6 @@
+#!/bin/bash
+#
+# Check project status using mr.
+#
+
+mrconfig-updater && mr -m status
diff --git a/zsync b/ztd
index 501db02..29ea61f 100755
--- a/zsync
+++ b/ztd
@@ -9,6 +9,13 @@ PROJECT="$1"
# Try to get there
if [ ! -z "$PROJECT" ]; then
cd $PROJECT
+else
+ cd
+ remind ~/.reminders | grep -v '^No reminders.$'
+ status
+ todo
+ postponed
+ exit
fi
# Sync