dajoho Posted March 27, 2013 Posted March 27, 2013 Hi everyone. I made a quick workflow that allows you to search/open your GIT repositories directly in Sourcetree. It searches through your Sourcetree bookmarks file and displays autocomplete results. If you're interested, you can get it here: https://github.com/dajoho/sourcetree-alfred-workflow jmjeong and blkrk4000 2
jmjeong Posted March 27, 2013 Posted March 27, 2013 Hi everyone. I made a quick workflow that allows you to search/open your GIT repositories directly in Sourcetree. It searches through your Sourcetree bookmarks file and displays autocomplete results. If you're interested, you can get it here: https://github.com/dajoho/sourcetree-alfred-workflow Very useful. Thank you.
jmjeong Posted March 28, 2013 Posted March 28, 2013 I tried it in another computer, but it fails to parse the nested structure. The linked file is browser.plist which causes the problem : http://cl.ly/122g0o1I2P1c
schoeps Posted March 28, 2013 Posted March 28, 2013 Hi everyone. I made a quick workflow that allows you to search/open your GIT repositories directly in Sourcetree. It searches through your Sourcetree bookmarks file and displays autocomplete results. If you're interested, you can get it here: https://github.com/dajoho/sourcetree-alfred-workflow Very nice, thank you. The script did not work for me until I removed the quotes (" ") around {query} in the script. This is the case because Alfred takes already care of escaping: open -a SourceTree {query}
jncunha Posted October 18, 2013 Posted October 18, 2013 Is it possible to edit the workflow and allow to push and pull via Alfred?
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