diff options
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 +``` |