yinan Posted May 17, 2023 Share Posted May 17, 2023 (edited) Hi there! I am a new user of Alfred, and I really appreciate the spirit of sharing in this community. So, I've created a new Alfred workflow that I'd love to share with you today! It allows you to list all your starred repositories in GitHub and search within them easily. The usage is quite simple. - Simply input `ghs {query}` and you'll see a list of your starred repositories in order of when they were added, with their names, number of stars, and descriptions. - Press "Enter" on a selected result to directly open the repository in your browser - "Command + Enter" to copy the URL to clipboard. - "Control + Enter" to copy the `git clone` command to clipboard. Here is a link to [Github Repo](https://github.com/yinan-c/alfred-github-star). This is my first time writing workflow, hope you like it. Edited May 21, 2023 by JoelC Terminal 1 Link to comment
vitor Posted May 17, 2023 Share Posted May 17, 2023 This looks nice. Short and no dependencies. It would be a good addition to the Gallery but for that it’d need to use Workflow Configuration instead of Workflow Environment Variables, as per the pinned post. Link to comment
yinan Posted May 17, 2023 Author Share Posted May 17, 2023 Thanks! I will make some changes to the workflow later this week and submit it to the Gallery! vitor 1 Link to comment
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