This is a simple plugin that provides todo.txt integration with the activeCollab project/ticket structure.
- Copy
ac
into your scripts directory - Edit
tasks.cfg
and add:export AC_URL="https://your_active_collab_url"
- Make sure there is no trailing slash for your URL
-
`task add DESCRIPTION ac:{project_number}/{ticket_number}
- Ticket number is optional.
- For example:
task add Finish activeCollab integration with todo.txt +misc ac:15/23
where15
is my miscellaneous project in AC and23
is the ticket I've created to track the work.
-
task ac {task_number
- If {task_number} has an AC URL referenced, it will open in your web browser.
This script is based largely on nav