Using Alfred to open your GitHub repositories in the browser
1–10 of 32 posts
Re: Using Alfred to open your GitHub repositories in the browser
#2Lets you search through all your GitHub stars (including own GitHub repos).
I have over 16,300 stars and even with that amount of repos, the search is instant due to SQLite db used. (https://github.com/nikitavoloboev/github-stars)
What's cool is that you can modify actions on a repo. So I made modification so that cmd+return would open issues, opt+return would clone repo to ~/clones & open it in VSCode, cmd+shift+return will do file search on repo instantly etc. (https://github.com/nikitavoloboev/small-workflows)
Re: Using Alfred to open your GitHub repositories in the browser
#3Neat. Another workflow that you can use is https://github.com/lox/alfred-github-jump Lets you search through all your GitHub stars (including own GitHub repos). I have over 16,300 stars and even with that amount of repos, the search is instant due to SQLite db used. ( https://github.com/nikitavoloboev/github-stars ) What's cool is that you can modify actions on a repo. So I made modification so that cmd+return would…
Re: Using Alfred to open your GitHub repositories in the browser
#4Until I started using Emacs seriously. Now I use Emacs for opening URLs, for triggering Google searches (and saving my searches via org-capture), for saving URLs via org-protocol and org-capture, for taking notes, for journaling, for task management (previously OmniFocus, then Things3), and for all kinds of workflows. It is the ideal application framework, with one of the most versatile programming languages I can think of (Lisp); it made me stop using Python for my day-to-day scripting (love Python!).
Emacs (and Lisp) is a tool for the next decades of my life.
Re: Using Alfred to open your GitHub repositories in the browser
#5Re: Using Alfred to open your GitHub repositories in the browser
#6Re: Using Alfred to open your GitHub repositories in the browser
#7I used to use Alfred for these kind of workflows, for years. For opening apps, URLs, for triggering Python or bash scripts, and for searching files of course. It’s a wonderful app. Until I started using Emacs seriously. Now I use Emacs for opening URLs, for triggering Google searches (and saving my searches via org-capture), for saving URLs via org-protocol and org-capture, for taking notes, for journaling, for task…
Re: Using Alfred to open your GitHub repositories in the browser
#8i made a similar tool for the command line that keeps my downloads organized and knows how to search for them. it also has functionality for returning the repo url so i have an open alias that just opens the repo in github
Re: Using Alfred to open your GitHub repositories in the browser
#9Re: Using Alfred to open your GitHub repositories in the browser
#10Just want to say, I love your style of writing. Very well made visually to help convey your content. Nice job