Earlier quoted context omitted.
I'd like to counter here that I prefer that sites don't assign vim bindings, or at least allow me to disable them. The reason being that I make extensive use of the vimium Chrome plugin (similar to pentadactyl on Firefox), which maps common vim keys to useful browser shortcuts (j/k to scroll, shift-j/k to switch tabs, f to enable a "type to click links" mode, etc). On 99% of the websites I use, I almost never need to…
I'm not trying to troll, but frankly, I don't understand why people who want to use advanced extensions like Vimium/Pentadactyl opt for Chrome and its crippling extension API. With Pentadactyl, what you describe just isn't a problem: the extension captures the keys and prevents websites from screwing that up, unless you want to access them, in which case you just press C-z to enable 'Pass Through' mode.
Introducing the Command Bar
81–90 of 101 posts
Re: Introducing the Command Bar
#82Well, we already have a command bar at the top of the window. What about these commands? http://github.com/username http://github.com/username/follow http://github.com/username/unfollow http://github.com/me/dashboard http://github.com/me/notifications http://github.com/username/reponame/search/term http://github.com/username/reponame/branchname
What is your point? REST is meant to make it easy for machines to talk to each other.
With a carefully chosen URI scheme, 100% RESTful or not, you have your command bar.
Re: Introducing the Command Bar
#83Re: Introducing the Command Bar
#84Earlier quoted context omitted.
What is your point? REST is meant to make it easy for machines to talk to each other.
My point is that the address field of my browser is already a "command bar" and that the URI is already a command line. With a carefully chosen URI scheme, 100% RESTful or not, you have your command bar.
Re: Introducing the Command Bar
#85Earlier quoted context omitted.
hitting 's' anywhere on the page activates the command bar. I will use this a lot.
Thanks for the 's' tip. Too bad they didn't also use '/', like gmail and atlassian products.
Re: Introducing the Command Bar
#86Re: Introducing the Command Bar
#87Re: Introducing the Command Bar
#88Earlier quoted context omitted.
My point is that the address field of my browser is already a "command bar" and that the URI is already a command line. With a carefully chosen URI scheme, 100% RESTful or not, you have your command bar.
Personally I don't relish the thought of memorizing the REST API of every website I visit. Anyways, it's not like they did away with the URI scheme you are describing...
Re: Introducing the Command Bar
#89Playing 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
#90Need to juice the performance a bit I think