Minor README tweaks, remove old requirements file

This commit is contained in:
timvisee 2018-05-21 21:30:23 +02:00
parent 5eb7fa9cf5
commit e2b9b5c55c
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
3 changed files with 2 additions and 24 deletions

View file

@ -47,6 +47,7 @@ _Note: this tool is currently in the alpha phase_
- Ability to use your own Send host
- Inspect or delete shared files
- Accurate error reporting
- Low memory footprint, due to encryption, download and upload streaming
- Intended to be used in scripts without interaction
For a list of upcoming features and ideas, take a look at the

View file

@ -1,24 +0,0 @@
# Requirements
This tool has some additional compilation requirements besides the Rust
toolchain.
- Rust 1.26 or above (verify this)
## Requirements
- OpenSSL development files
- Ubuntu package: `libssl-dev`
- On Linux, `xorg` development packages (for `clipboard` feature)
- Ubuntu package: `xorg-dev`
## Environment variables
- `FFSEND_HOST`: upload host (string)
- `FFSEND_HISTORY`: history file path (string)
- `FFSEND_FORCE`: upload host (present/boolean)
- `FFSEND_NO_INTERACT`: upload host (present/boolean)
- `FFSEND_YES`: upload host (present/boolean)
- `FFSEND_INCOGNITO`: incognito mode (present/boolean)
- `FFSEND_OPEN`: open an uploaded file (present/boolean)
- `FFSEND_ARCHIVE`: enable file archival (present/boolean)
- `FFSEND_EXTRACT`: enable file extraction (present/boolean)
- `FFSEND_COPY`: copy share link to clipboard (present/boolean)
- `FFSEND_VERBOSE`: copy share link to clipboard (present/boolean)

View file

@ -3,6 +3,7 @@ The first release used for gathering feedback on the application by selected
people.
Features:
- Ask to remove a file when downloading failed
- Polish command outputs, make it consistent (format, color)
- Automated releases through CI
- Release binaries on GitHub