diff --git a/README.md b/README.md index 5301829..2adbbc0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/REQUIREMENTS.md b/REQUIREMENTS.md deleted file mode 100644 index 8256415..0000000 --- a/REQUIREMENTS.md +++ /dev/null @@ -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) diff --git a/ROADMAP.md b/ROADMAP.md index c1f51aa..6893384 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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