aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAntony Kellermann2018-02-19 10:57:39 -0500
committerAntony Kellermann2018-02-19 10:57:39 -0500
commitae1752968409eede9953be79e69fcf718244c3f3 (patch)
tree02575771a9596377fae0188b31749e90aed57150 /README.md
parentb6f37b4fc1d509cf4052084640bd0db30413823c (diff)
downloadaur-ae1752968409eede9953be79e69fcf718244c3f3.tar.gz
Updated documentation and added ncurses dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index d2a7cf6e00ff..38c73dc7a05d 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,16 @@ in JSON. To convert your existing portfolio, run
```bash
$ tick convert
```
+
+You may encrypt your portfolio using the RC4 algorithm
+```bash
+$ tick encrypt
+```
+and decrypt it with
+```bash
+$ tick decrypt
+```
+
Once installed, you may read the man page for more information.
#### License
@@ -71,7 +81,7 @@ license for more information.
* Different ways to sort "check all"
* Look for API to replace Morningstar for MUTF/OTCMKTS data, preferably with
intraday data
-* Encrypt data (rc4 from my github?)
* DEB/RPM package
* List whether stock/etf/mutual fund/crypto/etc. in portfolio for less API calls
-and portfolio distribution (tried to implement, but IEX API is unpredictable; wait for v2) \ No newline at end of file
+and portfolio distribution (tried to implement, but IEX API is unpredictable; wait for v2)
+* Make printouts pretty with ncurses?? \ No newline at end of file