https://github.com/chrisgrieser/alfred-dock-switcher

Switch between dock layouts.

https://github.com/chrisgrieser/alfred-dock-switcher

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: researchgate.net
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary

Keywords

alfred-workflow dock-layout macos-dock
Last synced: 10 months ago · JSON representation

Repository

Switch between dock layouts.

Basic Info
  • Host: GitHub
  • Owner: chrisgrieser
  • License: mit
  • Language: Shell
  • Default Branch: main
  • Homepage:
  • Size: 46.9 KB
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Topics
alfred-workflow dock-layout macos-dock
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Funding License

README.md

Alfred Dock Switcher

GitHub downloads Alfred Gallery downloads Version number

Switch between dock layouts.

Showcase

Usage

  • Save the current dock as a layout for this workflow via the keyword :dock new.
  • Select a dock layout via the keyword dock:
    • : Switch to the layout (i.e., load the layout).
    • ⌘⏎: Overwrite with the layout of the current dock.

[!WARNING] This workflow saves all information related to the current dock. This includes dock sizes, dock position, animation settings, or hot corners.

Automation

Load a dock layout from another app via this AppleScript:

applescript tell application id "com.runningwithcrayons.Alfred" to run trigger "load-dock-layout" in workflow "de.chris-grieser.dock-switcher" with argument "NAME_OF_DOCK_LAYOUT"`

or via URI:

txt alfred://runtrigger/de.chris-grieser.dock-switcher/load-dock-layout/?argument=NAME_OF_DOCK_LAYOUT

Installation

➡️ Download the latest release.

When admitted to the Alfred Gallery, the workflow auto-updates via Alfred's workflow-update mechanism.

About the developer

In my day job, I am a sociologist studying the social mechanisms underlying the digital economy. For my PhD project, I investigate the governance of the app economy and how software ecosystems manage the tension between innovation and compatibility. If you are interested in this subject, feel free to get in touch.

Buy Me a Coffee at ko-fi.com

Owner

  • Name: Chris Grieser
  • Login: chrisgrieser
  • Kind: user
  • Location: Berlin, Germany
  • Company: Technical University of Berlin

Researcher in sociology & software developer

GitHub Events

Total
  • Create event: 6
  • Release event: 1
  • Issues event: 4
  • Watch event: 4
  • Delete event: 4
  • Issue comment event: 2
  • Push event: 28
  • Pull request event: 6
Last Year
  • Create event: 6
  • Release event: 1
  • Issues event: 4
  • Watch event: 4
  • Delete event: 4
  • Issue comment event: 2
  • Push event: 28
  • Pull request event: 6

Dependencies

.github/workflows/alfred-workflow-release.yml actions
  • actions/checkout v4 composite
  • softprops/action-gh-release v2 composite
.github/workflows/semantic-pr-title.yml actions
  • amannn/action-semantic-pull-request v5 composite
.github/workflows/stale-bot.yml actions
  • actions/stale v8 composite