File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Despite its name, it does not (read: no longer) depend on the Sway window manage
88## Features
99- Lists and executes available binaries
1010- Lists and executes .desktop files (entries as well as actions)
11- - Does not depend on ` xdg-utils ` . Just pure bash and ` awk `
11+ - Does not depend on ` xdg-utils ` . Just pure bash and ` awk ` (specifically gawk)
1212- Shows a preview window containing ` whatis ` info of binaries and the ` Comment= ` section of .desktop files
1313- History support which will highlight recently used entries
1414- Colored output and glyphs for the different entry types
@@ -18,7 +18,9 @@ Despite its name, it does not (read: no longer) depend on the Sway window manage
1818
1919## Installation
2020
21- Make sure you have ` fzf ` installed and download this repository.
21+ Make sure you have ` fzf ` and ` awk ` installed and download this repository.
22+ To be precise, the script specifically depends on GNU awk (` gawk ` ) so check what flavour your distribution provides.
23+
2224Arch Linux users can also grab it from the AUR (thanks @turtlewit )
2325
2426* [ sway-launcher-desktop] ( https://aur.archlinux.org/packages/sway-launcher-desktop/ )
You can’t perform that action at this time.
0 commit comments