⚙️
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

Was this helpful?

Edit on GitHub
  1. Usage
  2. Advanced

default option

PreviousAdvancedNextcli markdown renderer

Last updated 1 year ago

Was this helpful?

set default option in your config file, which can be found by --help option

Args:
    - icon
    - time
    - owner
    - size
    - #

g will load the config and add these options to os.Args

use --no-config to ignore the config

using --no-confg in the configuration will also ignore the config

🥳