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

feat(start): add start feature #432

Open guifelix opened 6 months ago

guifelix commented 6 months ago

feature enables tasks to be in progress through a timestamp that is pre-appended

  1. Add one or more todo items
  2. use command to "start" or "begin" a task
  3. verify timestamp pre-appended timestamp indicating start time

Before submitting a pull request, please make sure the following is done: