aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules15
-rw-r--r--ChangeLog.md32
m---------scripts0
m---------utils-android0
m---------utils-cli0
m---------utils-doc0
m---------utils-organization0
m---------utils-tomb0
8 files changed, 47 insertions, 0 deletions
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
-Subproject d6a4d78d31ffa57e00a7d5b0a87baa38156cee0
+Subproject e851401694daacaf1aba2c87ed557e5dbf00af0
diff --git a/utils-android b/utils-android
new file mode 160000
+Subproject b2863aca90ce8dfc70e1b004795dcc7d7ea4528
diff --git a/utils-cli b/utils-cli
new file mode 160000
+Subproject d50c3847192acbb3a5be68b67320fd1819fa81f
diff --git a/utils-doc b/utils-doc
new file mode 160000
+Subproject d1791e72e2e1442033cad2ad7ef1dd183562dde
diff --git a/utils-organization b/utils-organization
new file mode 160000
+Subproject 3c5c672e47737e6b3342dfeb730ccd8320f2d44
diff --git a/utils-tomb b/utils-tomb
new file mode 160000
+Subproject dbabf8bc8ab1ee358ef50d4b8693abefd8d8de3