stig icon indicating copy to clipboard operation
stig copied to clipboard

Add code to link remote and local paths.

Open rsekman opened this issue 2 years ago • 2 comments

As discussed in #211. See stig -h link.

At the moment only takes effect for the move command, but that may be the most frequently used. Only absolute paths are allowed in links, so relative paths should pass transparently through move, but I haven't tested this.

It would be nice to have local path/remote path fields in the various torrent views; this shouldn't be too difficult.

rsekman avatar Oct 29 '21 17:10 rsekman

That's much simpler than I thought it would be.

Looks like it should be working great.

rndusr avatar Oct 29 '21 19:10 rndusr

IIRC, run() can be either sync or async. This run() doesn't seem to use the async event loop, so it probably should be sync.

But does it matter?

rndusr avatar Jul 09 '22 07:07 rndusr