Commit Graph

19 Commits (master)

Author SHA1 Message Date
Miguel Mota cbe3557015
Add option for coingecko demo api key 2 months 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