aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat/taskwarrior
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2018-01-24 01:14:29 +0100
committerNeodarZ <neodarz@neodarz.net>2018-01-24 01:14:29 +0100
commit17f8b89065d5c29119e0adc8423851579254feaa (patch)
tree8eb6823623209d5fcb8f3c995ca909b86f281659 /cheat/.cheat/taskwarrior
parentcfb063074a1b65e4bde208fbaab2da6fb90c2aa7 (diff)
downloaddotfiles_ascii-17f8b89065d5c29119e0adc8423851579254feaa.tar.xz
dotfiles_ascii-17f8b89065d5c29119e0adc8423851579254feaa.zip
add taskwarrior cheatsheet and testing_app note
Diffstat (limited to 'cheat/.cheat/taskwarrior')
-rw-r--r--cheat/.cheat/taskwarrior18
1 files changed, 18 insertions, 0 deletions
diff --git a/cheat/.cheat/taskwarrior b/cheat/.cheat/taskwarrior
new file mode 100644
index 0000000..4f47680
--- /dev/null
+++ b/cheat/.cheat/taskwarrior
@@ -0,0 +1,18 @@
+# tnext
+Voire tout les tâches suivante:
+
+```
+tnext
+```
+
+Voir les tâches suivante d'un projet en question:
+
+```
+tnext project:<nom_du_projet>
+```
+
+Exemple:
+
+```
+tnext project:pro
+```