Re: [dev] dmenu history

2015-04-23 Thread Dimitris Papastamos
On Thu, Apr 23, 2015 at 04:39:26PM +0100, maeve.ul...@openmailbox.org wrote: > http://tools.suckless.org/dmenu/patches/dmenu-tip-history.diff via > http://tools.suckless.org/dmenu/patches/history > > does not work with > > http://ftp.de.debian.org/debian/pool/main/s/suckless-tools/suckless-tools_

[dev] dmenu history

2015-04-23 Thread maeve . uladh
http://tools.suckless.org/dmenu/patches/dmenu-tip-history.diff via http://tools.suckless.org/dmenu/patches/history does not work with http://ftp.de.debian.org/debian/pool/main/s/suckless-tools/suckless-tools_40.orig-dmenu.tar.gz via https://packages.debian.org/jessie/suckless-tools Also, co

Re: [dev] [dmenu] history patch updated r471

2011-12-08 Thread Peter John Hartman
> function had to be run twice, so I did a quick & dirty #define, knowing > that the C experts in the Suckless Community can suggest better ways. The better way is this: sel=`tac history.txt | dmenu` [ -n "$sel" ] && sed -i "\|$sel|d" history.txt; echo "$sel" >> history.txt Or something of the s

[dev] [dmenu] history patch updated r471

2011-12-07 Thread Suraj N. Kurapati
Hello, I have updated (attached) the dmenu history patch[1] to apply against the current tip revision 471:60d97462ff9d. Parts of the readstdin() function had to be run twice, so I did a quick & dirty #define, knowing that the C experts in the Suckless Community can suggest better ways. This patc

Re: [dev] [dmenu] history patch

2009-12-16 Thread pancake
Hg clone the sites module, do the changes, commit, push and PROFIT On Dec 15, 2009, at 3:57 PM, Peter John Hartman > wrote: Hi folks, Here's a history patch patched to dmenu tip. This is pretty useful in conjunction with surf. I point the surf "^G" to: dmenu -hist /home/peterjh/.dmenu.hist

[dev] [dmenu] history patch

2009-12-15 Thread Peter John Hartman
Hi folks, Here's a history patch patched to dmenu tip. This is pretty useful in conjunction with surf. I point the surf "^G" to: dmenu -hist /home/peterjh/.dmenu.history -b -l 10 < ~/.surf/history (Of course, it only makes sense in conjunct with the surf history patch as well.) Honestly, it