Commit Graph

74 Commits (0a5ba717d816259ea6e3207df7d2897d207568a1)

Author SHA1 Message Date
Simon Roberts acd8af949d
Add configuration for enable_mouse 3 years ago
Simon Roberts 57ca7d8dba
Make default shortcuts editable (#234)
* Add missing actions
* Make default shortcuts editable
3 years ago
Simon Roberts da06d5ef14
Remove fallback to coin.Symbol when loading portfolio. Remove deprecated favoritesBySymbol. (#219)
* Remove fallback to coin.Symbol when loading portfolio (use coin.Name)
* Remove deprecated favoritesBySymbol
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
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
Simon Roberts 9824c409ad
Feature/code cleanups (#191)
Lots of style/comment/redundancy cleanups. No functional change.
3 years ago
Miguel Mota f375eec1eb
Rename org miguelmota → cointop-sh 3 years ago
Simon Roberts 0bacbe5b9d
Make favorite character configurable (#190)
* Make favorite character configurable
3 years ago
Simon Roberts 95a31d5488
Save chart height after change. 3 years ago
Simon Roberts a85fb5ea50
Move maxChartWidth to [chart] section in config. Start working on persistent chart height 3 years ago
Simon Roberts f0631cf2de
The world is not ready for configurable MaxTableWidth 3 years ago
Simon Roberts caccc13ea0
Move maxChartWidth to ct.State 3 years ago
Simon Roberts 9a270d4b19
Allow configurable max_chart_width (default 175, if 0 use full width)
Start working on MaxTableWidth
3 years ago
Simon Roberts a73b9ede17 Convert ct.debuglog() to logrus.Debug() 3 years ago
Miguel Mota a86077e77e
Update debuglog method names 3 years ago
Miguel Mota ac93b8fbe0
Return error if default chart range is invalid 3 years ago
Simon Roberts 2a9f995286 Store default chart range in configuration file 3 years ago
Miguel Mota 220a396258
Reduce number of save calls. #120 3 years ago
Miguel Mota e0acaf9554
Fix custom config file path. #106 3 years ago
Miguel Mota 0a0530de5a Add option to keep row focus on sort 3 years ago
Miguel Mota 296c67e6fd Allow shortcut keys not in default config 3 years ago
Miguel Mota 7fa0af0fa3 Add 30 day percent change column 3 years ago
Miguel Mota 673d05a928 Add configurable favorites table columns 3 years ago
Miguel Mota 184ebfb497 Dynamic column widths 3 years ago
Miguel Mota 11d6ec1878 Add mutex lock to cache map. Closes #78 3 years ago
Miguel Mota c6744f173d Undo notification sound 3 years ago
Miguel Mota c36f3de781 Add configurable portfolio table columns 3 years ago
Miguel Mota 23fe26297f Update holdings config 3 years ago
Miguel Mota 82eb713652 Add configurable preferred main table columns 3 years ago
Miguel Mota 3bc93134c9 Add price alerts table 3 years ago
Miguel Mota cba53fe5d4 Set up price alerts config 3 years ago
Miguel Mota b86ac682c9 Add cache wrapper package 3 years ago
Miguel Mota 415b4c1d94 Separate out different tables 3 years ago
Miguel Mota 394d35473d Consolidate UI packages 4 years ago
Miguel Mota 87d111694b Normalize cache dir path from config 4 years ago
Miguel Mota 890e1c5704 Store cache dir preference in config file and soft fail if cache dir error 4 years ago
Miguel Mota 903227fe78 Add colors-dir flag 4 years ago
Miguel Mota 97a2f5280d Use os.UserConfigDir() for preferred config directory 4 years ago
Miguel Mota 3ee33586e5 Implement api interface for selective coin data 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 52be62a2c1 Add comments 4 years ago
Miguel Mota 1c6722bab1 Update default config filepath 4 years ago
Miguel Mota 124812ff46 Remove fatal logs 4 years ago
Miguel Mota 5f073fecf9
Navigation bug fixes. Fixes #41 5 years ago
Miguel Mota 24e692c65a
Windows path fix 5 years ago
Miguel Mota a29e06b9b1
Use mkdirAll for creating config 5 years ago
Miguel Mota 592d061ee8
Create view structures 5 years ago
Miguel Mota 4ef4f7aa54
Clean up 5 years ago
Miguel Mota 26871444c3
Change toml config defaultView to default_view 5 years ago