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

Detect extensions, files and folders dynamically #35

Open
williamcanin opened this issue Jul 20, 2022 · 0 comments
Open

Detect extensions, files and folders dynamically #35

williamcanin opened this issue Jul 20, 2022 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@williamcanin
Copy link
Member

williamcanin commented Jul 20, 2022

Add the keys in the configuration file for each application session. The value must receive a list of objects:

detect_extensions = []
detect_files = []
detect_folders = []

For example:

detect_extensions = [".pyc"] (Extensions must have a dot)
detect_files = ["requirements.txt", "tox.ini"]
detect_folders = [".mypy_cache"]

@williamcanin williamcanin added the enhancement New feature or request label Jul 20, 2022
@williamcanin williamcanin added this to To do in features via automation Jul 20, 2022
williamcanin added a commit to williamcanin/zshpower that referenced this issue Jul 21, 2022
williamcanin added a commit to williamcanin/zshpower that referenced this issue Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant