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

Fix ff* and fg* functions #43

Closed
frgomes opened this issue May 29, 2020 · 0 comments · Fixed by #45
Closed

Fix ff* and fg* functions #43

frgomes opened this issue May 29, 2020 · 0 comments · Fixed by #45

Comments

@frgomes
Copy link
Owner

frgomes commented May 29, 2020

Related: #37

Functions named ff* and fg* should perform better, should be simpler and should avoid getting confused with file names containing white spaces.

In particular, we should discard .git and .hg directories early in the find command which runs as part of these functions, instead of obtaining a full dataset of file names and only after that getting rid of all files under .git and .hg folders.

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 a pull request may close this issue.

1 participant