From d95f9c94800a7c4637379427f91d55e8d2407d02 Mon Sep 17 00:00:00 2001 From: cbr4l0k <56004175+cbr4l0k@users.noreply.github.com> Date: Sun, 25 Feb 2024 05:42:42 -0500 Subject: [PATCH] navi: add page (#12347) * navi: add page --------- Co-authored-by: K.B.Dharun Krishna --- pages/linux/navi.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/navi.md diff --git a/pages/linux/navi.md b/pages/linux/navi.md new file mode 100644 index 000000000..7af717f35 --- /dev/null +++ b/pages/linux/navi.md @@ -0,0 +1,24 @@ +# navi + +> An interactive cheatsheet tool for the command line and application launchers. +> More information: . + +- Browse through all available cheatsheets: + +`navi` + +- Browse the cheatsheet for `navi` itself: + +`navi fn welcome` + +- Print a command from the cheatsheet without executing it: + +`navi --print` + +- Output shell widget source code (It automatically detects your shell if possible, but can also be specified manually): + +`navi widget {{shell}}` + +- Autoselect and execute the snippet that best matches a query: + +`navi --query '{{query}}' --best-match`