Alfred workflow to search for repos and open them.
- install Rust and Cargo using rustup.
- clone
- install in alfred:
make install
- set environment variables according to your setup:
DIRECTORY_PATH
:- Full pathes to directories, which you want to search in.
- Separator is a comma. e.g.
/home/user/repos,/home/user/private-repos
. - Omit the separator, if you only want to scan one directory.
BINARY_TO_EXECUTE
: Full path to binary you want to execute with the selected path.
To see all output from the workflow you can run the following open the workflwo in debug mode.
- This repo used https://github.com/rossmacarthur/crates.alfredworkflow/ as a template.
- To generate the binary: https://github.com/rossmacarthur/powerpack