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

Add find args customization for counsel-{file,dired}-jump #1889

Closed
wants to merge 1 commit into from

Commits on Jan 18, 2019

  1. Add find args customization for counsel-{file,dired}-jump

    This is useful, because I use counsel in a big symlink farm, so the
    default behaviour of "-type f" has to be repaced for me with "-type
    f,l".  Other customization is e.g. inclusion of hidden files, as the
    default is using * glob, that doesn't match hidden directories.
    errge committed Jan 18, 2019
    Copy the full SHA
    727dd75 View commit details
    Browse the repository at this point in the history