todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.55k stars 712 forks source link

Remove multiple todos at once #395

Open edi9999 opened 1 year ago

edi9999 commented 1 year ago

Do you want to request a feature or report a bug?

A feature

What is the current behavior?

todo rm allows only one argument

What is the expected behavior?

I'd like to be able to do : todo rm 4 12 19

Which versions todo.sh are you using?

Run todo.sh -V

2.12.0

Which Operating System are you using?

Ubuntu 22.04.1 LTS

Which version of bash are you using?

Run bash --version

GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)

inkarkat commented 1 year ago

I have add-on actions that extend the built-in del and rm commands: