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

Ignores Hidden Files #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MyriaCore
Copy link

This PR fixes #36 by adding a -not -path "${base_dir}/.*" switch in the find command, used to compute abbrvs. It's working on my system, so I figured I'd throw it up here.

This is useful to me because I have a ~/.texpander/.config/ folder where I put a bash script that updates all my text replacements at once from a JSON file, and those files shouldn't be indexed. If anyone wants to do a similar thing, this is a must.

~ Added a `-not -path "${base_dir}/\.*"` switch to the find command
@neilpie
Copy link

neilpie commented Sep 3, 2021

+1 thank you

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.

Ignore hidden . files in texpander directory
2 participants