AnthonyDiGirolamo / todotxt-machine

an interactive terminal based todo.txt file editor with an interface similar to mutt
https://pypi.python.org/pypi/todotxt-machine/
GNU General Public License v3.0
245 stars 37 forks source link

Swap adjacent items with J/K #11

Closed matze closed 10 years ago

matze commented 10 years ago

The change adds a new swap method to todo.Todos and binds that to J and K respectively. That effectively implements the manual reordering part of the planned features.

AnthonyDiGirolamo commented 10 years ago

This looks great matze, even got the tests in there. Thanks!