aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAntony Kellermann2018-02-08 23:00:55 -0500
committerAntony Kellermann2018-02-08 23:00:55 -0500
commit3081075b11f0541e593be22e676996a58aabd5bb (patch)
treea570950b976f372d8f45ad5eae95a637556f097e /README.md
parent31b3c892e8c20f5f2d9429b70fa7a10b299c9df9 (diff)
downloadaur-3081075b11f0541e593be22e676996a58aabd5bb.tar.gz
Changed portfolio to JSON format
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index d57faa476dad..31d00e80647c 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,11 @@ $ tick news [symbol]
If you wish to use spaces in your input, you can either surround the phrase
with quotes or replace spaces with underscores.
+As of version 1.7, the portfolio file has been reconstructed and formatted
+in JSON. To convert your existing portfolio, run
+```bash
+$ tick convert
+```
Once installed, you may read the man page for more information.
#### License
@@ -58,7 +63,8 @@ license for more information.
#### Future Ideas
* Command to get info about a security
* Historical support -- 7d/28d profits
-* Change portfolio structure to JSON format
* Different ways to sort "check all"
* Look for API to replace Morningstar for MUTF/OTCMKTS data, preferably with
-intraday data \ No newline at end of file
+intraday data
+* Encrypt data
+* Debian/RPM package \ No newline at end of file