You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a part of ansible-role-dotfiles and other wayofdev ansible project dependency, but it can also be installed as a stand-alone project using Makefile and make command.
If you like/use this role, please consider starring it. Thanks!
These are unified CLI commands available amongst different shells on all platforms. While some of their outputs may differ in style between different environments, their usage and behaviours remain universal.
Additional aliases are provided by Oh-My-Zsh and are listed by using the command alias.
→ Easier Navigation
Command
Description
~
Navigates to user home directory
..
Navigates up a directory
...
Navigates up three directories
....
Navigates up four directories
→ Directory Browsing
Command
Description
l
Show long list with hidden files with human readable sizes
ll
Lists log list of files, including hidden, with human-readable sizes. Appends / to end of directories.
la
Lists log list of files, including hidden, excluding . and .. directories, with human-readable sizes. Appends / to end of directories.
lsd
Lists directories only, in long format
lsh
Lists hidden files in long format
→ File Management
Command
Description
cpv
Copies a file securely using rsync
fd
Finds directories
ff
Finds files in current dir, shortcut to find . -type f -name [expression]
→ General Aliases
Command
Description
alias
Lists registered aliases
c
Clears the console screen
path
Pretty prints registered system $PATH variables
cm
Short command to chezmoi
h, hs
Shows or searches in shell (session) history
j
Shows list of the jobs that are running in the background and in the foreground
reload
Reloads the shell
re.
Reloads the shell configuration
→ Networking
Command
Description
flushdns
Flushes the DNS cache
ips
Gets all IP addresses
localip
Gets local IP address
publicip
Gets external IP address
GET HEAD POST PUT DELETE TRACE OPTIONS
Sends HTTP requests using lwp-request: _Usage: GET https://example.com