-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Assigning a number to each entry when viewing #1218
Comments
Hi there, thanks for kind words! I'm not sure, but I think jrnl supports what you're asking for with the |
It can be easier. For example, Journal now show entry like this.
I can use command
I can now just use the number to modify or delete an entry easily even if the entry number is 165! It can be ascending or descending. Hope the idea is clear now. |
It can also be like this for better allignment,
|
I see now, thanks for the added explanation. It's basically a dynamically-generated ordinal identifier for each entry, in descending order, displayed whenever the entry is displayed so you can easily pick it out for other jrnl operations. We are thinking about adding unique identifiers to each entry eventually (see #519 and #949), which would likely conflict with this feature. I think, in the long run, implementing then exposing these unique identifiers to the user would be simpler, since the identifier for each entry would never change. In the meantime, you can generally narrow down entries by chaining together additional search parameters. I usually mix and match |
Fair enough. Closing the issue then. |
Feature Request
Use Case/Motivation
What is the motivation / use case for changing the behavior?
By using
jrnl -to today
I can view all the entries of a Journal but editing or deleting(specially for a long one) one entry seems complex to me. It can be simplified.Example Usage
When executing
jrnl -to today
jrnl can automatically assign Natural Number besides each entry 1,2,3...It will work as an ID for each and every entry. By using this ID jrnl entry can be modified or deleted easily rather than doing the interactive
--delete
mode for one on one entry.Other information
Thanks for this awesome software!
The text was updated successfully, but these errors were encountered: