• Reptorian@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    Depends. I use G’MIC (Interpretative language for image processing largely inspired by bash) in CLI.

    ig “C:\Users\User.…”

    If I need something with ‘$’ in CLI, I’d be using $_path_rc\something_something. Sometimes with “” in case of spaces.

    Other than that, I would be just running my own coded command in most case.