This commit is contained in:
Joey Hess 2021-06-04 13:36:51 -04:00
parent 0434674c85
commit 327033c2e5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.
"""]]