Navigation

Fast, ergonomic directory traversal. Stop typing long paths โ€” use these shortcuts to move at the speed of thought.


Aliases

..

  • Description: Go up one directory level
  • Usage: ..
  • Example: ..
cd ~/projects/aliaskit/core
..
# โ†’ ~/projects/aliaskit

...

  • Description: Go up two directory levels
  • Usage: ...
  • Example: ...

....

  • Description: Go up three directory levels
  • Usage: ....
  • Example: ....

~

  • Description: Jump to your home directory instantly
  • Usage: ~
  • Example: ~

-

  • Description: Jump back to your previous directory
  • Usage: -
  • Example: -

ll

  • Description: Detailed directory listing (long format, human-readable sizes)
  • Usage: ll
  • Example: ll
ll
# -rw-r--r-- 1 maruf users 4.2K Apr 5 install.sh

la

  • Description: List all files including hidden dotfiles
  • Usage: la
  • Example: la

tree

  • Description: Print a visual directory tree (if tree is installed)
  • Usage: tree
  • Example: tree

-- Part of the Navigation module of Aliaskit --

โญ Star Aliaskit on GitHub ยท ๐Ÿ“– Back to Manual