⚙️
g - powerful and cross-platform ls
  • Start
  • Installation
  • 🥳Usage
    • Basic
      • View
      • Display
        • Layout
        • Setting
        • Misc
      • Filtering
      • Sorting
    • Advanced
      • default option
      • cli markdown renderer
      • fuzzy match path
      • args
Powered by GitBook
On this page
  • show hidden files/directories
  • with icons

Was this helpful?

Edit on GitHub
  1. Usage

Basic

PreviousInstallationNextView

Last updated 1 year ago

Was this helpful?

usage: g [options] [path]

option started with one -dash or two --dashes are both OK:

g --checksum --checksum-algorithm sha256 
# or g -checksum -checksum-algorithm=sha256

Simply running g without any additional option will list files in current working directory

show hidden files/directories

g -a : show all, including . and ..

g -A : show all, excluding . and ..

with icons

g --icons

this option will be overridden by --no-icon

🥳
😄