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

args

Previousfuzzy match path

Last updated 1 year ago

Was this helpful?

g will transform args in the following table

before
after

~

$HOME

...

../..

....

../../..

more dots

../.......

But if you have an entry named '.....', g will not work. You should use --no-path-transform to disable this feature.

🥳