nikivi Posted September 23, 2017 Posted September 23, 2017 (edited) Alfred Commit Folders Simple workflow that lets you search folders and then write a commit message. It would then git add and git commit all files in the folder with the message you provide. And finally it would git push the changes. This workflow assumes that the folder you select is already initialised with git as it is a file filter that searches through all the folders. It will however warn you if the folder you chose is not under git. You can of course modify the scope of the search or even make it that it only searches through git initialised folders but for my use case, I use this workflow when I make a change to some README file in some folder and want to quickly commit it without going to my terminal. For quickly editing README's of folders I use this workflow that searches through all folders and with a modifier key press will open the README in the markdown editor you set up. There is also alternative action that will commit only the README file inside the folder with a predefined commit message. Again all the commit messages can be customised to what you prefer. Download You can install the workflow from GitHub releases and you can find more information on it on GitHub. Hope you like it. ? Edited September 24, 2017 by nikivi
xilopaint Posted September 24, 2017 Posted September 24, 2017 4 hours ago, nikivi said: p.s. mistakenly named the post Alfred Commit Files but should be named Alfred Commit Folders. If anyone can change that, would be sweet. You can edit the title by yourself . nikivi 1
nikivi Posted September 24, 2017 Author Posted September 24, 2017 4 hours ago, xilopaint said: You can edit the title by yourself . Oh, you are right. Didn't see that. ?
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