-
Notifications
You must be signed in to change notification settings - Fork 184
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
Save lines in history file with a Unix timestamp #442
Labels
Comments
Maybe we should introduce a Trait like termwiz and provide only a default implementation ? |
Should this ticket be marked as a duplicate of #127? With custom history load / save functionality people could add whatever they wanted, and this ticket would be up to the crate users to deal with. |
gwenn
added a commit
to gwenn/rustyline
that referenced
this issue
Feb 23, 2022
Fix kkawakam#127 Fix kkawakam#442 TODO - [ ] check if `History::add` and `History::add_owned` can be fused - [ ] put old / default `FileHistory` behind a feature - [ ] SQLite based implementation behind a feature - [ ] timestamped history ? Implementation detail ? - [ ] editable entry ? later ? Breaking changes: * `Editor` impacted (new generic type parameter `I`) * `History` renamed to `FileHistory` * History API impacted (to make trait object safe)
2 years later => #604 |
Version 11.0.0 released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just What I said above...
The text was updated successfully, but these errors were encountered: