-
Notifications
You must be signed in to change notification settings - Fork 72
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
Handle tilde #79
base: master
Are you sure you want to change the base?
Handle tilde #79
Conversation
Signed-off-by: anmolbabu <[email protected]>
Signed-off-by: anmolbabu <[email protected]>
Signed-off-by: anmolbabu <[email protected]>
Signed-off-by: anmolbabu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 89.93% 85.95% -3.98%
==========================================
Files 14 15 +1
Lines 864 961 +97
==========================================
+ Hits 777 826 +49
- Misses 77 117 +40
- Partials 10 18 +8
Continue to review full report at Codecov.
|
@posener Please review |
Hi Codey, Thanks for contributing!
If you want we can work on this PR together in order to make it possible to merge it. |
@posener Whoops! I should check GH more often. If I get some free cycles before anyone else does, I'd be happy to. :) |
This PR adds support for auto-completion of file paths starting
~
whichtranslate to user home dir
Signed-off-by: anmolbabu [email protected]