Commit Graph

649 Commits (758e8367f7d37c0e049e359f0ddb74d7ac2c3976)
 

Author SHA1 Message Date
Miguel Mota 758e8367f7
Increase number of decimals shown when price < 1. #132 3 years ago
Miguel Mota f5adceea65
docs: Update colorscheme docs 3 years ago
Miguel Mota fa1fdca5e7
Row active colorscheme fix 3 years ago
Miguel Mota 96082d9089
docs: Update flatpak docs 3 years ago
Miguel Mota 2adee94c18
Remove .flathub directory (moved to https://github.com/flathub/com.github.miguelmota.Cointop) 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 f127de3048
ssh: Add support for holdings command 3 years ago
Miguel Mota 11e2efc9af
docs: Update config path documentation 3 years ago
Miguel Mota 0e778052a1
Read cointop config environment variables 3 years ago
Miguel Mota 9fab6bd5b9
File cache fix 3 years ago
Miguel Mota 7b73406c9f
Merge branch 'afh-debuglog' 3 years ago
Miguel Mota 52a1699764
Merge branch 'debuglog' of https://github.com/afh/cointop into afh-debuglog 3 years ago
Miguel Mota a794be694c
faq: Formatting fix 3 years ago
Miguel Mota 38a8858b18
Merge branch 'afh-currency-formatting-faq' 3 years ago
Alexis Hildebrandt c6e18e8e85 Add FAQ how to change currency and numeric values formatting 3 years ago
Alexis Hildebrandt dcd0410a19 Address PR comments 3 years ago
Miguel Mota 8c71604732
Merge branch 'afh-rank-color' 3 years ago
Miguel Mota 220a396258
Reduce number of save calls. #120 3 years ago
Alexis Hildebrandt 5cdfd83056 Use log package for logging 3 years ago
Miguel Mota 36bc8a8790
Update social links 3 years ago
Miguel Mota aec94c3aa3
go mod tidy 3 years ago
Miguel Mota 92e939902e
Add stripansi dependency 3 years ago
Miguel Mota 15471504e4
Merge branch 'afh-table-alignment' 3 years ago
Alexis Hildebrandt 9c1102625e Revert "Add stripansi dependency, update dependencies and vendor"
This reverts commit 9c9a471062.
3 years ago
Alexis Hildebrandt cae7d520f0 Merge branch 'master' into table-alignment 3 years ago
Miguel Mota bd9acb19f6
Merge branch 'afh-preferred_cache_home' 3 years ago
Miguel Mota 342afeadab
Merge branch 'preferred_cache_home' of https://github.com/afh/cointop into afh-preferred_cache_home 3 years ago
Miguel Mota b2bcd01bfe
Merge branch 'rank-color' of https://github.com/afh/cointop into afh-rank-color 3 years ago
Miguel Mota b479466fca
Merge branch 'afh-alert-price-entry' 3 years ago
Miguel Mota 4c67b63422
Merge branch 'alert-price-entry' of https://github.com/afh/cointop into afh-alert-price-entry 3 years ago
Miguel Mota 17fd13f150
Merge branch 'afh-numeric-monetary-locale' 3 years ago
Miguel Mota 2f10604cb7
Merge branch 'numeric-monetary-locale' of https://github.com/afh/cointop into afh-numeric-monetary-locale 3 years ago
Miguel Mota 88f2aff985
Merge branch 'afh-docker-improvements' 3 years ago
Miguel Mota 88df588a33
Merge branch 'docker-improvements' of https://github.com/afh/cointop into afh-docker-improvements 3 years ago
Alexis Hildebrandt 9c9a471062 Add stripansi dependency, update dependencies and vendor 3 years ago
Alexis Hildebrandt 5933f22020 Ignore ANSI escape codes when when determining string length
to calculate width and padding for table alignment.
3 years ago
afh cb2d24bc11 Add support for :PREFERRED_CACHE_HOME: 3 years ago
Miguel Mota 58c5403c7e
docs: Add assets 3 years ago
Miguel Mota 2fe9991394
docs: Add chart docs 3 years ago
afh 6f92573a93 Merge branch 'master' into numeric-monetary-locale 3 years ago
afh b2e61bc8c9 Simplify rank cell color handling 3 years ago
Miguel Mota 3c97b58e09
Add column filter option to holdings command 3 years ago
Miguel Mota 6e3b9d41f1
docs: Add portfolio examples 3 years ago
afh c813cff84f Format alert target price without exponent 3 years ago
Miguel Mota 6a4aac1277
Add filecache prefix based on config file path 3 years ago
Miguel Mota e0acaf9554
Fix custom config file path. #106 3 years ago
afh 05bfc7d526 Revert development change in go.mod 3 years ago
afh 7d06a536eb pkg/humanize: Replace Commaf with Numericf and Monetaryf
to allow for locale aware formatting of numbers.
3 years ago
afh 235675d597 pkg/table: Use RuneCountInString for string length
when calculating table cell widths and alignments.
3 years ago