-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Is it possible to load the cache according to the path ? #18
Labels
Comments
Good point. I'll consider it. |
I tried to set |
Yggdroot
added a commit
that referenced
this issue
Dec 2, 2016
fix issue #18: Is it possible to load the cache according to the path ?
Please use new added command |
great |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I may work on multiple projects in one day, I wanna use the mru feature but the cache is saved for all projects, is is possible to save the cache according to the current path?
Like, I have three projects under:
~/projA
~/projB
~/projC
I may save three cache file naming:
~/projA/.leaderf
~/projB/.leaderf
~/projC/.leaderf
Is it possible?
The text was updated successfully, but these errors were encountered: