An Alfred workflow for quickly creating posts in your Memos (usememos.com) instance.
- Quickly create new memos from Alfred
- Optional and default tag support
Coming Soon:
- List recent memos
- Search memos
- Download the latest release from the releases page
- Double click the downloaded
.alfredworkflow
file to install it in Alfred
After installation, you'll need to configure:
- Your Memos instance URL
- Your access token (if required)
- (Optional) Default tag(s) via
MEMOS_DEFAULT_TAG
environment variable- Single tag:
MEMOS_DEFAULT_TAG=CLI
- Multiple tags:
MEMOS_DEFAULT_TAG=CLI,Alfred,Quick
- Single tag:
These can be configured in Alfred's workflow configuration panel.
In Alfred, type:
m
ormemo
ormemos
followed by your note text to create a new memo- Optionally, add tags with -t (Separate by comma multiple tags)
Notes:
- Default tags from
MEMOS_DEFAULT_TAG
optional workflow setting will be automatically appended to all memos - You can combine default tags with command-line tags
- Create memo:
memo Hi! From Alfred
- Create memo with tags:
memo Hi! From Alfred -t HelloWorld,Testing
If MEMOS_DEFAULT_TAG=Alfred, tags will be: #Alfred #HelloWorld #Testing
- Open your memo webpage in the browser with:
memos open
- Alfred 5 with Powerpack
- Python 3.x (included with macOS)
- Internet connection to access your Memos instance
MIT License