Comment on page
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, with color
g -a
: show all, including .
and ..
g -A
: show all, excluding .
and ..
g --icon

this option will be overridden by
--no-icon
Last modified 1mo ago