From cd11dda1a59d9482164988bbc93abf6c23ba25f8 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Thu, 18 Apr 2024 13:50:58 +0800 Subject: [PATCH] Add termscp (#205) Termscp 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea61cc3..72b5ead 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,7 @@ List of projects that provide terminal user interfaces - [taskline](https://github.com/perryrh0dan/taskline) Tasks, boards & notes for the command-line habitat - [taskwarrior-tui](https://github.com/kdheepak/taskwarrior-tui) A Terminal User Interface for Taskwarrior - [tenere](https://github.com/pythops/tenere) A TUI for ChatGPT written in Rust. +- [termscp](https://github.com/veeso/termscp) A TUI file transfer and explorer, with support for SCP/SFTP/FTP/S3. - [tmux](https://github.com/tmux/tmux) Terminal multiplexer - [todoman](https://github.com/pimutils/todoman) A simple, standards-based (ics, DAV), cli task-manager - [topydo](https://github.com/topydo/topydo) A powerful todo list application using the todo.txt format