sunhat/help/commands.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

# Commands
Omakub installs a host of modern commands that improve on the Linux stables. You should eventually read up on all eza, fzf, zoxide, bat has to offer.But here are the most important ways.
2024-05-28 22:32:02 -05:00
| Command | Function |
| ------------------------- | ------------------------------------------- |
| lt | Show nested files and directories |
| ff | Fuzzy find files from current dir |
| .. | Go up one directory from current |
| ... | Go up two directories from current |
| .... | Go up three directories from current |
| z <dir> | Quick jump to nested dir you've used before |
2024-05-28 22:32:02 -05:00
| n . | Open neovim with current dir |
| g | Git |
| compress <file/dir> | Compress named file/dir as tar.gz |
| decompress <file> | Decompress tar.gz file |