summaryrefslogtreecommitdiffstats
path: root/.bin/se-plan
diff options
context:
space:
mode:
Diffstat (limited to '.bin/se-plan')
-rwxr-xr-x.bin/se-plan6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bin/se-plan b/.bin/se-plan
new file mode 100755
index 0000000..f16a2f7
--- /dev/null
+++ b/.bin/se-plan
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+T=$(mktemp)
+curl -so $T https://plan.cat/~rgoncalves
+$EDITOR $T
+curl -su "rgoncalves:$(get-pass plan.cat)" -F "plan=<$T" https://plan.cat/stdin
remember that computers suck.