diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afb35d2..003289b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in At the moment, these kind of contributions are more appreciated and should be preferred: -- Fix for issues described in [Known Issues](./README.md#known-issues) or [issues reported by the community](https://github.com/ChristianVisintin/termscp/issues) +- Fix for issues described in [Known Issues](./README.md#known-issues) or [issues reported by the community](https://github.com/veeso/termscp/issues) - New file transfers: for further details see [Implementing File Transfer](#implementing-file-transfers) - Code optimizations: any optimization to the code is welcome diff --git a/Cargo.toml b/Cargo.toml index b0d41c4..31a3e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ license = "GPL-3.0" keywords = ["scp-client", "sftp-client", "ftp-client", "winscp", "command-line-utility"] categories = ["command-line-utilities"] description = "TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal." -homepage = "https://github.com/ChristianVisintin/termscp" -repository = "https://github.com/ChristianVisintin/termscp" +homepage = "https://github.com/veeso/termscp" +repository = "https://github.com/veeso/termscp" documentation = "https://docs.rs/termscp" readme = "README.md" diff --git a/README.md b/README.md index 64eb8d9..2b74714 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # TermSCP -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Stars](https://img.shields.io/github/stars/ChristianVisintin/termscp.svg)](https://github.com/ChristianVisintin/termscp) [![Downloads](https://img.shields.io/crates/d/termscp.svg)](https://crates.io/crates/termscp) [![Crates.io](https://img.shields.io/badge/crates.io-v0.2.0-orange.svg)](https://crates.io/crates/termscp) [![Docs](https://docs.rs/termscp/badge.svg)](https://docs.rs/termscp) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Stars](https://img.shields.io/github/stars/veeso/termscp.svg)](https://github.com/veeso/termscp) [![Downloads](https://img.shields.io/crates/d/termscp.svg)](https://crates.io/crates/termscp) [![Crates.io](https://img.shields.io/badge/crates.io-v0.2.0-orange.svg)](https://crates.io/crates/termscp) [![Docs](https://docs.rs/termscp/badge.svg)](https://docs.rs/termscp) -[![Build](https://github.com/ChristianVisintin/termscp/workflows/Linux/badge.svg)](https://github.com/ChristianVisintin/termscp/actions) [![Build](https://github.com/ChristianVisintin/termscp/workflows/MacOS/badge.svg)](https://github.com/ChristianVisintin/termscp/actions) [![Build](https://github.com/ChristianVisintin/termscp/workflows/Windows/badge.svg)](https://github.com/ChristianVisintin/termscp/actions) [![codecov](https://codecov.io/gh/ChristianVisintin/termscp/branch/main/graph/badge.svg?token=au67l7nQah)](https://codecov.io/gh/ChristianVisintin/termscp) +[![Build](https://github.com/veeso/termscp/workflows/Linux/badge.svg)](https://github.com/veeso/termscp/actions) [![Build](https://github.com/veeso/termscp/workflows/MacOS/badge.svg)](https://github.com/veeso/termscp/actions) [![Build](https://github.com/veeso/termscp/workflows/Windows/badge.svg)](https://github.com/veeso/termscp/actions) [![codecov](https://codecov.io/gh/veeso/termscp/branch/main/graph/badge.svg?token=au67l7nQah)](https://codecov.io/gh/veeso/termscp) ~ Basically, WinSCP on a terminal ~ Developed by Christian Visintin @@ -85,8 +85,8 @@ cargo install termscp ### Deb package 📦 -Get `deb` package from [HERE](https://github.com/ChristianVisintin/termscp/releases/latest/download/termscp_0.2.0_amd64.deb) -or run `wget https://github.com/ChristianVisintin/termscp/releases/latest/download/termscp_0.2.0_amd64.deb` +Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.2.0_amd64.deb) +or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.2.0_amd64.deb` then install through dpkg: @@ -98,8 +98,8 @@ gdebi termscp_*.deb ### RPM package 📦 -Get `rpm` package from [HERE](https://github.com/ChristianVisintin/termscp/releases/latest/download/termscp-0.2.0-1.x86_64.rpm) -or run `wget https://github.com/ChristianVisintin/termscp/releases/latest/download/termscp-0.2.0-1.x86_64.rpm` +Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.2.0-1.x86_64.rpm) +or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp-0.2.0-1.x86_64.rpm` then install through rpm: @@ -125,7 +125,7 @@ Start PowerShell as administrator and run choco install termscp ``` -Alternatively you can download the ZIP file from [HERE](https://github.com/ChristianVisintin/termscp/releases/latest/download/termscp.0.2.0.nupkg) +Alternatively you can download the ZIP file from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp.0.2.0.nupkg) and then with PowerShell started with administrator previleges, run: @@ -140,7 +140,7 @@ You can install TermSCP on MacOS using [brew](https://brew.sh/) From your terminal run ```sh -brew tap ChristianVisintin/termscp +brew tap veeso/termscp brew install termscp ``` diff --git a/dist/build/x86_64/Dockerfile b/dist/build/x86_64/Dockerfile index 1341258..d365023 100644 --- a/dist/build/x86_64/Dockerfile +++ b/dist/build/x86_64/Dockerfile @@ -6,7 +6,7 @@ RUN rustup target add x86_64-unknown-linux-gnu # Install dependencies RUN apt update && apt install -y rpm # Clone repository -RUN git clone https://github.com/ChristianVisintin/termscp.git +RUN git clone https://github.com/veeso/termscp.git # Set workdir to termscp WORKDIR /usr/src/termscp/ # Install cargo RPM/Deb diff --git a/dist/build/x86_64_archlinux/Dockerfile b/dist/build/x86_64_archlinux/Dockerfile index 9fb4d60..5ad39c3 100644 --- a/dist/build/x86_64_archlinux/Dockerfile +++ b/dist/build/x86_64_archlinux/Dockerfile @@ -18,7 +18,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && chmod +x /tmp/rust.sh && \ /tmp/rust.sh -y # Clone repository -RUN git clone https://github.com/ChristianVisintin/termscp.git +RUN git clone https://github.com/veeso/termscp.git # Set workdir to termscp WORKDIR /usr/src/termscp/ # Install cargo arxch diff --git a/dist/pkgs/arch/.SRCINFO b/dist/pkgs/arch/.SRCINFO index 04d1627..b5426e0 100644 --- a/dist/pkgs/arch/.SRCINFO +++ b/dist/pkgs/arch/.SRCINFO @@ -2,12 +2,12 @@ pkgbase = termscp-bin pkgdesc = TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal. pkgver = 0.2.0 pkgrel = 1 - url = https://github.com/ChristianVisintin/termscp + url = https://github.com/veeso/termscp arch = x86_64 license = GPL-3.0 provides = termscp options = strip - source = https://github.com/ChristianVisintin/termscp/releases/download/v0.2.0/termscp-0.2.0-x86_64.tar.gz + source = https://github.com/veeso/termscp/releases/download/v0.2.0/termscp-0.2.0-x86_64.tar.gz sha256sums = b40f5223e74514c4a9855831da7b5c4a79d415822ec2840ccae98278a2176d01 pkgname = termscp-bin diff --git a/dist/pkgs/arch/PKGBUILD b/dist/pkgs/arch/PKGBUILD index 599a03b..e99b323 100644 --- a/dist/pkgs/arch/PKGBUILD +++ b/dist/pkgs/arch/PKGBUILD @@ -3,12 +3,12 @@ pkgname=termscp pkgver=0.2.0 pkgrel=1 pkgdesc="TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal." -url="https://github.com/ChristianVisintin/termscp" +url="https://github.com/veeso/termscp" license=("GPL-3.0") arch=("x86_64") provides=("termscp") options=("strip") -source=("https://github.com/ChristianVisintin/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz") +source=("https://github.com/veeso/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz") sha256sums=("b40f5223e74514c4a9855831da7b5c4a79d415822ec2840ccae98278a2176d01") package() { diff --git a/src/main.rs b/src/main.rs index 048c233..0b94184 100644 --- a/src/main.rs +++ b/src/main.rs @@ -60,7 +60,7 @@ use filetransfer::FileTransferProtocol; fn print_usage(opts: Options) { let brief = String::from("Usage: termscp [options]... [protocol://user@address:port]"); print!("{}", opts.usage(&brief)); - println!("\nPlease, report issues to "); + println!("\nPlease, report issues to "); } fn main() {