~ushin/ushin#168: 
Add TRAMP method for hyper:// links

It appears that the adb method in tramp-adb.el may be worth studying for inspiration.

Status
REPORTED
Submitter
~ushin
Assigned to
No-one
Submitted
1 year, 4 months ago
Updated
6 months ago
Labels
0.7.0 hyperdrive.el

~ushin 1 year, 3 months ago*

A lighter-weight alternative to TRAMP that would still give us better integration with built-in file handlers is (elisp) Magic File Names (thanks to Ihor Radchenko for the suggestion). If we go down this route, note:

If the specified file name matches more than one handler, the one
whose match starts last in the file name gets precedence.  This rule is
chosen so that handlers for jobs such as uncompression are handled
first, before handlers for jobs such as remote file access.

We'd need to test the behavior of interacting with filenames like hyper://PUBLIC-KEY/foo.tar.gz.

~ushin 1 year, 3 months ago

See wip/file-handler branch for progress.

~ushin referenced this from #16 1 year, 2 months ago

~yantar92 1 year, 2 months ago

You may also consider a handler that intercepts all the file names, checks default-directory or some keyword in Org file, and then possibly handles the file iff we are already inside/within context of a hyperdrive.

~ushin a year ago

Can TRAMP requests be handled asynchronously? For minibuffer completion, see #170 and #179.

~ushin referenced this from #178 10 months ago

~ushin referenced this from #54 10 months ago

~ushin referenced this from #111 10 months ago

~ushin 8 months ago

See wip/file-handler branch from January 2024.

~ushin referenced this from #212 7 months ago

Register here or Log in to comment, or comment via email.