From 71f4b14150ad13600bfbbc1fc1744505fecf19d8 Mon Sep 17 00:00:00 2001 From: MuhammadAly11 <176561401+MuhammadAly11@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:29:56 +0300 Subject: [PATCH] wofi: add page (#13596) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/wofi.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/wofi.md diff --git a/pages/linux/wofi.md b/pages/linux/wofi.md new file mode 100644 index 000000000..e60d6e2e8 --- /dev/null +++ b/pages/linux/wofi.md @@ -0,0 +1,16 @@ +# wofi + +> An application launcher for wlroots-based Wayland compositors, similar to `rofi` and `dmenu`. +> More information: . + +- Show the list of apps: + +`wofi --show drun` + +- Show the list of all commands: + +`wofi --show run` + +- Pipe a list of items to `stdin` and print the selected item to `stdout`: + +`printf "{{Choice1\nChoice2\nChoice3}}" | wofi --dmenu`