sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (945B)


      1 navhistory
      2 ==========
      3 
      4 Description
      5 ------------
      6 This patch provides dmenu the ability for history navigation similar to that
      7 of bash. Press alt+p for the previous history and alt+n for the next.
      8 
      9 Configuration
     10 -------------
     11 Set the maximum number of histories with a new variable 'maxhist' in config.h.
     12 By default, it only records a new history if it is not the same as the last one.
     13 To change this behaviour, set 'histnodup' to 0 in config.h.
     14 
     15 Download
     16 --------
     17 * [dmenu-navhistory-5.0.diff](dmenu-navhistory-5.0.diff)
     18 * [dmenu-navhistory-4.6.diff](dmenu-navhistory-4.6.diff)
     19 
     20 ### With Search
     21 This patch extends navhist with history-search functionality. Press
     22 ctrl-r, like in bash or ksh, and the suggestions will be replaced with
     23 the history. Press ctrl-r again to revert.
     24 
     25 * [dmenu-navhistory+search-20200709.diff](dmenu-navhistory+search-20200709.diff)
     26 
     27 
     28 Author
     29 ------
     30 * phi <crispyfrog@163.com>
     31 * Philip K. - philipk (at) posteo (dot) net