2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-14 18:12:57 +00:00
Commit Graph

705 Commits

Author SHA1 Message Date
Miguel Mota
3c9b482708 Go to portfolio page after exiting entry update menu 2021-01-31 22:30:20 -08:00
Miguel Mota
11d6ec1878 Add mutex lock to cache map. Closes #78 2021-01-31 21:35:28 -08:00
Miguel Mota
0f7c22be6a Merge branch 'maciejaszek-docker' 2021-01-31 20:37:45 -08:00
Miguel Mota
91c01cd2dc Merge branch 'master' into maciejaszek-docker 2021-01-31 20:34:03 -08:00
Miguel Mota
c6744f173d Undo notification sound 2021-01-31 20:16:26 -08:00
Miguel Mota
d73ab15dca Merge branch 'docker' of git://github.com/maciejaszek/cointop into maciejaszek-docker 2021-01-29 23:37:36 -08:00
Miguel Mota
c36f3de781 Add configurable portfolio table columns 2021-01-29 23:22:17 -08:00
Miguel Mota
23fe26297f Update holdings config 2021-01-29 02:13:27 -08:00
Maciej Wereski
0e6ba17163 Dockerfile: split into two stages
This shrinks resulting image size. On my amd64 system it went from
1.01 GB to 25.1 MB.
2021-01-27 17:51:57 +01:00
Maciej Wereski
c90f46ab7e Dockerfile: bump Go to 1.15 2021-01-27 17:10:40 +01:00
Miguel Mota
82eb713652 Add configurable preferred main table columns 2021-01-26 15:24:06 -08:00
Miguel Mota
093084e859 Full width highlight rows 2021-01-19 00:27:13 -08:00
Miguel Mota
3bc93134c9 Add price alerts table 2021-01-17 19:27:09 -08:00
Miguel Mota
cba53fe5d4 Set up price alerts config 2020-12-27 15:43:13 -08:00
Miguel Mota
060286af9c Set up notification package 2020-12-20 22:05:25 -08:00
Miguel Mota
b86ac682c9 Add cache wrapper package 2020-12-20 20:38:49 -08:00
Miguel Mota
6af3378473 Add NixOS install instructions 2020-12-19 18:48:28 -08:00
Miguel Mota
a2f85dc261 Add xbps-install instructions for Void Linux 2020-12-19 16:52:01 -08:00
Miguel Mota
9e0988c9ea Add social links 2020-12-19 06:05:31 -08:00
Miguel Mota
b699f1d6c3 ssh-server: Use hash of public key for config file path 2020-12-16 22:41:46 -08:00
Miguel Mota
8ea39c07d6 Add coin struct JSON tags 2020-12-15 00:11:34 -08:00
Miguel Mota
415b4c1d94 Separate out different tables 2020-12-04 15:40:37 -08:00
Miguel Mota
187f7a0781 Add kde-open5 open command 2020-12-04 03:26:15 -08:00
Miguel Mota
51cb442698 Add table scroll left/right shortcut 2020-11-21 14:41:18 -08:00
Miguel Mota
394d35473d Consolidate UI packages 2020-11-18 20:37:40 -08:00
Miguel Mota
e89c5e65f0 Add script to get homebrew and snapcraft metrics 2020-11-15 18:11:31 -08:00
Miguel Mota
a3c81402e3 Update CHANGELOG 2020-11-15 15:12:36 -08:00
Miguel Mota
0acb49ca53 Travis lint fix 2020-11-15 14:59:53 -08:00
Miguel Mota
0859a6cecc Merge branch 'vuon9-feature/open-link-on-cmd-and-powershell' 2020-11-15 14:13:48 -08:00
Vuong
6485927b89 #66 Ability to open link in cmd and powershell 2020-11-10 21:22:45 +07:00
Miguel Mota
49dc3270ef Merge branch 'vuongggggg-feature/sort-by-percentholdings-on-portfolio' into master 2020-10-15 18:36:37 -07:00
Miguel Mota
b10e9bb2c1 Align percent holdings header 2020-10-15 18:36:12 -07:00
Vuong
3083dee2bd added sort shortcut for [%]holdings on portfolio 2020-10-04 20:27:20 +07:00
Miguel Mota
f32f46e7e2 Merge branch 'vuongggggg-fix/make-windows-builds-again' into master 2020-09-25 15:45:37 -07:00
Miguel Mota
1a4710d8ef Update error message 2020-09-25 15:45:25 -07:00
Vuong
890fbf26f3 Fixed #70 - windows can build again 2020-09-21 22:48:30 +07:00
Miguel Mota
fa9274c44a Add currency conversion option to holdings command 2020-09-05 19:17:49 -07:00
Miguel Mota
2441a89a6f Update cache dir error message 2020-08-30 20:54:11 -07:00
Miguel Mota
87d111694b Normalize cache dir path from config 2020-08-30 20:40:51 -07:00
Miguel Mota
890e1c5704 Store cache dir preference in config file and soft fail if cache dir error 2020-08-30 20:34:19 -07:00
Miguel Mota
f82c113ed6 Prefix version with label 2020-08-25 00:14:24 -07:00
Miguel Mota
34111fc6ea Update Makefile 2020-08-24 23:55:02 -07:00
Miguel Mota
52c4da8c70 Update CHANGELOG 2020-08-24 21:45:06 -07:00
Miguel Mota
26956fcaca Move coins without rank to end of list. Fixes #59 2020-08-24 21:35:49 -07:00
Miguel Mota
996d842946 Dockerfile: Add colorschemes 2020-08-21 22:34:55 -07:00
Miguel Mota
ac84b770b3 Merge branch 'feature/ssh-flags' into master 2020-08-21 22:28:27 -07:00
Miguel Mota
903227fe78 Add colors-dir flag 2020-08-21 22:27:40 -07:00
Miguel Mota
8e9ac85a95 Merge branch 'sboselli-patch-1' into master 2020-08-21 16:19:59 -07:00
Miguel Mota
10c3f8d7f7 wip 2020-08-21 16:19:08 -07:00
Santiago Boselli
9576af6b66
Fix version Regex in Binary install script
Previous regex was including the "v" in the query, causing the release links to 404, since the filenames in the releases do not contain the "v".
2020-08-21 19:16:27 -03:00