Terminal Interface #12
kilicbaran
started this conversation in
Tooling
Replies: 1 comment
-
👍 I think that kind of tooling would be terrific. I’m happy to link such tools to from website. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not about specification but about tooling. Can we get some terminal love? There are probably a lot of tools for other todo formats. This is just a very simple bash script that can be added to
.bash_profile
. It can be extended for other options or a more proper version can be implemented in a programming language.Some example usage
xit open
will open the file.xit add '[ ] some todo'
will add it to file.xit search todo
will return the line containing the given word.Beta Was this translation helpful? Give feedback.
All reactions