Skip to content
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

Feature Request: List entries on reverse order #396

Closed
heitorsilva opened this issue Jan 10, 2016 · 5 comments
Closed

Feature Request: List entries on reverse order #396

heitorsilva opened this issue Jan 10, 2016 · 5 comments
Labels
enhancement New feature or request 🔒 Outdated stale Inactive issue: will be closed soon if no activity

Comments

@heitorsilva
Copy link

When we do a "jrnl -n 3", we get the last three entries on ascending order...

01-08-2016 15:00 Entry 1

01-09-2016 15:00 Entry 2

01-10-2016 15:00 Entry 3

I would like to see them on descending order, like it is on git log or hg log.

01-10-2016 15:00 Entry 3

01-09-2016 15:00 Entry 2

01-08-2016 15:00 Entry 1
@maebert
Copy link
Contributor

maebert commented Jan 11, 2016

For a simple log using the --short command, you could do

jrnl --short -n 3 | tail -r

to reverse the order!

@maebert maebert added enhancement New feature or request Ideas labels Jan 11, 2016
@heitorsilva
Copy link
Author

I'm on Windows... I have no tail.
=(

That's why I'm proposing reverse order

@juanpagfe juanpagfe mentioned this issue Dec 7, 2017
@wren wren removed the ideas label Jul 6, 2019
@mzfr
Copy link

mzfr commented Jul 9, 2019

Will be fixed by #518

@stale
Copy link

stale bot commented Aug 8, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Inactive issue: will be closed soon if no activity label Aug 8, 2019
@stale stale bot closed this as completed Aug 15, 2019
@lock
Copy link

lock bot commented May 21, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the 🔒 Outdated label May 21, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request 🔒 Outdated stale Inactive issue: will be closed soon if no activity
Projects
None yet
Development

No branches or pull requests

4 participants