On Fri, May 20, 2011 at 12:16 PM, Suraj N. Kurapati <sun...@gmail.com> wrote:
> history | xmessage -file - &

I keep this ugly mess around in for convenience:

h()
{
    `history | perl -e 'while(<STDIN>){s/\s+\d+\s+//;push
@o,$_;}for($i=$#o-1;$i>=0;$i--){print $o[$i];}' | dmenu -b`
}

--Andrew Hills

Reply via email to