feat: Added <CTRL+S> keybinding to get the total size of selected paths. (#367)
Some checks failed
Linux / build (push) Has been cancelled
MacOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled

* feat: Added `<CTRL+S>` keybinding to get the total size of selected paths.

closes #297
This commit is contained in:
Christian Visintin
2025-11-09 21:14:42 +01:00
committed by GitHub
parent 75943f2b93
commit a0b357cf8c
14 changed files with 166 additions and 38 deletions

View File

@@ -278,6 +278,7 @@ In order to change panel you need to type `<LEFT>` to move the remote explorer p
| `<CTRL+A>` | Select all files | |
| `<ALT+A>` | Deselect all files | |
| `<CTRL+C>` | Abort file transfer process | |
| `<CTRL+S>` | Get total size of the selected path | Size |
| `<CTRL+T>` | Show all synchronized paths | Track |
### Work on multiple files 🥷