TODOIST | Add a Todoist task w/labels, due date, and notes

Add Todoist tasks from the command line. Supports adding labels, due dates, and multiple notes.
73 download
Aggiornato 3 feb 2016

This is inspired by the Alfred Workflow Todoistify written by James Mowery (https://github.com/JamesMowery/todoistify). For this to work, you need to locate your Todoist API key, which you can find under the "Account" tab of the "Todoist Settings"in the web app (https://todoist.com). Near the top of the function code (below the documentation), you'll find a section API TOKEN where the variable "token" is defined. Replace the value with your own token and you should be good to go. This has only been tested on a Mac OS X running El Capitan.
USAGE: todoist(content, duedate, notes)

ARGUMENTS

CONTENT
task description (can include labels, e.g. 'Purchase laptop @finances @work')

DUEDATE (optional, default = 'today')
Human: today, tomorrow, friday, next friday, tom at 16:30, fri at 2pm
Normal: May 29, 5/29, 10/29/15, 10-29-15, 10.29.15
Relative: +5 (5 days from now)

NOTES (optional, default is to add no notes)
notes to add to the added task. if CHAR, it will be added as a single note. if CELL array of strings, each cell will be added as a separate note.

Cita come

Bob Spunt (2024). TODOIST | Add a Todoist task w/labels, due date, and notes (https://github.com/spunt/todoist), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Dates and Time in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.0.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.