Path to this page:
./
net/termscp,
Feature rich TUI file transfer and explorer
Branch: CURRENT,
Version: 0.16.1,
Package name: termscp-0.16.1,
Maintainer: pkgsrc-usersTermscp is a feature rich terminal file transfer and explorer, with support for
SCP/SFTP/FTP/S3. So basically is a terminal utility with an TUI to connect to a
remote server to retrieve and upload files and to interact with the local file
system.
Master sites:
Filesize: 11635.414 KB
Version history: (Expand)
- (2024-11-13) Updated to version: termscp-0.16.1
- (2024-10-15) Updated to version: termscp-0.16.0
- (2024-10-05) Updated to version: termscp-0.15.0
- (2024-07-19) Updated to version: termscp-0.14.0
- (2024-03-02) Updated to version: termscp-0.13.0
- (2023-10-25) Updated to version: termscp-0.12.3nb1
CVS history: (Expand)
2025-04-04 22:17:31 by pin | Files touched by this commit (1) |
Log message:
net/termscp: reset maintainer
|
2025-04-02 13:04:00 by pin | Files touched by this commit (1) |
Log message:
net/termscp: not for i386
|
2025-03-27 11:06:48 by pin | Files touched by this commit (1) |  |
Log message:
net/termscp: add note on MSRV required for update
|
2024-11-13 14:34:38 by pin | Files touched by this commit (3) |  |
Log message:
net/termscp: update to 0.16.1
Released on 12/11/2024
Just fixed this: e45c3d5
fix: gg rust 1.82 for introducing a nice breaking change in config which \
was not mentioned in changelog
|
2024-10-15 05:38:40 by pin | Files touched by this commit (3) |  |
Log message:
net/termscp: update to 0.16.0
Released on 14/10/2024
- Multi Host support:
- Now it is possible to work on two different remotes remote A -> remote \
B instead of just localhost -> remote
- Cli arguments now accept an additional remote-args for the left panel.
- For more details read this issue #285.
- Change between auth forms with <BACKTAB>
- Bookmarks are automatically loaded into the last auth form.
- Issue 289: Use uzers instead of the dead package users which has several \
vulnerabilities
- Issue 290: Password prompt was broken
- Issue 298: tuirealm 2.x
- Fixed some performance issues where sometimes the app froze for a couple \
of seconds, thanks to this veeso/tui-realm#78.
- Issue 292: New version alert was not displayed due to a semver regex issue.
- Issue 291: Show .. directory before all the others in the explorer. If you \
click on it you'll go the parent directory (same as pressing <U>). No, you \
can't select it for transfers and it's actually been implemented in the worse \
way possible, because this little change would require a huge refactoring of the \
explorer component. I promise I will do it one day, but I dunno when.
- Logging: filter out messages not related to termscp or remotefs
|
2024-07-19 11:50:17 by pin | Files touched by this commit (3) |  |
Log message:
net/termscp: update to 0.14.0
Released on 17/07/2024
- Issue 226: Use ssh-agent
- Issue 241: Jump to next entry after select
- Issue 242: Added Kube protocol support
- Issue 255: New keybindings Alt + A to deselect all files
- Issue 256: Filter files in current folder. You can now filter files by \
pressing /. Both wildmatch and regex are accepted to filter files.
- Issue 257: CLI remote args cannot handle '@' in the username
|
2024-03-02 22:00:45 by pin | Files touched by this commit (3) |  |
Log message:
net/termscp: update to 0.13.0
Released on 03/03/2024
Added CLI subcommands
- Changed -t to theme
- Changed -u to update
- Changed -c to config
Introduced support for WebDAV
- It is now possible also to connect directly to WebDAV server with the
syntax http(s)://username:password@google.com
Bugfix:
- Issue 232: AWS S3 wasn't working anymore due to rust-s3 outdate
Dependencies:
- Added remotefs-webdav 0.1.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|