0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Birdseye now includes the total numer of todos left. More... about 15 years ago
Adding the unmodified birdseye.py. More... about 15 years ago
Added the -r flag for reversing the sort. More... about 15 years ago
Added an option to reverse the sort, so if your priority items are scrolling off the terminal as your list gets long, showing them at the bottom means they'll still be on the screen. More... about 15 years ago
Fixed this up so terminal characters echo once again when this is invoked from a ncurses app. This feels like a bit of a hack, but I couldn't get the curses module to fix it in a reasonable way. More... about 15 years ago
Changed up the "filepath" variable to "source" as the data passed to chooser.py won't necessarily be a file. More likely it will be piped through stdin. More... about 15 years ago
Cleaning up the README, making it more appropriate to this fork of the project. More... about 15 years ago
The tempfile cleanup command was boorked, without the extra space in there. More... about 15 years ago
Implements the writeTodos(). More... about 15 years ago
Figure out the todo directory either by reading it from todo.py, or use the default ~/todo/ More... about 15 years ago
* Prep for implementing the writeTodos() More... about 15 years ago
* mkstemp() doesn't clean up tempfiles, so we should do that ourselves. More... about 15 years ago
* Generates tempfiles in the proper way, now - using the tempfile module! More... about 15 years ago
* Now tests for a TODO_EDITOR environment variable, and failing that tries to set editor to the value of $EDITOR. If both of those fail, we default to 'vi.' More... about 15 years ago
* Parse function opens a tempfile for writing, writes the resource that was originally passed to chooser.py, opens the tempfile in vim, allows for editing, and then reads the re-saved tempfile. In editing, todos should be edited to be things on newlines. More... about 15 years ago
* Added some clarifying comments about each function. More... about 15 years ago
* openanything is a set of exampled code from http://diveintopython.org for opening files, urls, etc. * chooser.py is a start at a parsescript. Currently it takes a filepath and spits the file back out More... about 15 years ago
* Moved from using the deprecated sets module to the built-in set type. More... about 15 years ago
* Initial commit based on current svn repo at code.google.com. For now intentionally leaving out the todo_dev.py. More... about 15 years ago