aboutsummarylogtreecommitdiffstats
path: root/tick.1
diff options
context:
space:
mode:
authorAntony Kellermann2018-01-17 23:31:00 -0500
committerAntony Kellermann2018-01-17 23:31:00 -0500
commit1e7a5c2156fc56f4d77104489135bfaa6736eb0d (patch)
treedbaa52193aa240efc76b50af9ede91e4040e5e68 /tick.1
downloadaur-1e7a5c2156fc56f4d77104489135bfaa6736eb0d.tar.gz
Initial commit
Diffstat (limited to 'tick.1')
-rw-r--r--tick.132
1 files changed, 32 insertions, 0 deletions
diff --git a/tick.1 b/tick.1
new file mode 100644
index 000000000000..87aaaab7f514
--- /dev/null
+++ b/tick.1
@@ -0,0 +1,32 @@
+.TH TICK "1" "January 2018" "Tick 1.003" "User Commands"
+
+.SH NAME
+Tick - Command line stock price tracker.
+
+.SH SYNOPSIS
+tick [OPTION]...
+
+.SH DESCRIPTION
+Create your portfolio by adding your current holdings. Then, you can use the built in functions to get information on the current price. Stock information taken from IEX's API.
+
+.SS
+Portfolio:
+
+.TP
+[add/rm/set] [symbol] [quantity of shares] [USD spent]
+Either adds, removes, or sets the amount of the given stock with respect to the given values. The parameter add will add your input to the current portfolio, rm will subtract from your current portfolio, and set will set your portfolio to the input, discarding any existing data about that stock.
+
+.TP
+[check] [currency name/all]
+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.
+
+.SH FILES
+.I ~/.tick_portfolio
+.RS
+Portfolio file.
+
+.SH GITHUB
+Please report any bugs using the GitHub issue tracker: https://github.com/aokellermann/tick/issues
+
+.SH AUTHORS
+Antony Kellermann -- https://github.com/aokellermann \ No newline at end of file