One thing it's really useful for is searching duck duck go (or similar) from the command line.
I have this in my .zsh_aliases:
ddg() { q="${@}"; w3m "https://duckduckgo.com/lite/?q=$q&kd=-1" }
Most sites will render well enough.
One thing it's really useful for is searching duck duck go (or similar) from the command line.
I have this in my .zsh_aliases:
ddg() { q="${@}"; w3m "https://duckduckgo.com/lite/?q=$q&kd=-1" }