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

Completing tasks on other .txt files (Question) #381

Closed NormCopeland closed 2 years ago

NormCopeland commented 2 years ago

I created a new file in my todo folder called work.txt. I see from the documentation how to add items to that list, as well as how to list them. But I can't figure out how to complete (do|done) items on extra lists. I have the same question in regards to other actions such as app, del etc.

Apologies if this has been written about elsewhere, I've searched and couldn't find anything.

Thanks.