From 6c31c1f2d8189361468dc1e32fcb921020f92e67 Mon Sep 17 00:00:00 2001 From: veeso Date: Sat, 9 Oct 2021 10:55:21 +0200 Subject: [PATCH] deb readme --- Cargo.toml | 5 +++++ docs/misc/README.deb.txt | 29 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 docs/misc/README.deb.txt diff --git a/Cargo.toml b/Cargo.toml index d5c9459..4cf4902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,11 @@ buildflags = ["--release"] [package.metadata.rpm.targets] termscp = { path = "/usr/bin/termscp" } +[package.metadata.deb] +maintainer = "Christian Visintin " +copyright = "2021, Christian Visintin " +extended-description-file = "docs/misc/README.deb.txt" + [[bin]] name = "termscp" path = "src/main.rs" diff --git a/docs/misc/README.deb.txt b/docs/misc/README.deb.txt new file mode 100644 index 0000000..1d35256 --- /dev/null +++ b/docs/misc/README.deb.txt @@ -0,0 +1,29 @@ +Termscp is a feature rich terminal file transfer and explorer, with support for SCP/SFTP/FTP/S3. +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, FreeBSD and Windows compatible. + +Features: + +- 📁 Different communication protocols + - SFTP + - SCP + - FTP and FTPS + - Aws S3 +- 🖥 Explore and operate on the remote and on the local machine file system with a handy UI + - Create, remove, rename, search, view and edit files +- ⭐ Connect to your favourite hosts through built-in bookmarks and recent connections +- 📝 View and edit files with your favourite applications +- 💁 SFTP/SCP authentication with SSH keys and username/password +- 🐧 Compatible with Windows, Linux, FreeBSD and MacOS +- 🎨 Make it yours! + - Themes + - Custom file explorer format + - Customizable text editor + - Customizable file sorting + - and many other parameters... +- 📫 Get notified via Desktop Notifications when a large file has been transferred +- 🔐 Save your password in your operating system key vault +- 🦀 Rust-powered +- 👀 Developed keeping an eye on performance +- 🦄 Frequent awesome updates