Add a TODO file - transferwee - Download/upload file via wetransfer.com
(HTM) git clone https://github.com/iamleot/transferwee
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 15e83d26b305044188428e9d17977d99d0d6b513
(DIR) parent 46cc085314a73da9aea95b804b43deaa2289f2ae
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 14 Jan 2019 16:47:36 +0100
Add a TODO file
Diffstat:
A TODO.md | 15 +++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/TODO.md b/TODO.md
@@ -0,0 +1,15 @@
+transferwee can be considered more or less feature complete.
+There are at least some known (and probably several unknown!) bugs
+and possible TODOs:
+
+## TODO/Known bugs
+
+- Gracefully handle possible file overwrites in download, no checks are done and
+ files are always overwritten.
+- Write a `setup.py`
+- Add SIGINFO/SIGUSR1 handlers to print the status of the upload/download
+
+## Possible TODOs
+
+- Add a `-d dir` option to specify a base directory for upload/download?
+- Convert `tests/check.sh` in pure Python code?