浏览代码

Minor README tweaks, remove old requirements file

timvisee 7 年之前
父节点
当前提交
e2b9b5c55c
共有 3 个文件被更改,包括 2 次插入24 次删除
  1. 1 0
      README.md
  2. 0 24
      REQUIREMENTS.md
  3. 1 0
      ROADMAP.md

+ 1 - 0
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

+ 0 - 24
REQUIREMENTS.md

@@ -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)

+ 1 - 0
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