Commit Graph

37 Commits (master)

Author SHA1 Message Date
Miguel Mota cbe3557015
Add option for coingecko demo api key 4 weeks ago
Miguel Mota 409479636d
Add coingecko api key option 2 months ago
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
3 years ago
Miguel Mota a07bed9dab
command[clean]: Delete cache_dir from config 3 years ago
Miguel Mota f375eec1eb
Rename org miguelmota → cointop-sh 3 years ago
Miguel Mota 1d29363185
Add keybinding to toggle hide portfolio balances 3 years ago
Miguel Mota 5f76e89a0b
Optimize Dockerfile #127 3 years ago
Miguel Mota e7531ca635
Add keybinding to toggle chart fullscreen 3 years ago
Miguel Mota baacfbd9ca
Add 24H% change to holdings command 3 years ago
Miguel Mota 0e778052a1
Read cointop config environment variables 3 years ago
Miguel Mota 3c97b58e09
Add column filter option to holdings command 3 years ago
Miguel Mota 65626536e3
Add SSH server user config type flag 3 years ago
Miguel Mota 2b6b7b629b Add max sessions option to SSH server 3 years ago
Maxime Joubert af8dc71056
Fix typo 3 years ago
Miguel Mota faabbfc8a6 Add max pages flag 3 years ago
Miguel Mota e0eaf60329 Add max timeout to SSH server 3 years ago
Miguel Mota 0576b043d4 Price command flag alias
Remove top empty line
3 years ago
Miguel Mota 99bbeadc2d Support multiple coins for price command 3 years ago
Miguel Mota 394d35473d Consolidate UI packages 4 years ago
Miguel Mota d9ea155004 Add no-cache option 4 years ago
Miguel Mota 3fc19adefa Add host key flag to SSH server 4 years ago
Miguel Mota 1ee3814f73 Add cache directory option 4 years ago
Miguel Mota 2d54de72c7 Add option flag to silence log output 4 years ago
Miguel Mota 6ba8477a94 Add SSH server 4 years ago
Miguel Mota 1c6722bab1 Update default config filepath 4 years ago
Miguel Mota 124812ff46 Remove fatal logs 4 years ago
Miguel Mota f64aa460b3
Use cobra for cli flags. Added price command 5 years ago
Miguel Mota 52496b87fb
Fix refresh limit flag default 5 years ago
Miguel Mota 065ab017ec
Add refresh rate flag. Closes #23 5 years ago
Miguel Mota 0dac74cb8c
colorscheme help install instructions 5 years ago
Miguel Mota 599d2a226a
Fetch full price if avaiable in coingecko api. Closes #37 5 years ago
Miguel Mota 22e5e5a201
Add flag to hide marketbar, statusbar, or chart view and add flag to only show the table. Closes #27 5 years ago
Miguel Mota 1308bec565
Add colorscheme command line flag 5 years ago
Miguel Mota eaf94232a1 v1.2.0 5 years ago
Miguel Mota 6361b22399 Add CoinGecko API support 5 years ago
Miguel Mota be84b5e5bd Prompt for CoinMarketCap Pro API Key 5 years ago
Miguel Mota 22d551b3b4 add config, clean, and reset flags 5 years ago