tj / pomo

Ruby Pomodoro app for the command-line (time / task management)
MIT License
525 stars 53 forks source link

Add multiple args to Pomo commands #12

Closed tj closed 11 years ago

tj commented 14 years ago

Pomo::List#find currently does not allow for multiple args in some cases. For example the following will not work $ pomo remove 1..3 5..-1

only the first range will register