chore: remove ko-fi

This commit is contained in:
Christian Visintin
2026-06-08 09:44:12 +02:00
parent 14bc15cfca
commit 82141e7f2b
2 changed files with 11 additions and 28 deletions

View File

@@ -29,44 +29,39 @@
<p align="center">
<a href="https://opensource.org/licenses/MIT"
><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"
/></a>
<a href="https://github.com/veeso/termscp/stargazers"
><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"
/></a>
<a href="https://crates.io/crates/termscp"
><img
src="https://img.shields.io/crates/d/termscp.svg"
src="https://img.shields.io/crates/d/termscp.svg?logo=rust"
alt="Downloads counter"
/></a>
<a href="https://crates.io/crates/termscp"
><img
src="https://img.shields.io/crates/v/termscp.svg"
src="https://img.shields.io/crates/v/termscp.svg?logo=rust"
alt="Latest version"
/></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 align="center">
<a href="https://github.com/veeso/termscp/actions"
<a href="https://github.com/veeso/termscp/actions/workflows/linux.yml"
><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"
/></a>
<a href="https://github.com/veeso/termscp/actions"
<a href="https://github.com/veeso/termscp/actions/workflows/macos.yml"
><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"
/></a>
<a href="https://github.com/veeso/termscp/actions"
<a href="https://github.com/veeso/termscp/actions/workflows/windows.yml"
><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"
/></a>
</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:
[![ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/veeso)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.me/chrisintin)
---
## User manual 📚
The user manual can be found on [termscp's documentation website](https://docs.termscp.rs).

View File

@@ -39,8 +39,7 @@ Address syntax can be:
- `\\\\<server>[:port]\\<share>[\\path]` for SMB (on Windows)
- `smb://[user@]<server>[:port]</share>[/path]` for SMB (on other systems)
Please, report issues to <https://github.com/veeso/termscp>
Please, consider supporting the author <https://ko-fi.com/veeso>")]
Please, report issues to <https://github.com/veeso/termscp>")]
pub struct Args {
#[argh(subcommand)]
pub nested: Option<ArgsSubcommands>,