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

35 Commits

Author SHA1 Message Date
Simon Roberts
e1aded93e8
More minor cleanups (no functional change) (#198)
* Redundant type conversions

* Remove redudant type declarations. Inline one-line constructors. Remove unnecessary brackets.

* Simplify name - it's used via package name anyway

* Simplify variable initializations

* Change `var x uint = Y` to `x := uint(Y)`

* More shorthand initialization
2021-10-05 08:01:42 +11:00
Miguel Mota
a07bed9dab
command[clean]: Delete cache_dir from config 2021-09-30 00:25:42 -07:00
Miguel Mota
f375eec1eb
Rename org miguelmota → cointop-sh 2021-09-29 23:17:58 -07:00
Miguel Mota
1d29363185
Add keybinding to toggle hide portfolio balances 2021-09-13 22:07:13 -07:00
Miguel Mota
5f76e89a0b
Optimize Dockerfile #127 2021-09-07 22:31:18 -07:00
Miguel Mota
e7531ca635
Add keybinding to toggle chart fullscreen 2021-04-25 17:42:14 -07:00
Miguel Mota
baacfbd9ca
Add 24H% change to holdings command 2021-04-25 15:58:40 -07:00
Miguel Mota
0e778052a1
Read cointop config environment variables 2021-04-25 12:51:01 -07:00
Miguel Mota
3c97b58e09
Add column filter option to holdings command 2021-04-18 12:29:28 -07:00
Miguel Mota
65626536e3
Add SSH server user config type flag 2021-04-06 01:11:34 -07:00
Miguel Mota
2b6b7b629b Add max sessions option to SSH server 2021-03-16 23:18:44 -07:00
Maxime Joubert
af8dc71056
Fix typo 2021-03-07 14:44:39 +01:00
Miguel Mota
faabbfc8a6 Add max pages flag 2021-02-23 00:05:34 -08:00
Miguel Mota
e0eaf60329 Add max timeout to SSH server 2021-02-22 22:20:40 -08:00
Miguel Mota
0576b043d4 Price command flag alias
Remove top empty line
2021-02-15 21:59:21 -08:00
Miguel Mota
99bbeadc2d Support multiple coins for price command 2021-02-14 22:14:26 -08:00
Miguel Mota
394d35473d Consolidate UI packages 2020-11-18 20:37:40 -08:00
Miguel Mota
d9ea155004 Add no-cache option 2020-08-04 00:08:07 -07:00
Miguel Mota
3fc19adefa Add host key flag to SSH server 2020-08-02 19:52:24 -07:00
Miguel Mota
1ee3814f73 Add cache directory option 2020-08-01 00:42:09 -07:00
Miguel Mota
2d54de72c7 Add option flag to silence log output 2020-07-26 22:51:25 -07:00
Miguel Mota
6ba8477a94 Add SSH server 2020-07-26 13:40:59 -07:00
Miguel Mota
1c6722bab1 Update default config filepath 2020-05-23 03:00:05 -07:00
Miguel Mota
124812ff46 Remove fatal logs 2019-12-29 02:15:14 -08:00
Miguel Mota
f64aa460b3
Use cobra for cli flags. Added price command 2019-07-01 22:47:54 -07:00
Miguel Mota
52496b87fb
Fix refresh limit flag default 2019-06-27 21:51:18 -07:00
Miguel Mota
065ab017ec
Add refresh rate flag. Closes #23 2019-06-27 21:17:43 -07:00
Miguel Mota
0dac74cb8c
colorscheme help install instructions 2019-06-26 00:29:53 -07:00
Miguel Mota
599d2a226a
Fetch full price if avaiable in coingecko api. Closes #37 2019-06-25 23:13:35 -07:00
Miguel Mota
22e5e5a201
Add flag to hide marketbar, statusbar, or chart view and add flag to only show the table. Closes #27 2019-06-25 21:42:11 -07:00
Miguel Mota
1308bec565
Add colorscheme command line flag 2019-06-08 23:49:26 -07:00
Miguel Mota
eaf94232a1 v1.2.0 2019-05-12 20:47:21 -07:00
Miguel Mota
6361b22399 Add CoinGecko API support 2019-05-12 19:24:10 -07:00
Miguel Mota
be84b5e5bd Prompt for CoinMarketCap Pro API Key 2019-04-23 14:37:00 -07:00
Miguel Mota
22d551b3b4 add config, clean, and reset flags 2018-12-31 15:30:41 -08:00