mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 05:51:20 -07:00
chore: remove ko-fi
This commit is contained in:
@@ -29,44 +29,39 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
><img
|
><img
|
||||||
src="https://img.shields.io/badge/License-MIT-teal.svg"
|
src="https://img.shields.io/crates/l/termscp.svg?logo=rust"
|
||||||
alt="License-MIT"
|
alt="License-MIT"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://github.com/veeso/termscp/stargazers"
|
<a href="https://github.com/veeso/termscp/stargazers"
|
||||||
><img
|
><img
|
||||||
src="https://img.shields.io/github/stars/veeso/termscp?style=flat"
|
src="https://img.shields.io/github/stars/veeso/termscp?style=flat&logo=github"
|
||||||
alt="Repo stars"
|
alt="Repo stars"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://crates.io/crates/termscp"
|
<a href="https://crates.io/crates/termscp"
|
||||||
><img
|
><img
|
||||||
src="https://img.shields.io/crates/d/termscp.svg"
|
src="https://img.shields.io/crates/d/termscp.svg?logo=rust"
|
||||||
alt="Downloads counter"
|
alt="Downloads counter"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://crates.io/crates/termscp"
|
<a href="https://crates.io/crates/termscp"
|
||||||
><img
|
><img
|
||||||
src="https://img.shields.io/crates/v/termscp.svg"
|
src="https://img.shields.io/crates/v/termscp.svg?logo=rust"
|
||||||
alt="Latest version"
|
alt="Latest version"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://ko-fi.com/veeso">
|
|
||||||
<img
|
|
||||||
src="https://img.shields.io/badge/donate-ko--fi-red"
|
|
||||||
alt="Ko-fi"
|
|
||||||
/></a>
|
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/veeso/termscp/actions"
|
<a href="https://github.com/veeso/termscp/actions/workflows/linux.yml"
|
||||||
><img
|
><img
|
||||||
src="https://github.com/veeso/termscp/workflows/Linux/badge.svg"
|
src="https://github.com/veeso/termscp/workflows/Linux/badge.svg?logo=github"
|
||||||
alt="Linux CI"
|
alt="Linux CI"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://github.com/veeso/termscp/actions"
|
<a href="https://github.com/veeso/termscp/actions/workflows/macos.yml"
|
||||||
><img
|
><img
|
||||||
src="https://github.com/veeso/termscp/workflows/MacOS/badge.svg"
|
src="https://github.com/veeso/termscp/workflows/MacOS/badge.svg?logo=github"
|
||||||
alt="MacOS CI"
|
alt="MacOS CI"
|
||||||
/></a>
|
/></a>
|
||||||
<a href="https://github.com/veeso/termscp/actions"
|
<a href="https://github.com/veeso/termscp/actions/workflows/windows.yml"
|
||||||
><img
|
><img
|
||||||
src="https://github.com/veeso/termscp/workflows/Windows/badge.svg"
|
src="https://github.com/veeso/termscp/workflows/Windows/badge.svg?logo=github"
|
||||||
alt="Windows CI"
|
alt="Windows CI"
|
||||||
/></a>
|
/></a>
|
||||||
</p>
|
</p>
|
||||||
@@ -183,17 +178,6 @@ These requirements are not forced required to run termscp, but to enjoy all of i
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Support the developer ☕
|
|
||||||
|
|
||||||
If you like termscp and you're grateful for the work I've done, please consider a little donation 🥳
|
|
||||||
|
|
||||||
You can make a donation with one of these platforms:
|
|
||||||
|
|
||||||
[](https://ko-fi.com/veeso)
|
|
||||||
[](https://www.paypal.me/chrisintin)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## User manual 📚
|
## User manual 📚
|
||||||
|
|
||||||
The user manual can be found on [termscp's documentation website](https://docs.termscp.rs).
|
The user manual can be found on [termscp's documentation website](https://docs.termscp.rs).
|
||||||
|
|||||||
+1
-2
@@ -39,8 +39,7 @@ Address syntax can be:
|
|||||||
- `\\\\<server>[:port]\\<share>[\\path]` for SMB (on Windows)
|
- `\\\\<server>[:port]\\<share>[\\path]` for SMB (on Windows)
|
||||||
- `smb://[user@]<server>[:port]</share>[/path]` for SMB (on other systems)
|
- `smb://[user@]<server>[:port]</share>[/path]` for SMB (on other systems)
|
||||||
|
|
||||||
Please, report issues to <https://github.com/veeso/termscp>
|
Please, report issues to <https://github.com/veeso/termscp>")]
|
||||||
Please, consider supporting the author <https://ko-fi.com/veeso>")]
|
|
||||||
pub struct Args {
|
pub struct Args {
|
||||||
#[argh(subcommand)]
|
#[argh(subcommand)]
|
||||||
pub nested: Option<ArgsSubcommands>,
|
pub nested: Option<ArgsSubcommands>,
|
||||||
|
|||||||
Reference in New Issue
Block a user