sites

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

index.md (854B)


      1 FIFO
      2 ====
      3 
      4 Description
      5 -----------
      6 
      7 This patch adds a small command language that allows the browser to
      8 be controlled through a FIFO pipe. The format of the language is just:
      9 	[command] [argument]
     10 
     11 The fifo pipe of the window is stored in the `~/.surf/fifo/` directory
     12 by default, with the name of the file being the window id.
     13 
     14 Most of the commands are the same as their respective functions, (loaduri,
     15 scrollv, scrollh, etc.), though there are a couple that are different. In
     16 addition, a new function (injectjs) was added to allow injection of javascript
     17 through the pipe, though it can also be bound to a key.
     18 
     19 Download
     20 --------
     21 * [surf-fifo-20220310-c5c1646.diff](surf-fifo-20220310-c5c1646.diff) (8.2K)
     22 
     23 Scripts
     24 -------
     25 * Bitwarden autofiller: [bw-dmenu-fill](bw-dmenu-fill) (2.4K)
     26 
     27 Authors
     28 -------
     29 * Avalon Williams <avalonwilliams@protonmail.com>