Change Firefox Send branding to Send

This commit is contained in:
timvisee 2021-05-05 22:33:41 +02:00
parent 924cfbeb95
commit 4ced2ea4d0
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
10 changed files with 22 additions and 20 deletions

View file

@ -8,7 +8,7 @@ homepage = "https://timvisee.com/projects/ffsend"
repository = "https://gitlab.com/timvisee/ffsend" repository = "https://gitlab.com/timvisee/ffsend"
description = """\ description = """\
Easily and securely share files from the command line.\n\ Easily and securely share files from the command line.\n\
A fully featured Firefox Send client.\ A fully featured Send client.\
""" """
keywords = ["send", "firefox", "cli"] keywords = ["send", "firefox", "cli"]
categories = [ categories = [
@ -77,10 +77,10 @@ clipboard = ["clip", "which"]
# Compile with file history support # Compile with file history support
history = [] history = []
# Support for Firefox Send v2 # Support for Send v2
send2 = ["ffsend-api/send2"] send2 = ["ffsend-api/send2"]
# Support for Firefox Send v3 # Support for Send v3
send3 = ["ffsend-api/send3"] send3 = ["ffsend-api/send3"]
# Use OpenSSL as cryptography backend # Use OpenSSL as cryptography backend

View file

@ -15,7 +15,7 @@ Please consider to [donate] and help keep it running.*
# ffsend # ffsend
> Easily and securely share files from the command line. > Easily and securely share files from the command line.
> [Firefox Send][send] client ([annonymous only][issue116] at the moment). > [Send][send] client ([annonymous only][issue116] at the moment).
Easily and securely share files and directories from the command line through a Easily and securely share files and directories from the command line through a
safe, private and encrypted link using a single simple command. safe, private and encrypted link using a single simple command.
@ -47,7 +47,7 @@ Find out more about security [here](#security).
The public [Send][send] service that is used as default host is provided by The public [Send][send] service that is used as default host is provided by
[@timvisee][timvisee]. [@timvisee][timvisee].
This application is not affiliated with [Firefox][firefox] or This application is not affiliated with [Firefox][firefox] or
[Firefox Send][send] in any way. [Mozilla][mozilla] in any way.
_Note: this tool is currently in beta, as some extra desired features are yet to be implemented_ _Note: this tool is currently in beta, as some extra desired features are yet to be implemented_
@ -57,7 +57,7 @@ _Note: this tool is currently in beta, as some extra desired features are yet to
- Additional password protection, generation and configurable download limits - Additional password protection, generation and configurable download limits
- File and directory archiving and extraction - File and directory archiving and extraction
- Built-in share URL shortener and QR code generator - Built-in share URL shortener and QR code generator
- Supports Firefox Send v3 (current) and v2 - Supports Send v3 (current) and v2
- History tracking your files for easy management - History tracking your files for easy management
- Ability to use your own Send hosts - Ability to use your own Send hosts
- Inspect or delete shared files - Inspect or delete shared files
@ -512,8 +512,8 @@ The following features are available, some of which are enabled by default:
| Feature | Enabled | Description | | Feature | Enabled | Description |
| :-------------: | :-----: | :--------------------------------------------------------- | | :-------------: | :-----: | :--------------------------------------------------------- |
| `send2` | Default | Support for Firefox Send v2 servers | | `send2` | Default | Support for Send v2 servers |
| `send3` | Default | Support for Firefox Send v3 servers | | `send3` | Default | Support for Send v3 servers |
| `crypto-ring` | Default | Use ring as cryptography backend | | `crypto-ring` | Default | Use ring as cryptography backend |
| `crypto-openssl`| | Use OpenSSL as cryptography backend | | `crypto-openssl`| | Use OpenSSL as cryptography backend |
| `clipboard` | Default | Support for copying links to the clipboard | | `clipboard` | Default | Support for copying links to the clipboard |
@ -746,7 +746,7 @@ $ ffsend help
ffsend 0.2.71 ffsend 0.2.71
Tim Visee <3a4fb3964f@sinenomine.email> Tim Visee <3a4fb3964f@sinenomine.email>
Easily and securely share files from the command line. Easily and securely share files from the command line.
A fully featured Firefox Send client. A fully featured Send client.
The default public Send host is provided by Tim Visee, @timvisee. The default public Send host is provided by Tim Visee, @timvisee.
Please consider to donate and help keep it running: https://vis.ee/donate Please consider to donate and help keep it running: https://vis.ee/donate
@ -785,12 +785,12 @@ SUBCOMMANDS:
password Change the password of a shared file [aliases: pass, p] password Change the password of a shared file [aliases: pass, p]
version Determine the Send server version [aliases: v] version Determine the Send server version [aliases: v]
This application is not affiliated with Firefox or Firefox Send. This application is not affiliated with Firefox or Mozilla.
``` ```
## Special thanks ## Special thanks
- to all `ffsend` source/package contributors - to all `ffsend` source/package contributors
- to [Mozilla][mozilla] for building the amazing [Firefox Send][send] service - to [Mozilla][mozilla] for building the amazing [Firefox Send][mozilla-send] service ([fork][timvisee-send])
- to everyone involved with [asciinema][asciinema] and [svg-term][svg-term] for - to everyone involved with [asciinema][asciinema] and [svg-term][svg-term] for
providing tools to make great visual demos providing tools to make great visual demos
- to everyone involved in all crate dependencies used - to everyone involved in all crate dependencies used
@ -811,6 +811,8 @@ Check out the [LICENSE](LICENSE) file for more information.
[rust]: https://rust-lang.org/ [rust]: https://rust-lang.org/
[rustup]: https://rustup.rs/ [rustup]: https://rustup.rs/
[send]: https://send.vis.ee/ [send]: https://send.vis.ee/
[mozilla-send]: https://github.com/mozilla/send
[timvisee-send]: https://github.com/timvisee/send
[send-encryption]: https://github.com/timvisee/send/blob/master/docs/encryption.md [send-encryption]: https://github.com/timvisee/send/blob/master/docs/encryption.md
[asciinema]: https://asciinema.org/ [asciinema]: https://asciinema.org/
[svg-term]: https://github.com/marionebl/svg-term-cli [svg-term]: https://github.com/marionebl/svg-term-cli

View file

@ -3,7 +3,7 @@
pkgname=ffsend pkgname=ffsend
pkgver=0.2.62 pkgver=0.2.62
pkgrel=0 pkgrel=0
pkgdesc=" A fully featured Firefox Send client" pkgdesc=" A fully featured Send client"
url="https://gitlab.com/timvisee/ffsend" url="https://gitlab.com/timvisee/ffsend"
arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo
license="GPL-3.0-only" license="GPL-3.0-only"

View file

@ -8,7 +8,7 @@
pkgname=ffsend-bin pkgname=ffsend-bin
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
pkgrel=1 pkgrel=1
pkgdesc="Easily and securely share files from the command line. A Firefox Send client." pkgdesc="Easily and securely share files from the command line. A Send client."
url="https://gitlab.com/timvisee/ffsend" url="https://gitlab.com/timvisee/ffsend"
license=('GPL3') license=('GPL3')
source=("ffsend-v$pkgver::https://github.com/timvisee/ffsend/releases/download/v$pkgver/ffsend-v$pkgver-linux-x64-static" source=("ffsend-v$pkgver::https://github.com/timvisee/ffsend/releases/download/v$pkgver/ffsend-v$pkgver-linux-x64-static"

View file

@ -7,7 +7,7 @@
pkgname=ffsend-git pkgname=ffsend-git
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
pkgrel=1 pkgrel=1
pkgdesc="Easily and securely share files from the command line. A Firefox Send client." pkgdesc="Easily and securely share files from the command line. A Send client."
url="https://gitlab.com/timvisee/ffsend" url="https://gitlab.com/timvisee/ffsend"
license=('GPL3') license=('GPL3')
source=("ffsend::git+$url.git") source=("ffsend::git+$url.git")

View file

@ -7,7 +7,7 @@
pkgname=ffsend pkgname=ffsend
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
pkgrel=1 pkgrel=1
pkgdesc="Easily and securely share files from the command line. A Firefox Send client." pkgdesc="Easily and securely share files from the command line. A Send client."
url="https://gitlab.com/timvisee/ffsend" url="https://gitlab.com/timvisee/ffsend"
license=('GPL3') license=('GPL3')
source=("ffsend-v$pkgver.tar.gz::$url/-/archive/v$pkgver/ffsend-v$pkgver.tar.gz") # automatically set in CI, see: /.gitlab-ci.yml source=("ffsend-v$pkgver.tar.gz::$url/-/archive/v$pkgver/ffsend-v$pkgver.tar.gz") # automatically set in CI, see: /.gitlab-ci.yml

View file

@ -45,8 +45,8 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<docsUrl>https://github.com/timvisee/ffsend</docsUrl> <docsUrl>https://github.com/timvisee/ffsend</docsUrl>
<bugTrackerUrl>https://gitlab.com/timvisee/ffsend/issues</bugTrackerUrl> <bugTrackerUrl>https://gitlab.com/timvisee/ffsend/issues</bugTrackerUrl>
<tags>ffsend firefox-send cli file-sharing file-upload encryption rust</tags> <tags>ffsend firefox-send cli file-sharing file-upload encryption rust</tags>
<summary>Easily and securely share files from the command line. A fully featured Firefox Send client.</summary> <summary>Easily and securely share files from the command line. A fully featured Send client.</summary>
<description>Easily and securely share files from the command line. A fully featured Firefox Send client.</description> <description>Easily and securely share files from the command line. A fully featured Send client.</description>
<!-- =============================== --> <!-- =============================== -->
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files --> <!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->

View file

@ -1,6 +1,6 @@
{ {
"homepage": "https://github.com/timvisee/ffsend", "homepage": "https://github.com/timvisee/ffsend",
"description": "Easily and securely share files from the command line. A fully featured Firefox Send client.", "description": "Easily and securely share files from the command line. A fully featured Send client.",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"version": "0.0.0", "version": "0.0.0",
"architecture": { "architecture": {

View file

@ -24,7 +24,7 @@ impl CmdArg for ArgApi {
.help("Server API version to use, '-' to lookup") .help("Server API version to use, '-' to lookup")
.long_help( .long_help(
"Server API version to use, one of:\n\ "Server API version to use, one of:\n\
2, 3: Firefox Send API versions\n\ 2, 3: Send API versions\n\
auto, -: probe server to determine\ auto, -: probe server to determine\
", ",
) )

View file

@ -62,7 +62,7 @@ impl<'a: 'b, 'b> Handler<'a> {
.version(crate_version!()) .version(crate_version!())
.author(crate_authors!()) .author(crate_authors!())
.about(APP_ABOUT.as_ref()) .about(APP_ABOUT.as_ref())
.after_help("This application is not affiliated with Firefox or Firefox Send.") .after_help("This application is not affiliated with Firefox or Mozilla.")
.global_setting(AppSettings::GlobalVersion) .global_setting(AppSettings::GlobalVersion)
.global_setting(AppSettings::VersionlessSubcommands) .global_setting(AppSettings::VersionlessSubcommands)
// TODO: enable below command when it doesn't break `p` anymore. // TODO: enable below command when it doesn't break `p` anymore.