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_
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
> 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
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
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
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