On Fri, May 20, 2011 at 12:16 PM, Suraj N. Kurapati <sunaku_AT_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
Received on Fri May 20 2011 - 18:32:19 CEST
This archive was generated by hypermail 2.2.0 : Fri May 20 2011 - 18:36:03 CEST