Commit Graph
12 Commits
Author SHA1 Message Date
Christian Visintin ec75ae1486 feat: 132 queuing transfers (#332)
the logic of selecting files has been extended!
From now on selecting file will put the files into a transfer queue, which is shown on the bottom panel.
When a file is selected the file is added to the queue with a destination path, which is the **current other explorer path at the moment of selection.
It is possible to navigate to the transfer queue by using `P` and pressing `ENTER` on a file will remove it from the transfer queue.Other commands will work as well on the transfer queue, like `COPY`, `MOVE`, `DELETE`, `RENAME`.

closes #132
2025-03-23 14:36:13 +01:00
Christian Visintin aab266a661 285 feature request multi host (#293) 2024-10-07 16:27:45 +02:00
veeso c5eeae74b7 fmt 2023-05-09 15:40:21 +02:00
veeso 0057a657d2 removed license headers 2022-06-09 14:28:02 +02:00
veeso ec4daf8e25 remotefs 0.2.0 2022-01-06 10:44:34 +01:00
veeso ced7573241 symlink command 2022-01-06 10:44:34 +01:00
veeso df7a4381c4 Removed filetransfer module; migrated to remotefs crate 2022-01-06 10:44:34 +01:00
veeso 764cca73d1 linter 2021-08-10 22:27:20 +02:00
veeso 2c64cd5cce Changed Multi variant to Many 2021-05-15 17:46:29 +02:00
veeso 2b3acee97c Handle file selections in activity 2021-05-15 17:03:44 +02:00
veeso d96558c3df wip 2021-05-12 20:55:17 +02:00
veeso 300256b196 Changed activity paths 2021-05-08 19:28:47 +02:00