# ChangeLog ## 2024-08-20 - Organization * [x] Move scripts into separate, thematic repositories: * [x] `utils-android`: * [x] `android-backup`. * [x] `android-pull`. * [x] `android-push`. * [x] `android-restore`. * [x] `utils-doc`: * [x] `anarchronofile`. * [x] `copy-annotations-from-kobo`. * [x] `copy-item-to-kobo`. * [x] `export-koreader-note`. * [x] `export-firefox-bookmarks`. * [x] `export-pads`. * [x] `keyringer-export-pads`. * [x] `sync-to-kobo`. * [x] `sync-from-kobo`. * [x] `doi2bib`. * [x] `docshower`. * [x] `scuttle`. * [x] `url-info`. * [x] `urlmd`. * [x] `urlsave`. * [x] `urlssave`. * [x] `utils-tomb`: * [x] `tomb-close`. * [x] `tomb-create`. * [x] `tomb-open`. * [x] `utils-organization`. * [x] Other relevant repositories. ## 2024-08-04 - Usability * [x] Speed up the `status` command: * [x] `status`: run `mrconfig-updater` less often (only if `~/.custom/mrconfig-automatic` is older than an hour or so, or just at every `X` runs (like `git-config-save`)). * [~] `todo`: run find less often by keeping a `~/.cache/todo` file with the list of TODO files; no need since these `find` invocations are quick.