Search Criteria
Package Details: todotxt 2.12.0.post2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/todotxt.git (read-only, click to copy) |
---|---|
Package Base: | todotxt |
Description: | Simple and extensible shell script for managing your todo.txt file |
Upstream URL: | https://github.com/todotxt/todo.txt-cli |
Keywords: | todo todo.txt |
Licenses: | GPL3 |
Submitter: | darose |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 142 |
Popularity: | 0.007275 |
First Submitted: | 2006-11-28 22:41 (UTC) |
Last Updated: | 2022-05-07 11:34 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – tab completion
Latest Comments
1 2 3 4 5 6 7 Next › Last »
Fingertap commented on 2024-02-29 09:04 (UTC)
@leonardof Thanks.
leonardof commented on 2024-02-23 09:27 (UTC)
@Fingertap
https://github.com/todotxt/todo.txt-cli/wiki/Todo.sh-Add-on-Directory
Fingertap commented on 2024-02-23 08:10 (UTC)
I noticed the "listaddon" option from todotxt. Where can I find available addons?
lbortoli commented on 2022-04-25 19:53 (UTC)
I tried with the latest version and removing the sourcing from my .bashrc file and it's working fine, thanks!
willemw commented on 2022-04-25 19:34 (UTC)
Sourcing the completion file is not necessary with the latest update.
@lbortoli: Thanks for reporting the issue.
lbortoli commented on 2022-04-25 13:10 (UTC)
Thank you guys, I already solved it by sourcing the completion in my .bashrc file.
willemw commented on 2022-04-24 19:28 (UTC)
@lborti: make sure 'bash-completion' is installed. Try this as a test (run as root):
Then start bash again and test todotxt's tab completion.
leonardof commented on 2022-04-24 18:19 (UTC)
@lborti, this helped me with bash tab completion complaining about "function _todo not found"
willemw commented on 2022-04-12 19:28 (UTC)
@lbortoli: assuming that you have version 2.12.0.post1-3 installed and file /usr/share/bash-completion/completions/todo exists, then something on your system is interfering with tab-completion, I think.
lbortoli commented on 2022-04-12 17:45 (UTC)
@willemw: when I do that, I get a list of files and folders, and I'm assuming I'll get the list of commands instead. Also if I do the following:
todo.sh a<TAB><TAB>
nothing happens, where I'd expect theadd
command to appear.1 2 3 4 5 6 7 Next › Last »