diff options
author | NeodarZ <neodarz@neodarz.net> | 2018-01-24 01:14:29 +0100 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2018-01-24 01:14:29 +0100 |
commit | 17f8b89065d5c29119e0adc8423851579254feaa (patch) | |
tree | 8eb6823623209d5fcb8f3c995ca909b86f281659 /cheat/.cheat/taskwarrior | |
parent | cfb063074a1b65e4bde208fbaab2da6fb90c2aa7 (diff) | |
download | dotfiles_ascii-17f8b89065d5c29119e0adc8423851579254feaa.tar.xz dotfiles_ascii-17f8b89065d5c29119e0adc8423851579254feaa.zip |
add taskwarrior cheatsheet and testing_app note
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/taskwarrior | 18 |
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 +``` |