On Mon, Dec 02, 2013 at 12:53:03AM +0100, Markus Teich wrote:
> this should also be possible with some construct like this:
> 
> rev <historyfile | awk '!x[$0]++' | dmenu
> 
> First reverse the historyfile (assuming you append to it), so most recently 
> used
> entry is first, then remove duplicates and pass the list to dmenu.

Should that be "tac" instead of "rev" or am I missing something?

Eric

Reply via email to