A Flow Launcher plugin for interacting with Shortcut (formerly Clubhouse) - the project management tool.
- Search stories in Shortcut
- Create new stories quickly
- Open stories directly in your browser
- Download the latest release from the Releases page
- Extract the zip file to
%APPDATA%\FlowLauncher\Plugins
(on Windows) or~/.local/share/FlowLauncher/Plugins
(on Linux/macOS) - Restart Flow Launcher
- Get your Shortcut API token from Shortcut Settings
- Configure the token in Flow Launcher:
- Open Flow Launcher settings
- Go to Plugin section
- Find "Shortcut" plugin
- Add your API token in the settings
sc
- Show initial menusc search_term
- Search for storiessc new Story Title
- Create a new story
- Clone the repository
- Install dependencies:
npm install
- Build the TypeScript code:
npm run build
MIT