MakerlogFlow is Alfred Workflow that lets you to add new todo, inprogress & done tasks to Makerlog directly using makerlog-cli.
To install MakerlogFlow, install latest version of Makerlog CLI by running this command:
$ npm install -g makerlog-cli
Authenticate yourself with your Makerlog account using this command:
$ makerlog login --username "your_username" --password "your_password"
makerlog-cli does not store your username or password, it only uses them to get a token from Makerlog.
Then download the latest version here & open it in Alfred to install this workflow.
Set the value of the FILE_PATH
workflow environment variable to the absolute
path of your configuration script (e.g /Users/natterstefan/.zshrc
).
In Alfred, type todo
, Enter, and some text, to create a todo task
in makerlog.
In Alfred, type inprogress
, Enter, and some text, to create a
inprogress task in makerlog.
In Alfred, type done
, Enter, and some text, to create a done task
in makerlog.
Please submit your feedback here: https://airtable.com/shrtNX2D8TImBXlGE
MIT Β© Mandeep Singh