aboutsummarylogtreecommitdiffstats
path: root/tick.1
diff options
context:
space:
mode:
authorAntony Kellermann2018-02-08 23:00:55 -0500
committerAntony Kellermann2018-02-08 23:00:55 -0500
commit3081075b11f0541e593be22e676996a58aabd5bb (patch)
treea570950b976f372d8f45ad5eae95a637556f097e /tick.1
parent31b3c892e8c20f5f2d9429b70fa7a10b299c9df9 (diff)
downloadaur-3081075b11f0541e593be22e676996a58aabd5bb.tar.gz
Changed portfolio to JSON format
Diffstat (limited to 'tick.1')
-rw-r--r--tick.114
1 files changed, 12 insertions, 2 deletions
diff --git a/tick.1 b/tick.1
index 845a474f2ab7..ff517f678448 100644
--- a/tick.1
+++ b/tick.1
@@ -1,4 +1,4 @@
-.TH TICK "1" "January 2018" "Tick 1.6.4" "User Commands"
+.TH TICK "1" "January 2018" "Tick 1.7.0" "User Commands"
.SH NAME
Tick - Command line stock and cryptocurrency portfolio tracker.
@@ -28,6 +28,11 @@ are not reinvested into a specific security, you should update your portfolio wi
Prints information about your current portfolio holdings. Either a symbol or the keyword 'all' can be used. The keyword "all"
will print information about all your current holdings, as well as a grand total.
+.TP
+[convert]
+If it exists, removes $HOME/.tick_portfolio.json and adds your current holding from the legacy portfolio, located at
+$HOME/.tick_portfolio.
+
.SS
News:
@@ -39,10 +44,15 @@ your phrase in double quotes. Technically, the input may be something completely
in the future.
.SH FILES
-.I ~/.tick_portfolio
+.I ~/.tick_portfolio.json
.RS
Portfolio file.
+.RE
+.I ~/.tick_portfolio
+.RS
+Portfolio file (legacy).
+
.SH GITHUB
Please report any bugs using the GitHub issue tracker: https://github.com/aokellermann/tick/issues