A command-line TODO manager.
Created attachment 98175 [details] app-misc/todo-1.7.ebuild
A very nice demo of this tool you can find here: http://todotxt.com/library/todo.sh/
(this is an automated message based on filtering criteria that matched this bug) 'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached to this bug. This bug is assigned to maintainer-wanted which means that it is not in the main tree. Heuristics show that no Gentoo developer has commented on your ebuild. Hello, The Gentoo Team would like to firstly thank you for your ebuild submission. We also apologize for not being able to accommodate you in a timely manner. There are simply too many new packages. Allow me to use this opportunity to introduce you to Gentoo Sunrise. The sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to commit to and all users can have ebuilds reviewed by Gentoo devs for entry into the overlay. So, the sunrise team is suggesting that you look into this and submit your ebuild to the overlay where even *you* can commit to. =) Because this is a mass message, we are also asking you to be patient with us. We anticipate a large number of requests in a short time. Thanks, On behalf of the Gentoo Sunrise Team, Jeremy. [1]: http://www.gentoo.org/proj/en/sunrise/ [2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Cool stuff. I'm going to add it shortly to the Portage tree.
commit c24a30d6ce67243dd8589592d15b3a0eba3a0bf9 (HEAD -> master, origin/master, origin/HEAD) Author: Patrice Clement <monsieurp@gentoo.org> AuthorDate: Sun Jan 29 22:32:46 2017 +0100 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Sun Jan 29 22:33:08 2017 +0100 app-misc/todo: new package. todo is a CLI-based TODO list manager written in Bash. Gentoo-Bug: https://bugs.gentoo.org/149233 Package-Manager: portage-2.3.3 app-misc/todo/Manifest | 1 + app-misc/todo/metadata.xml | 8 ++++++++ app-misc/todo/todo-2.10.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 app-misc/todo/Manifest create mode 100644 app-misc/todo/metadata.xml create mode 100644 app-misc/todo/todo-2.10.ebuild Added. Thank you!