-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Several open shells won't synchronize history #41
Comments
This would involve reading the history file before every command is looked up. Some type of cross process store would be more efficient. |
May I take a look into this? |
@gerardog - That would be great, I would appreciate it. |
Proposal: Modify the format of ".cdHistory" text file database, just a little bit, to use as cross process store. Currently each line in that file represents a folder, its ranking and its last accessed date. The change is twofold:
|
I like this idea. What about something like a sqlite db? Seems like it would be more suited to a cross process read/write scenario. What do you think? |
When running several instances of PowerShell, z won't synchronize the history between them.
Improvement would be to read history, before writing, so other instances history will be remembered and shared.
The text was updated successfully, but these errors were encountered: