2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
Commit Graph

532 Commits

Author SHA1 Message Date
Miguel Mota
8ecbfa32d2 Update CHANGELOG 2019-12-29 23:35:03 -08:00
Miguel Mota
c8803f703c Add tab keybinding to move to next row or next page 2019-12-29 21:20:09 -08:00
Miguel Mota
3f185334ca Fix marketbar currency when using coingecko api 2019-12-29 20:14:39 -08:00
Miguel Mota
ca1987a0f8 Return error on update callback 2019-12-29 16:54:42 -08:00
Miguel Mota
38187de57c Fix chart update loader race condition. Closes #44 2019-12-29 16:47:25 -08:00
Miguel Mota
124812ff46 Remove fatal logs 2019-12-29 02:15:14 -08:00
Miguel Mota
a000c96624 Remove log.Fatal artifact. Closes #46 2019-12-29 02:00:57 -08:00
Miguel Mota
4ac1ee2f4e Update CHANGELOG 2019-12-29 00:50:17 -08:00
Miguel Mota
eaf66f6519 Use forked version of termbox-go to fix keybindings on freebsd. Closes #43 2019-12-29 00:47:24 -08:00
Miguel Mota
491d019cb2 Update README 2019-12-26 01:11:04 -08:00
Miguel Mota
e82b4c16fa Update snapcraft 2019-12-25 19:05:07 -08:00
Miguel Mota
f64ad721ff Add contributing section 2019-12-18 17:14:02 -08:00
Miguel Mota
b61e2fdd84 Update method descriptions 2019-11-17 23:37:23 -08:00
Miguel Mota
6f286490be Fix ldflags version 2019-11-17 23:09:08 -08:00
Miguel Mota
c9211b53fd Use ldflags for version 2019-11-17 22:06:38 -08:00
Miguel Mota
ab0c3c77c3 Update README 2019-11-17 22:00:17 -08:00
Miguel Mota
b54de96e3c Merge branch 'rigaspapas-adjust-chart-height' 2019-11-17 21:57:17 -08:00
Miguel Mota
c9a404bc87 Update go.mod 2019-11-17 21:57:02 -08:00
Rigas Papathanasopoulos
b46cea5801
Make chart height adjustable 2019-11-01 16:54:03 +02:00
Miguel Mota
53a5d728c5
Update CHANGELOG 2019-09-15 00:15:58 -07:00
Miguel Mota
7f2fad6105
Merge branch 'alrs-fix-dropped-errors'
* alrs-fix-dropped-errors:
  Return missing error
  Fix dropped errors
2019-09-15 00:12:47 -07:00
Miguel Mota
33297c7be4
Return missing error 2019-09-15 00:12:26 -07:00
Miguel Mota
1aa81b8b06
Merge branch 'fix-dropped-errors' of github.com:alrs/cointop into alrs-fix-dropped-errors
* 'fix-dropped-errors' of github.com:alrs/cointop:
  Fix dropped errors
2019-09-15 00:10:08 -07:00
Miguel Mota
5f073fecf9
Navigation bug fixes. Fixes #41 2019-09-15 00:08:36 -07:00
Lars Lehtonen
489b0485b1 Fix dropped errors 2019-09-14 04:38:58 -07:00
Miguel Mota
cb2e7f52bc
Update changelog 2019-09-08 09:55:00 -07:00
Miguel Mota
d2350a38bb
v1.3.5 2019-09-08 09:52:04 -07:00
Miguel Mota
5e2134e43e
Fix sorting issue with favorites and portfolio 2019-09-08 09:48:20 -07:00
Miguel Mota
fd3ba0f1d2
require go v1.12 2019-09-04 12:51:32 -07:00
Miguel Mota
3211bd7f52
Use os.UserHomeDir(); closes #40 2019-08-31 12:32:32 -07:00
Miguel Mota
f2027ca78c
Remove additional price fetch; CoinGecko fixed bug 2019-08-31 12:14:35 -07:00
Miguel Mota
f1e3f81ec0
Update isatty package to resolve #39 2019-08-04 22:27:13 -07:00
Miguel Mota
50f69ecbd4
Add mentions 2019-07-08 17:25:30 -07:00
Miguel Mota
db3cb70696
Use sync.Map for maintaining map of all coins 2019-07-05 12:38:02 -07:00
Miguel Mota
2e36bdb773
Update assets 2019-07-05 00:29:02 -07:00
Miguel Mota
3c55749e34
v1.3.4 2019-07-05 00:16:56 -07:00
Miguel Mota
68a8a0f4ad
Update windows instructions 2019-07-05 00:14:29 -07:00
Miguel Mota
24e692c65a
Windows path fix 2019-07-04 23:41:57 -07:00
Miguel Mota
d13be7ddda
Update README 2019-07-03 21:13:57 -07:00
Miguel Mota
2d4185bbce
Fix for go10 2019-07-02 12:48:17 -07:00
Miguel Mota
cea9a8164b
Use Go's filepath seperator for config path 2019-07-02 11:43:22 -07:00
Miguel Mota
a29e06b9b1
Use mkdirAll for creating config 2019-07-02 11:37:33 -07:00
Miguel Mota
e39aa24601
Fix nil check 2019-07-02 09:11:49 -07:00
Miguel Mota
dbe0dad56b
v1.3.3 2019-07-02 01:02:56 -07:00
Miguel Mota
96cab2b405
Add chart loading label 2019-07-02 00:58:35 -07:00
Miguel Mota
3be23ec912
convert symbol to name for price api 2019-07-01 23:29:48 -07:00
Miguel Mota
f64aa460b3
Use cobra for cli flags. Added price command 2019-07-01 22:47:54 -07:00
Miguel Mota
592d061ee8
Create view structures 2019-06-30 21:24:04 -07:00
Miguel Mota
8cdb1b1c59
Fix readme typo 2019-06-30 18:52:24 -07:00
Miguel Mota
4ef4f7aa54
Clean up 2019-06-30 18:50:48 -07:00