UncommentedC Posted November 30, 2021 Posted November 30, 2021 I just got the Powerpack today, and thought to make a Workflow to control Session via Alfred GitHub Link ## Features - Start new Session - Start new Session with previous settings - Toggle Pause - Finish Session - Abandon Session/Rest ## Commands - `session start` (without arguments) will list the categories you have set up in Session. - `session start {category}` will create and use the specified category. - `session pause` pauses/unpauses the session - `session finish` finishes the session - `session abandon` finishes the session/rest ## Installation Download the latest release, and double-click it to open it in Alfred and install it. suliveevil 1
UncommentedC Posted November 30, 2021 Author Posted November 30, 2021 Version 1.0.1 Fixed an issue where autocomplete didn't work forsession start
UncommentedC Posted March 29, 2022 Author Posted March 29, 2022 Version 1.0.2 Added support for macOS ≥ 12.3
vitor Posted March 29, 2022 Posted March 29, 2022 3 hours ago, UncommentedC said: Added support for macOS ≥ 12.3 It won’t work out-of-the box as it is. The session start Script Filter still depends on Python 2, and in the other scripts you’re using /usr/local/bin/python3 as the shebang, which won’t work for people on Apple Silicon. A better shebang would be /usr/bin/python3, which if not installed will prompt a GUI (from macOS) to do so in two clicks. Do note that’s an older Python version, but at least it’s v3.
UncommentedC Posted March 30, 2022 Author Posted March 30, 2022 Version 1.0.3 Updated the scripts to use `/usr/bin/python3` `session start` uses external script
vsrixyz Posted April 2, 2022 Posted April 2, 2022 Hi there, am I missing something or is there no .workflow file? I'd love to give this workflow a try!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now