mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
Working on 0.4.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
- [Changelog](#changelog)
|
- [Changelog](#changelog)
|
||||||
|
- [0.4.1](#041)
|
||||||
- [0.4.0](#040)
|
- [0.4.0](#040)
|
||||||
- [0.3.3](#033)
|
- [0.3.3](#033)
|
||||||
- [0.3.2](#032)
|
- [0.3.2](#032)
|
||||||
@@ -14,6 +15,10 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
Released on FIXME:
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
Released on 27/03/2021
|
Released on 27/03/2021
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1382,7 +1382,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termscp"
|
name = "termscp"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"bytesize",
|
"bytesize",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "termscp"
|
name = "termscp"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
authors = ["Christian Visintin"]
|
authors = ["Christian Visintin"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -1,12 +1,12 @@
|
|||||||
# TermSCP
|
# TermSCP
|
||||||
|
|
||||||
[](https://opensource.org/licenses/MIT) [](https://github.com/veeso/termscp) [](https://crates.io/crates/termscp) [](https://crates.io/crates/termscp) [](https://docs.rs/termscp)
|
[](https://opensource.org/licenses/MIT) [](https://github.com/veeso/termscp) [](https://crates.io/crates/termscp) [](https://crates.io/crates/termscp) [](https://docs.rs/termscp)
|
||||||
|
|
||||||
[](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://codecov.io/gh/veeso/termscp)
|
[](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://codecov.io/gh/veeso/termscp)
|
||||||
|
|
||||||
~ Basically, WinSCP on a terminal ~
|
~ Basically, WinSCP on a terminal ~
|
||||||
Developed by Christian Visintin
|
Developed by Christian Visintin
|
||||||
Current version: 0.4.0 (27/03/2021)
|
Current version: 0.4.1 FIXME: (27/03/2021)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -99,8 +99,8 @@ Requirements:
|
|||||||
|
|
||||||
### Deb package 📦
|
### Deb package 📦
|
||||||
|
|
||||||
Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.0_amd64.deb)
|
Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.1_amd64.deb)
|
||||||
or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.0_amd64.deb`
|
or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.1_amd64.deb`
|
||||||
|
|
||||||
then install through dpkg:
|
then install through dpkg:
|
||||||
|
|
||||||
@@ -112,8 +112,8 @@ gdebi termscp_*.deb
|
|||||||
|
|
||||||
### RPM package 📦
|
### RPM package 📦
|
||||||
|
|
||||||
Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.0-1.x86_64.rpm)
|
Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.1-1.x86_64.rpm)
|
||||||
or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.0-1.x86_64.rpm`
|
or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.1-1.x86_64.rpm`
|
||||||
|
|
||||||
then install through rpm:
|
then install through rpm:
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ Start PowerShell as administrator and run
|
|||||||
choco install termscp
|
choco install termscp
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively you can download the ZIP file from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp.0.4.0.nupkg)
|
Alternatively you can download the ZIP file from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp.0.4.1.nupkg)
|
||||||
|
|
||||||
and then with PowerShell started with administrator previleges, run:
|
and then with PowerShell started with administrator previleges, run:
|
||||||
|
|
||||||
|
|||||||
4
dist/pkgs/arch/.SRCINFO
vendored
4
dist/pkgs/arch/.SRCINFO
vendored
@@ -1,13 +1,13 @@
|
|||||||
pkgbase = termscp
|
pkgbase = termscp
|
||||||
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.
|
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.4.0
|
pkgver = 0.4.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/veeso/termscp
|
url = https://github.com/veeso/termscp
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-3.0
|
license = GPL-3.0
|
||||||
provides = termscp
|
provides = termscp
|
||||||
options = strip
|
options = strip
|
||||||
source = https://github.com/veeso/termscp/releases/download/v0.4.0/termscp-0.4.0-x86_64.tar.gz
|
source = https://github.com/veeso/termscp/releases/download/v0.4.1/termscp-0.4.1-x86_64.tar.gz
|
||||||
sha256sums = 7a8c70add8306a2cb3f2ee1d075a00fef143fc9aad4199797c7462bab1649296
|
sha256sums = 7a8c70add8306a2cb3f2ee1d075a00fef143fc9aad4199797c7462bab1649296
|
||||||
|
|
||||||
pkgname = termscp
|
pkgname = termscp
|
||||||
|
|||||||
2
dist/pkgs/arch/PKGBUILD
vendored
2
dist/pkgs/arch/PKGBUILD
vendored
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Christian Visintin
|
# Maintainer: Christian Visintin
|
||||||
pkgname=termscp
|
pkgname=termscp
|
||||||
pkgver=0.4.0
|
pkgver=0.4.1
|
||||||
pkgrel=1
|
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."
|
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/veeso/termscp"
|
url="https://github.com/veeso/termscp"
|
||||||
|
|||||||
Reference in New Issue
Block a user