blob: 29823ee0914e0436a7d83cc01817a7a8744dca47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# 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.
|