jangelsb / git-plus-alfred-workflow

A customizable git interface for Alfred
MIT License
1 stars 0 forks source link

git+ for Alfred

A highly customizable Git interface for Alfred, allowing you to create personalized commands and menus to streamline your workflow.

For detailed documentation on the commands, see docs.md.


🚀 Features

Fully customizable

Custom Commands

Supports multiple repos

Filter Projects

Switch branches

Checkout Branch

Create new branches

Create Branch

And so much more!

Run Commands


📖 Installation

Step 1: Set up your repo list

- title: Repo 1
  path: $repo_path1

- title: Repo 2
  path: "/path/to/repo2"
  config: /path/to/actions.yaml

NOTE

Step 2 (optional)

Step 3 (optional)


📂 Config Example

Here’s a quick example of what a YAML config might look like:

- title: fetch
  icon: down.small.png
  command: |
    git fetch -p

- title: create
  icon: create.png
  command: |
    git checkout -b "[input_snake_case]"

For more information, see the full documentation: docs.md.


🛠️ Installation

  1. Download the latest workflow and import it into Alfred.
  2. Configure the paths in the workflow settings
  3. Enjoy & God bless