-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
Date format supports recent/non-recent format #600
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #600 +/- ##
==========================================
+ Coverage 85.89% 86.23% +0.34%
==========================================
Files 37 37
Lines 3849 3996 +147
==========================================
+ Hits 3306 3446 +140
- Misses 543 550 +7
Continue to review full report at Codecov.
|
e294474
to
cae336d
Compare
|
I'm new to Rust, let me know if something is off about this PR. |
cae336d
to
0f9d4f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late response, I was a bit occupied. Just a few suggestions on the PR. Also we could add this info to the man pages (probably also mention the TIME_STYLE
env variable).
4df8bd5
to
1aa15cf
Compare
83d0aec
to
eb2ceaf
Compare
I rebased and added information to the README and Changelog. |
eb2ceaf
to
894e2c3
Compare
c4841c7
to
fa2b0f5
Compare
Support newline separator to specify a different date format for recent files.
This is similar to the
TIME_STYLE=iso
format, however the formats can be freely chosen.(Also
iso
can only be set via the env var, not the command line.)refers to #554
TODO
cargo fmt