Go to file
2021-05-21 12:31:30 +02:00
.github Logging docs 2021-05-17 22:35:28 +02:00
assets/images termscp logo 2021-05-01 17:58:00 +02:00
dist Renamed to lowercase termscp 2021-05-05 22:13:57 +02:00
docs Logging docs 2021-05-17 22:35:28 +02:00
src Fixed error overlay for auth activity 2021-05-21 12:31:30 +02:00
.gitignore working on 0.3.1... 2021-01-16 10:31:24 +01:00
Cargo.lock Logging setup 2021-05-16 10:36:16 +02:00
Cargo.toml Logging setup 2021-05-16 10:36:16 +02:00
CHANGELOG.md feature changelog 2021-05-21 12:08:53 +02:00
CODE_OF_CONDUCT.md Project initialized 2020-11-07 17:48:41 +01:00
codecov.yml Removed codecov path fix 2021-04-05 09:40:57 +02:00
CONTRIBUTING.md Logging docs 2021-05-17 22:35:28 +02:00
LICENSE License changed to MIT 2021-03-26 22:25:10 +01:00
README.md feature changelog 2021-05-21 12:08:53 +02:00

termscp

License: MIT Stars Downloads Crates.io Docs

Build Build Build Coverage Status

~ A feature rich terminal file transfer ~
Developed by Christian Visintin
Current version: 0.5.0 FIXME: (13/04/2021)



About termscp 🖥

Termscp is a feature rich terminal file transfer and explorer, with support for SCP/SFTP/FTP. 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. It is Linux, MacOS, BSD and Windows compatible and supports SFTP, SCP, FTP and FTPS.

Explorer


Why termscp 🤔

It happens quite often to me, when using SCP at work to forget the path of a file on a remote machine, which forces me to connect through SSH, gather the file path and finally download it through SCP. I could use WinSCP, but I use Linux and I pratically use the terminal for everything, so I wanted something like WinSCP on my terminal. Yeah, I know there is midnight commander too, but actually I don't like it very much tbh (and hasn't a decent support for scp).

Features 🎁

  • 📁 Different communication protocols support
    • SFTP
    • SCP
    • FTP and FTPS
  • 🐧 Compatible with Windows, Linux, BSD and MacOS
  • 🖥 Handy user interface to explore and operate on the remote and on the local machine file system
    • Create, remove, rename, search, view and edit files
  • Bookmarks and recent connections can be saved to access quickly to your favourite hosts
  • 📝 Supports text editors to view and edit text files
  • 💁 Supports both SFTP/SCP authentication through SSH keys and username/password
  • ✏ Customizations
    • Custom file explorer format
    • Customizable text editor
    • Customizable file sorting
  • 🔐 SSH key storage
  • 🦀 Written in Rust
  • 🤝 Easy to extend with new file transfers protocols
  • 👀 Developed keeping an eye on performance
  • 🦄 Frequent awesome updates

Installation 🛠

If you're considering to install termscp I want to thank you 💜 ! I hope you will enjoy termscp!
If you want to contribute to this project, don't forget to check out our contribute guide. Read More

Cargo 🦀

# Install termscp via cargo
cargo install termscp

Requirements:

  • Linux
    • pkg-config
    • libssh2
    • openssl

Deb package 📦

Get deb package from HERE or run wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.5.0_amd64.deb

then install via dpkg:

dpkg -i termscp_*.deb
# Or even better with gdebi
gdebi termscp_*.deb

RPM package 📦

Get rpm package from HERE or run wget https://github.com/veeso/termscp/releases/latest/download/termscp-0.5.0-1.x86_64.rpm

then install via rpm:

rpm -U termscp_*.rpm

AUR Package 🔼

On Arch Linux based distribution, you can install termscp using for istance yay, which I recommend to install AUR packages.

yay -S termscp

Chocolatey 🍫

You can install termscp on Windows using chocolatey

Start PowerShell as administrator and run

choco install termscp

Alternatively you can download the ZIP file from HERE

and then with PowerShell started with administrator previleges, run:

choco install termscp -s .

Brew 🍻

You can install termscp on MacOS using brew

From your terminal run

brew install veeso/termscp/termscp

User Manual 🎓

Click here to read the user manual!

What you will find:

  • CLI options
  • Keybindings
  • Bookmarks
  • Configuration

Documentation 📚

The developer documentation can be found on Rust Docs at https://docs.rs/termscp


Known issues 🧻

  • NoSuchFileOrDirectory on connect (WSL): I know about this issue and it's a glitch of WSL I guess. Don't worry about it, just move the termscp executable into another PATH location, such as /usr/bin, or install it through the appropriate package format (e.g. deb).

Upcoming Features 🧪

Major termscp updates will now be seasonal, so expect 4 major updates during the year.

  • Keyring-rs on Linux 🔐: Planned for the summer update, check for updates in this issue
  • Samba Support 🎉: This will require a long time to be implemented, since I'm thinking of implementing a Rust native samba library from scratch, since I don't want to add new C-bindings. It'll maybe included in the summer update.
  • Themes provider 🎨: I'm still thinking about how I will implement this, but basically the idea is to have a configuration file where it will be possible to define the color schema for the entire application. I haven't planned this release yet
  • Configuration profile for bookmarks 📚: I would like to, but I still have to analyze it.
  • AWS S3 support 🪣: There is already a library for AWS S3, but this is really on bottom of my implementation list at the moment, due to interest and I don't really have a system where to test it.

Along to new features, termscp developments is now focused on UI and performance improvements, so if you have any suggestion, feel free to open an issue.


Contributing and issues 🤝🏻

Contributions, bug reports, new features and questions are welcome! 😉 If you have any question or concern, or you want to suggest a new feature, or you want just want to improve termscp, feel free to open an issue or a PR.

Please follow our contributing guidelines


Changelog

View termscp's changelog HERE


Powered by 🚀

termscp is powered by these aweseome projects:


Termscp Home

Auth

Bookmarks

Bookmarks

Setup

Setup

Text editor

TextEditor


Buy me a coffee

If you like termscp and you'd love to see the project to grow, please consider a little donation 🥳

Buy-me-a-coffee


License 📃

termscp is licensed under the MIT license.

You can read the entire license HERE