I like github for their sweet hosting and easy collaboration. I have no idea who would use this command bar. Do people really want to move the mouse to click on a cli and then guess/remember the syntax? I don't really get why they built this... Anyone?
As someone who uses GitHub's web interface multiple times a day, the ability to dig down into specific actions and pages for a repo will save a lot of time clicking around. The big one for me, adding issues.
Introducing the Command Bar
31–40 of 101 posts
Re: Introducing the Command Bar
#32Earlier quoted context omitted.
I'd like to search for repos, create new repos, create initial files, edit existing, star/unstar, watch/ignore, work with messages etc.
I agree that a keyboard is orders of magnitude more conducive to productivity, but I'm surprised that you do some of these frequently enough to make learning the commands a worthwhile endeavor, if one of these consoles were available. Even starring/unstarring is something that I do frequently, but I don't think I'd get any boost out of typing 'star' instead of just clicking on the star when my brain is already saying…
Git was initially a set of commands from terminal. A lot of programmers use terminal everyday. Even now I have terminal opened for doing different stuff. This terminal-nature of git itself and of github audience makes it obvious it would be used.
The other interesting question is how it would be implemented. With my repos on github (as opened as private) I think it would be great to have an opportunity to do some set of things from the site CLI.
P.S. I understand there are a lot of those who prefer GUI over CLI but I believe I am not the only one who wants to have CLI also available.
Re: Introducing the Command Bar
#33Re: Introducing the Command Bar
#34Playing with this for a few minutes: * I wish it had vim keybindings (ie, hit esc, then use hjkl to navigate) * It gives me the option to follow myself. (Bug?) * I like how I can learn commands via the autocomplete bar (issue, branch, graph, etc) * I like how the autocomplete bar refreshes after I have control-tabbed away and back. Too many autocompletes lose this behavior * Searching in a repository username/repo do…
Re: Introducing the Command Bar
#35Re: Introducing the Command Bar
#36Re: Introducing the Command Bar
#37Playing with this for a few minutes: * I wish it had vim keybindings (ie, hit esc, then use hjkl to navigate) * It gives me the option to follow myself. (Bug?) * I like how I can learn commands via the autocomplete bar (issue, branch, graph, etc) * I like how the autocomplete bar refreshes after I have control-tabbed away and back. Too many autocompletes lose this behavior * Searching in a repository username/repo do…
It'd also be nice if it had focus on page load.
Re: Introducing the Command Bar
#38I like github for their sweet hosting and easy collaboration. I have no idea who would use this command bar. Do people really want to move the mouse to click on a cli and then guess/remember the syntax? I don't really get why they built this... Anyone?
hitting 's' anywhere on the page activates the command bar. I will use this a lot.
Too bad they didn't also use '/', like gmail and atlassian products.
Re: Introducing the Command Bar
#39The down side is that, I think, this is really only useful for the github power user. The upside is: I'm a github power user!
Seriously, though, I hope they don't use this command line as a sort of cop-out for continuously improving their UI.
Re: Introducing the Command Bar
#40These things really speed up work for power-users and let maintainers add functionality without adding more complexity to the user experience than is appropriate.