Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aokellermann committed Jul 25, 2018
1 parent ca1da25 commit 6c5377a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
7 changes: 5 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
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
license = MIT
depends = curl
depends = json-c
depends = ncurses
depends = gtk3
depends = cairo
depends = libglade
provides = tick
conflicts = tick
source = git://github.com/aokellermann/tick
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Maintainer: Antony Kellermann <aokellermann@gmail.com>

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')
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
* GUI info, graph, etc.
4 changes: 2 additions & 2 deletions tick.1
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 6c5377a

Please sign in to comment.