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

@@ -46,6 +46,7 @@
Released on 20/09/2025
- [Issue 297](https://github.com/veeso/termscp/issues/297): Added `<CTRL+S>` keybinding to get the total size of selected paths.
- [Issue 331](https://github.com/veeso/termscp/issues/331): Added new `import-ssh-hosts` CLI subcommand to import all the hosts from the ssh config as bookmarks.
- [Issue 335](https://github.com/veeso/termscp/issues/335): Changed file overwrite behaviour
- Now the user can choose for each file whether to overwrite, skip or overwrite all/skip all.