Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0b37738
)
Added todo.txt-cli aliases
author
Mark Szymanski
<mrman208@me.com>
Sun, 31 Oct 2010 15:05:10 +0000
(10:05 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Sun, 31 Oct 2010 15:05:10 +0000
(10:05 -0500)
aliases/todo.txt-cli.aliases.bash
[new file with mode: 0644]
patch
|
blob
diff --git a/aliases/todo.txt-cli.aliases.bash
b/aliases/todo.txt-cli.aliases.bash
new file mode 100644
(file)
index 0000000..
69d1a32
--- /dev/null
+++ b/
aliases/todo.txt-cli.aliases.bash
@@ -0,0
+1,7
@@
+#!/bin/bash
+
+alias tls="$TODO ls"
+alias ta="$TODO a"
+alias trm="$TODO rm"
+alias tdo="$TODO do"
+alias tpri="$TODO pri"