-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat(dump history): You can specify the time range, regex and format to dump #374
Conversation
Awesome, I'll test this out shortly. Thanks @TD-Sky |
@TD-Sky would you be able to also update the |
Let me have a try. |
You could review README.md now. Sorry for my delay, I'm busy these days. |
Any plans to merge? |
|
Fixed. |
Thank you @TD-Sky for this nice addition! |
Implementation of #372.
Now you can dump the history. For example,
$ mcfly dump > history.json
will dump the whole history into json file.
Here are the options:
The timestamp (since/before) format is subject to chrono-systemd-time which is a non-strict implementation of systemd.time.
I think the PR isn't in the final stage now so suggestions are welcome.