todo-pt - Universal TODO lists for Text Editors

Post your working scripts, libraries and tools for AHK v1.1 and older
ahk7
Posts: 575
Joined: 06 Nov 2013, 16:35

todo-pt - Universal TODO lists for Text Editors

23 Feb 2014, 08:19

A simple AutoHotkey script consisting of a number of Hotkeys and Hotstrings to manage simple yet powerful todo lists in almost any text editor. Depending on your preferred text editor you may need to tweak the script, see the notes & settings in the script and readme.

Source: https://github.com/hi5/todo-pt

todo-pt is (loosly) based on the PlainTasks todo-list plugin for Sublime Text editor - https://github.com/aziz/PlainTasks

You should be able to #include the script in your main AutoHotkey script without any problems as the Hotkeys and Hotstrings are context sensitive and all settings are stored in one Object.

To start a new TODO list simply create a new file in your preferred text editor and save it with one of the following extensions:

.todo .todolist .tasks or .taskpaper

Hotkeys:
  • CTRL+P to add a new Project + first task
  • CTRL+I to add a new task on the next line
  • CTRL+ENTER mark current line as a task
Managing tasks:
  • CTRL+D marks a task as done, changes mark to checked and adds @done + time
  • CTRL+D again will put it back in pending mode, changes mark and removes @done + time
  • CTRL+M will mark the task as cancelled, changes mark and adds @cancelled + time
  • CTRL+M again will put it back in pending mode, changes mark and remove @cancelled + time
  • CTRL+SHIFT+S will archive all tasks
  • Alt+T will add the @today tag at the end of the task
  • Alt+S will add the @start tag + time at the end of the task
  • Alt+S again will remove @start tag + time from the task

Image


Uses functions by formivore/polyethene, HotKeyIt - see readme
pomJ
Posts: 6
Joined: 12 Nov 2013, 00:39

Re: todo-pt - Universal TODO lists for Text Editors

06 Mar 2014, 11:15

*Very* nice. Works like a charm. Thanks

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 81 guests