TUIs

Lazygit

Lazygit is a delightful alternative to something like the GitHub Desktop application, and it runs inside the terminal.

You can run it directly, by going to any directory managed by git and running lzg. Or you can run it inside Neovim where it can be started with Space G G.

You hop between the different panes using Tab. In the Files pane, you select files for staging using Space, and then you can create a new commit using c. You can see all the commands available using ?.

Lazydocker

Lazydocker is made in the same spirit like Lazygit, and also gives you a terminal interface for managing your containers and images.

You can start it with Super + D.

You stop a container using s or start/restart it using r. See all commands using ?.

Btop

Btop is a beautiful resource manager that shows memory, CPU, disk, and network usage. It also lists all active processes, and allows you to manage them.

Omarchy has added an app for it called Activity, which you can start from wofi. But it's quickler to just hit Super + T.

Fastfetch

Fastfetch shows system information, like kernel version, uptime, theme, CPU, memory, and more. It's a successor to the popular neofetch tool.

Omarchy has packaged this as the About application, which you can find via wofi (Super + Space).