Cheat sheets for the shell
Hitting Pause
What if you are not sure that you've chosen the correct command? For instances where the command will change your system, you can add the --print
option to the command to prevent it from executing directly. If you want to use this option as a default, define a corresponding alias, such as
alias navi='navi --print'
and add it in your ~/.bashrc
.
You also might want to use the --print
option for commands that require further input before execution. For example, the Create a tar containing files task from the compression section requires two pieces of input from the user; the software prompts you for them when you click on the command. For name:
, enter the desired name of the tar archive, while files:
expects the path to the files you want to compress.
Once you have confirmed both entries, the tool will display the command that creates the corresponding archive (Figure 4). If you have used the --print
option, navi will not execute this command, giving you the opportunity to determine if the command has the desired effect. If the command does what you expect, then copy the command and run it.

Online Cheat Sheets
Another way to use navi is to enter a command directly as an argument at launch time. For example, entering
navi search apt
will return eight commands for Debian's apt
package tool. These commands do not originate from the installed navi package; instead, they come from online sources, such as cheat.sh
[5], which offers additional cheat sheets (Figure 5).

Integrating the Widget
You can also add navi to the shell as a widget, which helps keep the history up to date and lets you edit the command to suit your needs before running it.
To use the software as a widget, add the following line
source "$(navi widget bash)"
to your ~/.bashrc
or /etc/bash.bashrc
file. This lets you launch navi by pressing Ctrl+G in the future. If the keyboard shortcut is already assigned on your system, or if you want to assign a different shortcut, you can define it in /opt/navi/navi.plugin.bash
.
« Previous 1 2 3 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
Mozilla VPN Now Available for Linux
The promised subscription-based VPN service from Mozilla is now available for the Linux platform.
-
Wayland and New App Menu Coming to KDE
The 2021 roadmap for the KDE desktop environment includes some exciting features and improvements.
-
Deepin 20.1 has Arrived
Debian-based Deepin 20.1 has been released with some interesting new features.
-
CloudLinux Commits Over 1 Million Dollars to CentOS Replacement
An open source, drop-in replacement for CentOS is on its way.
-
Linux Mint 20.1 Beta has Been Released
The first beta of Linux Mint, Ulyssa, is now available for downloading.
-
Manjaro Linux 20.2 has Been Unleashed
The latest iteration of Manjaro Linux has been released with a few interesting new features.
-
Patreon Project Looks to Bring Linux to Apple Silicon
Developer Hector Martin has created a patreon page to fund his work on developing a port of Linux for Apple Silicon Macs.
-
A New Chrome OS-Like Ubuntu Remix is Now Available
Ubuntu Web looks to be your Chrome OS alternative.
-
System76 Refreshes the Galago Pro Laptop
Linux hardware maker has revamped one of their most popular laptops.
-
Dell Will Soon Enable Privacy Controls for Linux Hardware
Dell makes it possible for Linux users to disable webcams and microphones.