mirror of
https://github.com/veeso/termscp.git
synced 2026-06-08 14:18:41 +02:00
working on 0.8.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
- [Changelog](#changelog)
|
- [Changelog](#changelog)
|
||||||
|
- [0.8.1](#081)
|
||||||
- [0.8.0](#080)
|
- [0.8.0](#080)
|
||||||
- [0.7.0](#070)
|
- [0.7.0](#070)
|
||||||
- [0.6.1](#061)
|
- [0.6.1](#061)
|
||||||
@@ -22,6 +23,10 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.8.1
|
||||||
|
|
||||||
|
Released on ??
|
||||||
|
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
|
|
||||||
Released on 06/01/2022
|
Released on 06/01/2022
|
||||||
|
|||||||
@@ -95,8 +95,6 @@ Said so, follow these steps:
|
|||||||
- Open an issue using the `feature request` template describing with accuracy your suggestion
|
- Open an issue using the `feature request` template describing with accuracy your suggestion
|
||||||
- Wait for the maintainer feedback on your idea
|
- Wait for the maintainer feedback on your idea
|
||||||
|
|
||||||
If you want to implement the feature by yourself and your suggestion gets approved, start writing the code. Remember that on [docs.rs](https://docs.rs/termscp) there is the documentation for the project. Open a PR related to your issue. See [Pull request process for more details](#pull-request-process)
|
|
||||||
|
|
||||||
It is very important to follow these steps, since it will prevent you from working on a feature that will be rejected and trust me, none of us wants to deal with this situation.
|
It is very important to follow these steps, since it will prevent you from working on a feature that will be rejected and trust me, none of us wants to deal with this situation.
|
||||||
|
|
||||||
Always mind that your suggestion, may be rejected: I'll always provide a feedback on the reasons that brought me to reject your feature, just try not to get mad about that.
|
Always mind that your suggestion, may be rejected: I'll always provide a feedback on the reasons that brought me to reject your feature, just try not to get mad about that.
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2349,7 +2349,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termscp"
|
name = "termscp"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argh",
|
"argh",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
authors = ["Christian Visintin"]
|
authors = ["Christian Visintin"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/S3"
|
description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/S3"
|
||||||
documentation = "https://docs.rs/termscp"
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://veeso.github.io/termscp/"
|
homepage = "https://veeso.github.io/termscp/"
|
||||||
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
|
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
|
||||||
@@ -11,7 +10,7 @@ license = "MIT"
|
|||||||
name = "termscp"
|
name = "termscp"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/veeso/termscp"
|
repository = "https://github.com/veeso/termscp"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
|
|
||||||
[package.metadata.rpm]
|
[package.metadata.rpm]
|
||||||
package = "termscp"
|
package = "termscp"
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
||||||
<p align="center">Current version: 0.8.0 (06/01/2022)</p>
|
<p align="center">Current version: 0.8.1 (06/01/2022)</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
@@ -118,11 +118,6 @@
|
|||||||
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
||||||
alt="Coveralls"
|
alt="Coveralls"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://docs.rs/termscp"
|
|
||||||
><img
|
|
||||||
src="https://docs.rs/termscp/badge.svg"
|
|
||||||
alt="Docs"
|
|
||||||
/></a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -223,12 +218,10 @@ You can make a donation with one of these platforms:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## User manual and Documentation 📚
|
## User manual 📚
|
||||||
|
|
||||||
The user manual can be found on the [termscp's website](https://veeso.github.io/termscp/#user-manual) or on [Github](docs/man.md).
|
The user manual can be found on the [termscp's website](https://veeso.github.io/termscp/#user-manual) or on [Github](docs/man.md).
|
||||||
|
|
||||||
The developer documentation can be found on Rust Docs at <https://docs.rs/termscp>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Upcoming Features 🧪
|
## Upcoming Features 🧪
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Entwickelt von <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
<p align="center">Entwickelt von <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
||||||
<p align="center">Aktuelle Version: 0.8.0 (06/01/2022)</p>
|
<p align="center">Aktuelle Version: 0.8.1 (06/01/2022)</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
@@ -118,11 +118,6 @@
|
|||||||
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
||||||
alt="Coveralls"
|
alt="Coveralls"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://docs.rs/termscp"
|
|
||||||
><img
|
|
||||||
src="https://docs.rs/termscp/badge.svg"
|
|
||||||
alt="Docs"
|
|
||||||
/></a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -223,12 +218,10 @@ Sie können mit einer dieser Plattformen spenden:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## User manual and Documentation 📚
|
## User manual 📚
|
||||||
|
|
||||||
Das Benutzerhandbuch finden Sie auf der [termscp-Website](https://veeso.github.io/termscp/#user-manual) oder auf [Github](man.md).
|
Das Benutzerhandbuch finden Sie auf der [termscp-Website](https://veeso.github.io/termscp/#user-manual) oder auf [Github](man.md).
|
||||||
|
|
||||||
Die Entwicklerdokumentation finden Sie in Rust Docs unter <https://docs.rs/termscp>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Contributing and issues 🤝🏻
|
## Contributing and issues 🤝🏻
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Desarrollado por <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
<p align="center">Desarrollado por <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
||||||
<p align="center">Versión actual: 0.8.0 (06/01/2022)</p>
|
<p align="center">Versión actual: 0.8.1 (06/01/2022)</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
@@ -118,11 +118,6 @@
|
|||||||
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
||||||
alt="Coveralls"
|
alt="Coveralls"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://docs.rs/termscp"
|
|
||||||
><img
|
|
||||||
src="https://docs.rs/termscp/badge.svg"
|
|
||||||
alt="Docs"
|
|
||||||
/></a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -227,8 +222,6 @@ Puedes hacer una donación con una de estas plataformas:
|
|||||||
|
|
||||||
El manual del usuario se puede encontrar en el [sitio web de termscp](https://veeso.github.io/termscp/#user-manual) o en [Github](man.md).
|
El manual del usuario se puede encontrar en el [sitio web de termscp](https://veeso.github.io/termscp/#user-manual) o en [Github](man.md).
|
||||||
|
|
||||||
La documentación para desarrolladores se puede encontrar en Rust Docs en <https://docs.rs/termscp>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Contribuir y problemas 🤝🏻
|
## Contribuir y problemas 🤝🏻
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Développé par <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
<p align="center">Développé par <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
||||||
<p align="center">Version actuelle: 0.8.0 (06/01/2022)</p>
|
<p align="center">Version actuelle: 0.8.1 (06/01/2022)</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
@@ -118,11 +118,6 @@
|
|||||||
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
||||||
alt="Coveralls"
|
alt="Coveralls"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://docs.rs/termscp"
|
|
||||||
><img
|
|
||||||
src="https://docs.rs/termscp/badge.svg"
|
|
||||||
alt="Docs"
|
|
||||||
/></a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Sviluppato da <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
<p align="center">Sviluppato da <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
|
||||||
<p align="center">Versione corrente: 0.8.0 (06/01/2022)</p>
|
<p align="center">Versione corrente: 0.8.1 (06/01/2022)</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
@@ -118,11 +118,6 @@
|
|||||||
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
||||||
alt="Coveralls"
|
alt="Coveralls"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://docs.rs/termscp"
|
|
||||||
><img
|
|
||||||
src="https://docs.rs/termscp/badge.svg"
|
|
||||||
alt="Docs"
|
|
||||||
/></a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -223,12 +218,10 @@ Puoi fare una donazione tramite una di queste piattaforme:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Manuale e documentazione 📚
|
## Manuale utente 📚
|
||||||
|
|
||||||
Il manuale utente lo puoi trovare sul [sito di termscp](https://veeso.github.io/termscp/#user-manual) o su [Github](man.md).
|
Il manuale utente lo puoi trovare sul [sito di termscp](https://veeso.github.io/termscp/#user-manual) o su [Github](man.md).
|
||||||
|
|
||||||
La documentazione per sviluppatori la puoi trovare su Rust Docs <https://docs.rs/termscp>.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Contributi e issues 🤝🏻
|
## Contributi e issues 🤝🏻
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">由 <a href="https://veeso.github.io/" target="_blank">@veeso</a> 开发</p>
|
<p align="center">由 <a href="https://veeso.github.io/" target="_blank">@veeso</a> 开发</p>
|
||||||
<p align="center">当前版本: 0.8.0 (06/01/2022)</p>
|
<p align="center">当前版本: 0.8.1 (06/01/2022)</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
@@ -118,11 +118,6 @@
|
|||||||
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
|
||||||
alt="Coveralls"
|
alt="Coveralls"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://docs.rs/termscp"
|
|
||||||
><img
|
|
||||||
src="https://docs.rs/termscp/badge.svg"
|
|
||||||
alt="Docs"
|
|
||||||
/></a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -227,9 +222,7 @@ choco install termscp
|
|||||||
|
|
||||||
## 用户手册和文档 📚
|
## 用户手册和文档 📚
|
||||||
|
|
||||||
用户手册可以在[termscp的网站](https://veeso.github.io/termscp/#user-manual)上找到 或者在[Github](man.md)上。
|
用户手册可以在[termscp的网站](https://veeso.github.io/termscp/#user-manual)上找到 或者在[Github](man.md)上。s
|
||||||
|
|
||||||
开发者文档可以在 <https://docs.rs/termscp> 的 Rust Docs 上找到。
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# -f, -y, --force, --yes
|
# -f, -y, --force, --yes
|
||||||
# Skip the confirmation prompt during installation
|
# Skip the confirmation prompt during installation
|
||||||
|
|
||||||
TERMSCP_VERSION="0.8.0"
|
TERMSCP_VERSION="0.8.1"
|
||||||
GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}"
|
GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}"
|
||||||
DEB_URL="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
|
DEB_URL="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
|
||||||
RPM_URL="${GITHUB_URL}/termscp-${TERMSCP_VERSION}-1.x86_64.rpm"
|
RPM_URL="${GITHUB_URL}/termscp-${TERMSCP_VERSION}-1.x86_64.rpm"
|
||||||
|
|||||||
Reference in New Issue
Block a user