]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Fix: move some scripts into separate, thematic repositories
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Aug 2024 23:45:05 +0000 (20:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Aug 2024 23:45:05 +0000 (20:45 -0300)
.gitmodules
ChangeLog.md
scripts
utils-android [new submodule]
utils-cli [new submodule]
utils-doc [new submodule]
utils-organization [new submodule]
utils-tomb [new submodule]

index 5ee50de782bdd37f165022fc1db422439be1730b..b54964fcd759b385892e76fd016ba1ec6833b705 100644 (file)
 [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
index d2ecb12f2d99492a77a185d981cbb638eab1cb57..29823ee0914e0436a7d83cc01817a7a8744dca47 100644 (file)
@@ -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 d6a4d78d31ffa57e00a7d5b0a87baa38156cee06..e851401694daacaf1aba2c87ed557e5dbf00af02 160000 (submodule)
--- a/scripts
+++ b/scripts
@@ -1 +1 @@
-Subproject commit d6a4d78d31ffa57e00a7d5b0a87baa38156cee06
+Subproject commit e851401694daacaf1aba2c87ed557e5dbf00af02
diff --git a/utils-android b/utils-android
new file mode 160000 (submodule)
index 0000000..b2863ac
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit b2863aca90ce8dfc70e1b004795dcc7d7ea4528e
diff --git a/utils-cli b/utils-cli
new file mode 160000 (submodule)
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 (submodule)
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 (submodule)
index 0000000..3c5c672
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 3c5c672e47737e6b3342dfeb730ccd8320f2d442
diff --git a/utils-tomb b/utils-tomb
new file mode 160000 (submodule)
index 0000000..dbabf8b
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit dbabf8bc8ab1ee358ef50d4b8693abefd8d8de30