├── .github └── FUNDING.yml ├── README.md ├── bunch-files ├── apps.md ├── bunch-folder.md ├── commands │ ├── audio.md │ ├── awake.md │ ├── dark-mode.md │ ├── desktop.md │ ├── display.md │ ├── do-not-disturb.md │ ├── generate_pages.rb │ ├── index.md │ ├── input-source.md │ ├── log.md │ ├── notify.md │ ├── quit-everything.md │ ├── screen.md │ ├── shortcut.md │ ├── sleep.md │ └── wallpaper.md ├── comments.md ├── delay.md ├── frontmatter.md ├── index.md ├── interactivity │ ├── external-files.md │ ├── index.md │ ├── multiple-choice.md │ ├── optional-snippets.md │ └── populating-variables.md ├── keystrokes.md ├── logic.md ├── opening-web-pages.md ├── other-bunches.md ├── quick-reference.md ├── run-on-close.md ├── samplebunch.md ├── scheduling-bunches.md ├── scripts │ ├── applescript.md │ ├── automator-workflows.md │ ├── index.md │ └── shell-scripts.md ├── sequence.md ├── snippets.md ├── spotlight-searches.md ├── startup-scripts.md ├── tags.md ├── variables.md └── window-management.md ├── changelog.md ├── first-bunch.md ├── index.md ├── installation.md ├── integration ├── advanced-scripting │ ├── bunch-status-board.md │ ├── custom-dialogs.md │ ├── debugging.md │ ├── defaults.md │ ├── dialogs-from-files.md │ ├── index.md │ ├── multi-select.md │ ├── secure-input.md │ └── sudo.md ├── applescript.md ├── bettertouchtool.md ├── cli.md ├── focus-modes.md ├── forklift.md ├── hammerspoon.md ├── hazel.md ├── ide-packages.md ├── index.md ├── keyboard-maestro.md ├── launchbar-and-alfred.md ├── mailmate.md ├── moom.md ├── more-tools.md ├── other-automation.md ├── stream-deck.md ├── task-manager.md └── url-handler.md ├── roadmap.md ├── site_index.md ├── troubleshooting.md ├── using-bunch ├── bunch-log.md ├── getting-started.md ├── index.md ├── keyboard-control.md ├── menu.md ├── organizing-bunches.md ├── preferences.md └── terminology.md └── whats-new.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/README.md -------------------------------------------------------------------------------- /bunch-files/apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/apps.md -------------------------------------------------------------------------------- /bunch-files/bunch-folder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/bunch-folder.md -------------------------------------------------------------------------------- /bunch-files/commands/audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/audio.md -------------------------------------------------------------------------------- /bunch-files/commands/awake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/awake.md -------------------------------------------------------------------------------- /bunch-files/commands/dark-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/dark-mode.md -------------------------------------------------------------------------------- /bunch-files/commands/desktop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/desktop.md -------------------------------------------------------------------------------- /bunch-files/commands/display.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/display.md -------------------------------------------------------------------------------- /bunch-files/commands/do-not-disturb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/do-not-disturb.md -------------------------------------------------------------------------------- /bunch-files/commands/generate_pages.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/generate_pages.rb -------------------------------------------------------------------------------- /bunch-files/commands/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/index.md -------------------------------------------------------------------------------- /bunch-files/commands/input-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/input-source.md -------------------------------------------------------------------------------- /bunch-files/commands/log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/log.md -------------------------------------------------------------------------------- /bunch-files/commands/notify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/notify.md -------------------------------------------------------------------------------- /bunch-files/commands/quit-everything.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/quit-everything.md -------------------------------------------------------------------------------- /bunch-files/commands/screen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/screen.md -------------------------------------------------------------------------------- /bunch-files/commands/shortcut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/shortcut.md -------------------------------------------------------------------------------- /bunch-files/commands/sleep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/sleep.md -------------------------------------------------------------------------------- /bunch-files/commands/wallpaper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/commands/wallpaper.md -------------------------------------------------------------------------------- /bunch-files/comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/comments.md -------------------------------------------------------------------------------- /bunch-files/delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/delay.md -------------------------------------------------------------------------------- /bunch-files/frontmatter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/frontmatter.md -------------------------------------------------------------------------------- /bunch-files/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/index.md -------------------------------------------------------------------------------- /bunch-files/interactivity/external-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/interactivity/external-files.md -------------------------------------------------------------------------------- /bunch-files/interactivity/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/interactivity/index.md -------------------------------------------------------------------------------- /bunch-files/interactivity/multiple-choice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/interactivity/multiple-choice.md -------------------------------------------------------------------------------- /bunch-files/interactivity/optional-snippets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/interactivity/optional-snippets.md -------------------------------------------------------------------------------- /bunch-files/interactivity/populating-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/interactivity/populating-variables.md -------------------------------------------------------------------------------- /bunch-files/keystrokes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/keystrokes.md -------------------------------------------------------------------------------- /bunch-files/logic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/logic.md -------------------------------------------------------------------------------- /bunch-files/opening-web-pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/opening-web-pages.md -------------------------------------------------------------------------------- /bunch-files/other-bunches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/other-bunches.md -------------------------------------------------------------------------------- /bunch-files/quick-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/quick-reference.md -------------------------------------------------------------------------------- /bunch-files/run-on-close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/run-on-close.md -------------------------------------------------------------------------------- /bunch-files/samplebunch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/samplebunch.md -------------------------------------------------------------------------------- /bunch-files/scheduling-bunches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/scheduling-bunches.md -------------------------------------------------------------------------------- /bunch-files/scripts/applescript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/scripts/applescript.md -------------------------------------------------------------------------------- /bunch-files/scripts/automator-workflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/scripts/automator-workflows.md -------------------------------------------------------------------------------- /bunch-files/scripts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/scripts/index.md -------------------------------------------------------------------------------- /bunch-files/scripts/shell-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/scripts/shell-scripts.md -------------------------------------------------------------------------------- /bunch-files/sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/sequence.md -------------------------------------------------------------------------------- /bunch-files/snippets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/snippets.md -------------------------------------------------------------------------------- /bunch-files/spotlight-searches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/spotlight-searches.md -------------------------------------------------------------------------------- /bunch-files/startup-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/startup-scripts.md -------------------------------------------------------------------------------- /bunch-files/tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/tags.md -------------------------------------------------------------------------------- /bunch-files/variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/variables.md -------------------------------------------------------------------------------- /bunch-files/window-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/bunch-files/window-management.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/changelog.md -------------------------------------------------------------------------------- /first-bunch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/first-bunch.md -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/index.md -------------------------------------------------------------------------------- /installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/installation.md -------------------------------------------------------------------------------- /integration/advanced-scripting/bunch-status-board.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/bunch-status-board.md -------------------------------------------------------------------------------- /integration/advanced-scripting/custom-dialogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/custom-dialogs.md -------------------------------------------------------------------------------- /integration/advanced-scripting/debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/debugging.md -------------------------------------------------------------------------------- /integration/advanced-scripting/defaults.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/defaults.md -------------------------------------------------------------------------------- /integration/advanced-scripting/dialogs-from-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/dialogs-from-files.md -------------------------------------------------------------------------------- /integration/advanced-scripting/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/index.md -------------------------------------------------------------------------------- /integration/advanced-scripting/multi-select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/multi-select.md -------------------------------------------------------------------------------- /integration/advanced-scripting/secure-input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/secure-input.md -------------------------------------------------------------------------------- /integration/advanced-scripting/sudo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/advanced-scripting/sudo.md -------------------------------------------------------------------------------- /integration/applescript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/applescript.md -------------------------------------------------------------------------------- /integration/bettertouchtool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/bettertouchtool.md -------------------------------------------------------------------------------- /integration/cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/cli.md -------------------------------------------------------------------------------- /integration/focus-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/focus-modes.md -------------------------------------------------------------------------------- /integration/forklift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/forklift.md -------------------------------------------------------------------------------- /integration/hammerspoon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/hammerspoon.md -------------------------------------------------------------------------------- /integration/hazel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/hazel.md -------------------------------------------------------------------------------- /integration/ide-packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/ide-packages.md -------------------------------------------------------------------------------- /integration/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/index.md -------------------------------------------------------------------------------- /integration/keyboard-maestro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/keyboard-maestro.md -------------------------------------------------------------------------------- /integration/launchbar-and-alfred.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/launchbar-and-alfred.md -------------------------------------------------------------------------------- /integration/mailmate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/mailmate.md -------------------------------------------------------------------------------- /integration/moom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/moom.md -------------------------------------------------------------------------------- /integration/more-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/more-tools.md -------------------------------------------------------------------------------- /integration/other-automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/other-automation.md -------------------------------------------------------------------------------- /integration/stream-deck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/stream-deck.md -------------------------------------------------------------------------------- /integration/task-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/task-manager.md -------------------------------------------------------------------------------- /integration/url-handler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/integration/url-handler.md -------------------------------------------------------------------------------- /roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/roadmap.md -------------------------------------------------------------------------------- /site_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/site_index.md -------------------------------------------------------------------------------- /troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/troubleshooting.md -------------------------------------------------------------------------------- /using-bunch/bunch-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/using-bunch/bunch-log.md -------------------------------------------------------------------------------- /using-bunch/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/using-bunch/getting-started.md -------------------------------------------------------------------------------- /using-bunch/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/using-bunch/index.md -------------------------------------------------------------------------------- /using-bunch/keyboard-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/using-bunch/keyboard-control.md -------------------------------------------------------------------------------- /using-bunch/menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/using-bunch/menu.md -------------------------------------------------------------------------------- /using-bunch/organizing-bunches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/using-bunch/organizing-bunches.md -------------------------------------------------------------------------------- /using-bunch/preferences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/using-bunch/preferences.md -------------------------------------------------------------------------------- /using-bunch/terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/using-bunch/terminology.md -------------------------------------------------------------------------------- /whats-new.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/bunch/HEAD/whats-new.md --------------------------------------------------------------------------------