diff --git a/.SRCINFO b/.SRCINFO index db7be60..45da7df 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = tick - pkgdesc = Command line stock and cryptocurrency portfolio tracker. - pkgver = 2.4.0 + pkgdesc = Command line and GTK stock and cryptocurrency portfolio tracker. + pkgver = 3.0.0 pkgrel = 1 url = https://github.com/aokellermann/tick arch = x86_64 @@ -8,6 +8,9 @@ pkgbase = tick depends = curl depends = json-c depends = ncurses + depends = gtk3 + depends = cairo + depends = libglade provides = tick conflicts = tick source = git://github.com/aokellermann/tick diff --git a/PKGBUILD b/PKGBUILD index afe5f12..6c4fdad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Antony Kellermann pkgname=tick -pkgver=2.4.0 +pkgver=3.0.0 pkgrel=1 -pkgdesc="Command line stock and cryptocurrency portfolio tracker." +pkgdesc="Command line and GTK stock and cryptocurrency portfolio tracker." arch=('x86_64') url="https://github.com/aokellermann/${pkgname}" license=('MIT') diff --git a/README.md b/README.md index baeb5cf..4e9112b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Command line stock and cryptocurrency portfolio tracker. +## Command line and GTK stock and cryptocurrency portfolio tracker. #### How to install: Before installation, make sure all dependencies are installed: * curl @@ -13,8 +13,13 @@ $ sudo make install ``` If you are an Arch user, you can install from the AUR. ```bash -$ yaourt -S tick +$ aurman -S tick ``` + +### Usage +The GTK+ window can be opened by simply running the command "tick". +Currently, it only supports portfolio operations. If you would like to +use the CLI, additional arguments must be used. #### Portfolio To update your portfolio, use the options add, rm, or set. You may use the special string "USD$" to add US Dollars to your portfolio. @@ -118,7 +123,6 @@ and portfolio distribution (tried to implement, but IEX API is unpredictable; wa * Zoom in more than one month for graph * Average graph points when skipping indices for greater accuracy * Android app? -* GUI? * Index support (djia, sp500) * History stack -* Exit if window is resized to too small \ No newline at end of file +* GUI info, graph, etc. \ No newline at end of file diff --git a/tick.1 b/tick.1 index f790e24..3b0eb55 100644 --- a/tick.1 +++ b/tick.1 @@ -1,4 +1,4 @@ -.TH TICK "1" "June 2018" "Tick 2.4.0" "User Commands" +.TH TICK "1" "July 2018" "Tick 3.0.0" "User Commands" .SH NAME Tick - Command line stock and cryptocurrency portfolio tracker. @@ -7,7 +7,7 @@ Tick - Command line stock and cryptocurrency portfolio tracker. tick COMMAND [ARGUMENTS] .SH DESCRIPTION -Create your portfolio by "add"-ing your current holdings. Then, use the command "check" to see information about your +Create your portfolio by adding your current holdings. Then, use the command "check" to see information about your holdings. You may also see information about securities that you may not own with commands "info" and "graph". .SS