Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
forked from zimfw/exa

Adds aliases and better defaults for exa.

License

Notifications You must be signed in to change notification settings

FantomeBeignet/zim-exa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

exa

Adds aliases for exa. Also change default blue colors to blue bold (file's date, modified flag in Git).

Aliases

  • ls lists directories first (applies to all aliases below).
  • ll lists with long format and git status (applies to all aliases below).
  • l lists all files and ignore the .git directory (applies to all aliases below).
  • la lists files with icons and type indicators
  • lg lists files with respect to .gitignore
  • lr lists recursively as a tree.
  • lx lists sorted by extension.
  • lk lists sorted by largest file size last.
  • lt lists sorted by newest modification time last.
  • lc lists sorted by newest status change (ctime) last.

Requirements

This module must be sourced after the utility module, so this module can override the aliases set by that one.

About

Adds aliases and better defaults for exa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%