Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add L_default_args #41

Merged
merged 8 commits into from
Dec 11, 2024
Merged

feat: add L_default_args #41

merged 8 commits into from
Dec 11, 2024

Conversation

jmattaa
Copy link
Owner

@jmattaa jmattaa commented Dec 11, 2024

Added global constant L_default_args to lua:

L_default_args = {
    all = false, -- show hidden files
    files = true, -- show files
    directories = true, -- show directories
    symlinks = true, -- show symlinks
    git = false, -- show git status and entries tracked by git
    long = false, -- show long format

    filters = {}, -- apply filters defined in `L_filters`
                    -- (NOTE: the name should be a string)
}

@jmattaa jmattaa linked an issue Dec 11, 2024 that may be closed by this pull request
@jmattaa jmattaa merged commit 9fa69f2 into main Dec 11, 2024
1 check passed
@jmattaa jmattaa deleted the feat/L_default_args branch December 11, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add L_default_args lua global constant
1 participant