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 a method to fuzzy-find and edit recent files #174

Merged
merged 1 commit into from
May 12, 2020

Conversation

gabebw
Copy link
Owner

@gabebw gabebw commented May 12, 2020

The "${file/\~/$HOME}" means "replace a literal ~ with $HOME", because we have to double-quote "$file" to handle spaces etc, but the double-quoting means that it won't do the ~ expansion and will literally look for a directory named ~.

The `"${file/\~/$HOME}"` means "replace a literal ~ with $HOME", because
we have to double-quote `"$file"` to handle spaces etc, but the
double-quoting means that it won't do the ~ expansion and will literally
look for a directory named `~`.
@gabebw gabebw force-pushed the gbw-fuzzy-find-recent-files branch from d3750a3 to 313e615 Compare May 12, 2020 21:35
@gabebw gabebw merged commit 313e615 into master May 12, 2020
@gabebw gabebw deleted the gbw-fuzzy-find-recent-files branch May 12, 2020 21:35
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.

1 participant