cli

CLI

One of my favorite ways of using a computer is through the CLI, or command-line interface. You can type commands and run them, managing to do things a lot of people do in a GUI1 nowadays. This page is mainly dedicated to my favorite CLI tips and tricks and small snippets I've gathered along the way. My main way of using the CLI is through zsh, you can find my .zshrc here.

Yazi

Yazi is my preferred TUI2 for file browsing on Linux. It has great copy and pasting and allows for simple split-pane previews of text files and images. I don't really move files around a lot, but when I need to, yazi is my go-to.

1

Graphical user interface, the interface most modern computers use nowadays.

2

Text-based user interface, an interface designed for the terminal that only uses text.

< home