From: Silvio Rhatto Date: Tue, 20 Aug 2024 23:45:05 +0000 (-0300) Subject: Fix: move some scripts into separate, thematic repositories X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fb92f992c865be528af5969d972712923cfa598e;p=rhatto%2Fapps.git Fix: move some scripts into separate, thematic repositories --- diff --git a/.gitmodules b/.gitmodules index 5ee50de..b54964f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -154,3 +154,18 @@ [submodule "finder"] path = finder url = https://git.fluxo.info/finder +[submodule "utils-tomb"] + path = utils-tomb + url = https://git.fluxo.info/utils-tomb +[submodule "utils-organization"] + path = utils-organization + url = https://git.fluxo.info/utils-organization +[submodule "utils-doc"] + path = utils-doc + url = https://git.fluxo.info/utils-doc +[submodule "utils-cli"] + path = utils-cli + url = https://git.fluxo.info/utils-cli +[submodule "utils-android"] + path = utils-android + url = https://git.fluxo.info/utils-android diff --git a/ChangeLog.md b/ChangeLog.md index d2ecb12..29823ee 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,37 @@ # 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: diff --git a/scripts b/scripts index d6a4d78..e851401 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit d6a4d78d31ffa57e00a7d5b0a87baa38156cee06 +Subproject commit e851401694daacaf1aba2c87ed557e5dbf00af02 diff --git a/utils-android b/utils-android new file mode 160000 index 0000000..b2863ac --- /dev/null +++ b/utils-android @@ -0,0 +1 @@ +Subproject commit b2863aca90ce8dfc70e1b004795dcc7d7ea4528e diff --git a/utils-cli b/utils-cli new file mode 160000 index 0000000..d50c384 --- /dev/null +++ b/utils-cli @@ -0,0 +1 @@ +Subproject commit d50c3847192acbb3a5be68b67320fd1819fa81fb diff --git a/utils-doc b/utils-doc new file mode 160000 index 0000000..d1791e7 --- /dev/null +++ b/utils-doc @@ -0,0 +1 @@ +Subproject commit d1791e72e2e1442033cad2ad7ef1dd183562ddec diff --git a/utils-organization b/utils-organization new file mode 160000 index 0000000..3c5c672 --- /dev/null +++ b/utils-organization @@ -0,0 +1 @@ +Subproject commit 3c5c672e47737e6b3342dfeb730ccd8320f2d442 diff --git a/utils-tomb b/utils-tomb new file mode 160000 index 0000000..dbabf8b --- /dev/null +++ b/utils-tomb @@ -0,0 +1 @@ +Subproject commit dbabf8bc8ab1ee358ef50d4b8693abefd8d8de30