]> gitweb.fluxo.info Git - scripts.git/commitdiff
Moves zsync to ztd with some improvements, adds status
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Nov 2016 12:22:27 +0000 (10:22 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Nov 2016 12:22:27 +0000 (10:22 -0200)
status [new file with mode: 0755]
ztd [moved from zsync with 77% similarity]

diff --git a/status b/status
new file mode 100755 (executable)
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
similarity index 77%
rename from zsync
rename to ztd
index 501db0290fff58e4dacacb4b057aa69f002f5939..29ea61f0d0fd1f54b5e2d2447a4d8c5f6b15f6c1 100755 (executable)
--- 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