Commit Graph

55 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
Miguel Mota fccbc3b63c
Update docs 2 months ago
Miguel Mota 9641b60b7e
Update README 2 years ago
Miguel Mota 4e917f6f44
Update docs 2 years ago
Jason Shipman 0fa9542d30
Update install docs for compatible go version (#301)
* Update install docs for compatible go version

* Remove explicit reference to ~/go - that's platform specific, and may not be correct

Mine was ~/golang

Co-authored-by: Simon Roberts <lyricnz@users.noreply.github.com>
2 years ago
Miguel Mota 0f68624c28
Update features list 2 years ago
Miguel Mota 740a055eb8
docs: Update development.md 3 years ago
ѵµσɳɠ 001e2f7a71
Fix Docker build 3 years ago
Simon Roberts 9a906c3a68
Migrate from termbox-go to tcell (#232)
Lots of new functionality including:
- mouse support: click select, scroll, menus, table-sorting, etc
- 24-bit color support in themes

Co-authored-by: Simon Roberts <simon.roberts@anz.com>
Co-authored-by: ѵµσɳɠ <3168632+vuon9@users.noreply.github.com>
3 years ago
Miguel Mota 9a9ee307d4
Merge pull request #254 from vuon9/feature/types-4-search-keyword
Support search by /s:keyword - symbol, /n:keyword - name
3 years ago
Simon Roberts ac946a7d73
Reduce the number of pages to 10 (1000 coins) to reduce the load on backend... (#255)
* Reduce the number of pages to 10 (1000 coins) to reduce the load on backend, and increase refresh time. See #104 #228

* Add note about --max-pages and --per-page
3 years ago
Vuong dd1c83ee67 Update FAQ for search guide 3 years ago
Miguel Mota 0e956d6358
portfolio: clean up fixes #243 3 years ago
Simon Roberts b5b68833f5
Add support for purchase price/currency to portfolio (#243)
* Add support for declaring a BuyPrice and BuyCurrency in portfolio.
eg: ["Algorand", "125.4", "0.8", "USD"]

Add optional (default off) columns to portfolio:
"buy_price", "buy_currency", "profit", "profit_percent"

Note: there is no UI for entering this yet.
3 years ago
Simon Roberts 73a00588ba
If $DEBUG_FILE is set, use that rather than /tmp/cointop.log (#236) 3 years ago
Simon Roberts e49211ec71
Update faq.md 3 years ago
Simon Roberts daf131f21f
Add FAQ about $DEBUG and $DEBUG_HTTP 3 years ago
Simon Roberts 68fd858304
Change "0" to go to top coin on first page (#218)
* Add new action move_to_first_page_first_row which goes to the first coin on the first page. Bind to "0" by default, replacing first_page
3 years ago
Simon Roberts e409a0bdde
Improvements to search mechanism (#216)
* Enable repeated search using empty search expression (`/` then `<enter>`)
* Quick note about how to repeat-search in the FAQ
3 years ago
Simon Roberts 3b37cc34c3
Scale large numbers by adding Million Billion Trillion suffix (#200)
Add option for scaling Thousand Million Billion Trillion numbers by adding suffix.
3 years ago
sgmoore 8651b20735
Update install.md (#202)
Spelling fix at lines 10 and 72
3 years ago
Miguel Mota f375eec1eb
Rename org miguelmota → cointop-sh 3 years ago
Simon Roberts f81ca9ede8
fix typo in changelog 3 years ago
Miguel Mota e5360472d1
Update CHANGELOG.md 3 years ago
Simon Roberts f2bab24d11
Remove portfolio balance from chart X-axis too
Hide percentChange24H when in hidePortfolioBalances mode
Update portfolio balances (private mode) screenshot
Scale portfolio chart (in hide-balances mode) so current-value is 1.0
3 years ago
Miguel Mota aba283443d
faq: Add image of hidden portfolio balances 3 years ago
Miguel Mota 83a35df5c4
Hide all holding amounts when hidden flag toggled 3 years ago
Miguel Mota 1d29363185
Add keybinding to toggle hide portfolio balances 3 years ago
Simon Roberts 0074ecfff9 Patch expression to substitute Float64 for Integer. Update docs to include '/' 3 years ago
Miguel Mota 271cf90460
Merge branch 'feature/value-expressions' of https://github.com/simon-anz/cointop into simon-anz-feature/value-expressions 3 years ago
Simon Roberts 9b6e9c472a Add FAQ comment about using expressions in portfolio entries 3 years ago
Simon Roberts 7f2f4c551c Merge doc update, and add 1y_change 3 years ago
Simon Roberts 7467eb4e1d Use TOML markdown 3 years ago
Simon Roberts f66df5abd7 Document table column selection 3 years ago
Simon Roberts 719f0cc3cb Simple documentation for default_chart_range 3 years ago
Miguel Mota f5adceea65
docs: Update colorscheme docs 3 years ago
Miguel Mota 96082d9089
docs: Update flatpak docs 3 years ago
Miguel Mota e7531ca635
Add keybinding to toggle chart fullscreen 3 years ago
Miguel Mota 11e2efc9af
docs: Update config path documentation 3 years ago
Miguel Mota a794be694c
faq: Formatting fix 3 years ago
Alexis Hildebrandt c6e18e8e85 Add FAQ how to change currency and numeric values formatting 3 years ago
Miguel Mota 36bc8a8790
Update social links 3 years ago
Miguel Mota 58c5403c7e
docs: Add assets 3 years ago
Miguel Mota 2fe9991394
docs: Add chart docs 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
Miguel Mota 65626536e3
Add SSH server user config type flag 3 years ago
Miguel Mota d21315314a
docs: Add AppImage install instructions 3 years ago
Miguel Mota 63e3458fcb Update install docs 3 years ago