aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-10-03 18:15:49 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-10-03 18:15:56 +0200
commit4cf46a797145b378dc543346403d54b72b9d2a83 (patch)
tree89cf4ae7354e50dc9a559ff5fc94a68dcad4e39f
parent607c2de480a3abee8cf40f4aeb099c698c2497db (diff)
Add TODO #4
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index dcd62e0..6b3488a 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,7 @@ Checklist:
[ ] I
[ ] II
[ ] III
+[ ] IV
I: Add a flag that allows the user to specify a tab width. At the moment tab
@@ -68,3 +69,7 @@ III: Add a new flag for assuming all lines are of the same length as the longest
│ return EXIT_SUCCESS; │
│ } │
└──────────────────────────────────────────┘
+
+
+IV: Add completions for the most popular interactive shells. This includes
+ bash, zsh, and fish.