Replies: 3 comments 2 replies
-
|
I'm working on performance but, meanwhile, an idea occurred to me. tklr now supports an "auto save" feature. Basically it means that you can enter a "current_command" in config.toml, e.g., And then when a record in the database changes or a new day begins, the named script will be executed. Here's my "write_current.sh": With this setup, I always have a current version of agenda, days and weeks in agenda.txt, days.txt and weeks.txt, respectively. In my case these files are actually symbolic links to similarly named files in by Google Drive so that I can view them using my iPhone. With a similar setup you could use, e.g., as an alternative to using That should be fast enough to satisfy even you. 😊 |
Beta Was this translation helpful? Give feedback.
-
|
Some performance tweaks for 0.0.10 just released. My times: |
Beta Was this translation helpful? Give feedback.
-
|
New implementation of save_after automatically writes to "current.txt" in the active tklr home directory. My config.toml setting: The homebrew timeout entry gives the command 10 seconds to complete and then closes it - probably overkill. My write_current.sh: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've posted timings in the 0.0.9 to #24 - it seems there is performance regression?
Beta Was this translation helpful? Give feedback.
All reactions