An Alfred workflow for interacting with andbang.com.
Download and install the workflow file.
Basic usage: ! [team name] [command]
Pull up Alfred, type !
and the workflow will lead you through the auth process. Follow the instructions to save a token.
After typing !
you will see entries for each of your teams. Tab will autocomplete your team name. Typing will filter your teams.
There will be no need or prompt to type your team name. All commands will apply to your one team.
-
tasks
will show you all tasks for your selected team. There are different ways to interact with them:- Selecting an item will ship it.
- Selecting with
ALT
will later it. - Selecting with
SHIFT
will activate it. - Selecting with
CTRL
will delete it. - Typing more after
tasks
will:- filter your tasks by title against what you typed
- bring up an extra option to
create
a new task with that as the title
-
notifications
will show you all the current notifications for a team -
teams
Use this if you have added/removed teams and wish to update your cached teams. -
members
Use this if you have added/removed team members and wish to update your cached team members. -
token
Use this to manually get a new token
- Ability to set a default team
- Avoid refresh token needing user input by having a server component to house client_secret
MIT