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

show hidden files/directories

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

with icons

g --icon
this option will be overridden by --no-icon

Last modified 1mo ago