comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 4 Jun 2021 17:36:51 +0000 (13:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 4 Jun 2021 17:36:51 +0000 (13:36 -0400)
doc/todo/whishlist__58___kde-connect_as_a_transport/comment_1_14426ad1fa5dfc32d290da484c1e4c7b._comment [new file with mode: 0644]

diff --git a/doc/todo/whishlist__58___kde-connect_as_a_transport/comment_1_14426ad1fa5dfc32d290da484c1e4c7b._comment b/doc/todo/whishlist__58___kde-connect_as_a_transport/comment_1_14426ad1fa5dfc32d290da484c1e4c7b._comment
new file mode 100644 (file)
index 0000000..a6a4120
--- /dev/null
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2021-06-04T17:23:06Z"
+ content="""
+From what I can see, kde-connect lets the phone be used to run specific,
+pre-selected commands on the linux computer it's paired with. Not the other
+way around. <https://userbase.kde.org/KDE_Connect/Tutorials/Adding_commands>
+Also being able to run a command on a phone is rather a long way from what
+git-annex actually needs.
+
+It seems like it would be possible to use the remote filesystem via sftp part
+of it. <https://rafaelc.org/tech/p/mounting-kde-connect-filesystem-via-cli/>
+That would be a useful alternative to adb. I don't think git-annex needs
+any changes to use it that way, just mount it with sshfs and
+initremote a directory special remote with exporttree=yes and
+importtree=yes.
+
+See also [[add_sftp_special_remote]] which if it were implemented would
+avoid needing to use sshfs.
+"""]]