diff --git a/Cargo.toml b/Cargo.toml
index cc2a85e..d9cbb92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ homepage = "https://timvisee.com/projects/ffsend"
repository = "https://gitlab.com/timvisee/ffsend"
description = """\
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"]
categories = [
@@ -77,10 +77,10 @@ clipboard = ["clip", "which"]
# Compile with file history support
history = []
-# Support for Firefox Send v2
+# Support for Send v2
send2 = ["ffsend-api/send2"]
-# Support for Firefox Send v3
+# Support for Send v3
send3 = ["ffsend-api/send3"]
# Use OpenSSL as cryptography backend
diff --git a/README.md b/README.md
index 7b85b9d..7eb5818 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Please consider to [donate] and help keep it running.*
# ffsend
> 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
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
[@timvisee][timvisee].
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_
@@ -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
- File and directory archiving and extraction
- 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
- Ability to use your own Send hosts
- Inspect or delete shared files
@@ -512,8 +512,8 @@ The following features are available, some of which are enabled by default:
| Feature | Enabled | Description |
| :-------------: | :-----: | :--------------------------------------------------------- |
-| `send2` | Default | Support for Firefox Send v2 servers |
-| `send3` | Default | Support for Firefox Send v3 servers |
+| `send2` | Default | Support for Send v2 servers |
+| `send3` | Default | Support for Send v3 servers |
| `crypto-ring` | Default | Use ring as cryptography backend |
| `crypto-openssl`| | Use OpenSSL as cryptography backend |
| `clipboard` | Default | Support for copying links to the clipboard |
@@ -746,7 +746,7 @@ $ ffsend help
ffsend 0.2.71
Tim Visee <3a4fb3964f@sinenomine.email>
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.
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]
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
- 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
providing tools to make great visual demos
- 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/
[rustup]: https://rustup.rs/
[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
[asciinema]: https://asciinema.org/
[svg-term]: https://github.com/marionebl/svg-term-cli
diff --git a/pkg/alpine/APKBUILD b/pkg/alpine/APKBUILD
index 5a47e66..568a0ed 100644
--- a/pkg/alpine/APKBUILD
+++ b/pkg/alpine/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ffsend
pkgver=0.2.62
pkgrel=0
-pkgdesc=" A fully featured Firefox Send client"
+pkgdesc=" A fully featured Send client"
url="https://gitlab.com/timvisee/ffsend"
arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo
license="GPL-3.0-only"
diff --git a/pkg/aur/ffsend-bin/PKGBUILD b/pkg/aur/ffsend-bin/PKGBUILD
index b282b69..1b46636 100644
--- a/pkg/aur/ffsend-bin/PKGBUILD
+++ b/pkg/aur/ffsend-bin/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=ffsend-bin
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
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"
license=('GPL3')
source=("ffsend-v$pkgver::https://github.com/timvisee/ffsend/releases/download/v$pkgver/ffsend-v$pkgver-linux-x64-static"
diff --git a/pkg/aur/ffsend-git/PKGBUILD b/pkg/aur/ffsend-git/PKGBUILD
index a16ca29..a44b52a 100644
--- a/pkg/aur/ffsend-git/PKGBUILD
+++ b/pkg/aur/ffsend-git/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=ffsend-git
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
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"
license=('GPL3')
source=("ffsend::git+$url.git")
diff --git a/pkg/aur/ffsend/PKGBUILD b/pkg/aur/ffsend/PKGBUILD
index 959f171..0ccd2f8 100644
--- a/pkg/aur/ffsend/PKGBUILD
+++ b/pkg/aur/ffsend/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=ffsend
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
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"
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
diff --git a/pkg/choco/ffsend/ffsend.nuspec b/pkg/choco/ffsend/ffsend.nuspec
index e6f1c50..d2a1ba1 100644
--- a/pkg/choco/ffsend/ffsend.nuspec
+++ b/pkg/choco/ffsend/ffsend.nuspec
@@ -45,8 +45,8 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
https://github.com/timvisee/ffsend
https://gitlab.com/timvisee/ffsend/issues
ffsend firefox-send cli file-sharing file-upload encryption rust
- Easily and securely share files from the command line. A fully featured Firefox Send client.
- Easily and securely share files from the command line. A fully featured Firefox Send client.
+ Easily and securely share files from the command line. A fully featured Send client.
+ Easily and securely share files from the command line. A fully featured Send client.
diff --git a/pkg/scoop/ffsend.json b/pkg/scoop/ffsend.json
index 8737665..65607d0 100644
--- a/pkg/scoop/ffsend.json
+++ b/pkg/scoop/ffsend.json
@@ -1,6 +1,6 @@
{
"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",
"version": "0.0.0",
"architecture": {
diff --git a/src/cmd/arg/api.rs b/src/cmd/arg/api.rs
index c19f78f..e6a1d93 100644
--- a/src/cmd/arg/api.rs
+++ b/src/cmd/arg/api.rs
@@ -24,7 +24,7 @@ impl CmdArg for ArgApi {
.help("Server API version to use, '-' to lookup")
.long_help(
"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\
",
)
diff --git a/src/cmd/handler.rs b/src/cmd/handler.rs
index 0d282e3..77747b9 100644
--- a/src/cmd/handler.rs
+++ b/src/cmd/handler.rs
@@ -62,7 +62,7 @@ impl<'a: 'b, 'b> Handler<'a> {
.version(crate_version!())
.author(crate_authors!())
.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::VersionlessSubcommands)
// TODO: enable below command when it doesn't break `p` anymore.