]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/functions/todo
zsh: add todo function to list TODOs in org
[dotfiles.git] / zsh / functions / todo
diff --git a/zsh/functions/todo b/zsh/functions/todo
new file mode 100644 (file)
index 0000000..142719e
--- /dev/null
@@ -0,0 +1,4 @@
+function todo() {
+    cd ~/org
+    grep --color=always '* TODO' *.org
+}