fuzzel
linux
A Wayland-native application launcher and fuzzy finder, inspired by `rofi` and `dmenu`.
More info →Options (4)
-d, --dmenubooleanRun `fuzzel` in dmenu mode
Example:
fuzzel {{[-d|--dmenu]}}-v, --verbosebooleanReset apps usage count (default cache directory: `$XDG_CACHE_HOME/fuzzel`)
Example:
rm {{[-v|--verbose]}} $HOME/.cache/fuzzel-o, --outputbooleanLaunch `fuzzel` on a specific monitor, see `wlr-randr` or `swaymsg --type get_outputs`
Example:
fuzzel {{[-o|--output]}} "{{DP-1}}"-l, --linesbooleanUse `fuzzel` to do an online search
Example:
fuzzel {{[-d|--dmenu]}} {{[-l|--lines]}} 0 --placeholder "{{Type your search}}" | sed 's/^/\"/g;s/$/\"/g' | xargs firefox --searchExamples (8)
Run applications
Run `fuzzel` in dmenu mode
fuzzel [-d|--dmenu]Display a menu with custom items separated by a new line (`\n`)
Let the user choose between multiple items and save the selected one to a file
Reset apps usage count (default cache directory: `$XDG_CACHE_HOME/fuzzel`)
rm [-v|--verbose] $HOME/.cache/fuzzelLaunch `fuzzel` on a specific monitor, see `wlr-randr` or `swaymsg --type get_outputs`
fuzzel [-o|--output] "DP-1"made by @shridhargupta | data from tldr-pages