Basic
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
Last updated
Was this helpful?