summaryrefslogtreecommitdiff
path: root/topics/ui/gn3-api-cli.gmi
diff options
context:
space:
mode:
authorjgart2021-09-20 00:10:17 -0400
committerjgart2021-09-20 00:10:17 -0400
commitf6d33a54dbd3228171a51fab0ed47dc2390718e5 (patch)
tree9034dd60f33ad8dcabbbad1d4ed643543e792275 /topics/ui/gn3-api-cli.gmi
parent06569bf2dc6db0d7bb7b2b94d815de8935f7c90e (diff)
downloadgn-gemtext-f6d33a54dbd3228171a51fab0ed47dc2390718e5.tar.gz
Adds feature request idea for GeneNetwork CLI
closes https://github.com/genenetwork/genenetwork3/issues/39
Diffstat (limited to 'topics/ui/gn3-api-cli.gmi')
-rw-r--r--topics/ui/gn3-api-cli.gmi24
1 files changed, 24 insertions, 0 deletions
diff --git a/topics/ui/gn3-api-cli.gmi b/topics/ui/gn3-api-cli.gmi
new file mode 100644
index 0000000..cbb0887
--- /dev/null
+++ b/topics/ui/gn3-api-cli.gmi
@@ -0,0 +1,24 @@
+# Genetwork CLI
+
+It would be great for GeneNetwork to have a nice command line client for doing
+most if not all the things you can do with the html interface (GN2) and/or the
+API (GN3).
+
+I think this feature might interest scientific researchers who are comfortable
+with the command line.
+
+GitHub and GNU MediaGoblin have one:
+
+=> https://git.savannah.gnu.org/cgit/mediagoblin.git/tree/mediagoblin/gmg_commands MediaGoblin CLI Commands
+
+=> https://docs.mediagoblin.org/en/master/siteadmin/commandline-upload.html
+
+GNU MediaGoblin has a basic API:
+
+=> https://git.savannah.gnu.org/cgit/mediagoblin.git/tree/mediagoblin/api MediaGoblin API
+
+Github Command Line Client:
+
+=> https://cli.github.com/ gh
+
+