HN user

0x3e

11 karma
Posts2
Comments5
View on HN
Use Zsh 14 years ago

zero padding brace expansion has been available since bash version 4 20/02/2009

$ echo {000..10}

000 001 002 003 004 005 006 007 008 009 010

about:blank

firefox with tabkit and when I open a new window it is likely I am starting a new thread of thought

^n new window with focus in url bar no time for loading or change of focus I want to get started

readline style emacs bindings for editing in the url is a must for me

a good set of quick searches helps

  - g http://google.com/search?q=%s
  - gau http://google.com.au/search?hl=en&meta=cr%3DcountryAU&q=%s
  - wp http://en.wikipedia.org/wiki/%s
  - shn http://searchyc.com/%s
  - etc ...
Using the keyword/quick search feature I find the url bar becomes a kind of command line interface to the internet with a series of 1-3 char commands that can get me where I need to go.