mirror of
https://github.com/veeso/termscp.git
synced 2026-06-12 19:49:49 +02:00
chore: remove ko-fi
This commit is contained in:
36
README.md
36
README.md
@@ -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:
|
||||
|
||||
[](https://ko-fi.com/veeso)
|
||||
[](https://www.paypal.me/chrisintin)
|
||||
|
||||
---
|
||||
|
||||
## User manual 📚
|
||||
|
||||
The user manual can be found on [termscp's documentation website](https://docs.termscp.rs).
|
||||
|
||||
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user