You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show some stuff when doing: lazyorg -h or lazyorg --help, something like this:
-h, --help display this help (or launch showing keybidings)
-V, --version display version
For more details see: man lazyorg
Project page: https://github.com/HubertBel/lazyorg
Manual page, something to show when doing: man lazyorg, you can show something similar information to README.md, but in man page format, there are some tools that can help like:
In Arch, all packages are in the repos, most in Extra and the rest in AUR.
Edit event
Sometimes an event needs some changes, like moving to another date, this helps to not delete and create another one.
Tab key
Tab is working when editing an event, moving to next field, but I was expecting Shift+Tab to move to a previous field (same as Up cursor key), but shows Z. Now it is not in ? (keybindings) page.
Alternative cursor keys
All current physical keyboards have cursor keys, and many people expects cursor keys work as an alternative to hjkl anywhere, right now work when adding an event, but not in main view.
Alternative Cancel key
When editing and event is a lot faster just do Escape to Cancel than move to [Cancel] button.
Optimize GIF animation (is too big)
Resolution (3432x1518): I can't distinguish anything when looking you github page in my 1920x1080p monitor, worst in Github for Android. In my monitor, I did test something like 640x480 in looks a lot friendlier to real use case and smaller displays, usually my terminal is always half/third/fourth of the whole resolution, with tmux showing 1-2 terminals open at the same time (not full screen).
Size (8MB): same gif, when optimized, is 21x smaller file, look:
$ gifsicle Lazyorg_demo.gif --optimize=3-o opti.gif ; du -h *.gif
gifsicle: warning: huge GIF, conserving memory (processing may take a while)
8.0M Lazyorg_demo.gif
384K opti.gif
With both should be a lot smaller in size and better to look at.
Config/db
Mention config/db in README.md, is important when doing a backup, to know where they are, I found it here:
Use XDG Base Directory, it's a lot easier to backup ~/.config because is the most used place for config files, at least as an alternative to search for db or else.
Extra
In the Roadmap, there is a typo error in "buisness" >> "business".
Thank you for the ideas! Many of these were already part of what I had planned to do, so I’ll start working on them right away. If you have any additional suggestions or notice any issues, please don’t hesitate to let me know!
CLI help
In terminal is expected this information
lazyorg -h
orlazyorg --help
, something like this:man lazyorg
, you can show something similar information to README.md, but in man page format, there are some tools that can help like:In Arch, all packages are in the repos, most in
Extra
and the rest inAUR
.Edit event
Sometimes an event needs some changes, like moving to another date, this helps to not delete and create another one.
Tab key
Tab
is working when editing an event, moving to next field, but I was expectingShift+Tab
to move to a previous field (same asUp
cursor key), but showsZ
. Now it is not in?
(keybindings) page.Alternative cursor keys
All current physical keyboards have cursor keys, and many people expects cursor keys work as an alternative to
hjkl
anywhere, right now work when adding an event, but not in main view.Alternative Cancel key
When editing and event is a lot faster just do
Escape
to Cancel than move to [Cancel] button.Optimize GIF animation (is too big)
Resolution (3432x1518): I can't distinguish anything when looking you github page in my 1920x1080p monitor, worst in Github for Android. In my monitor, I did test something like 640x480 in looks a lot friendlier to real use case and smaller displays, usually my terminal is always half/third/fourth of the whole resolution, with
tmux
showing 1-2 terminals open at the same time (not full screen).Size (8MB): same gif, when optimized, is 21x smaller file, look:
With both should be a lot smaller in size and better to look at.
Config/db
~/.config
because is the most used place for config files, at least as an alternative to search for db or else.Extra
In the Roadmap, there is a typo error in "buisness" >> "business".
System
The text was updated successfully, but these errors were encountered: