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

544 Commits

Author SHA1 Message Date
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
Miguel Mota
c16fc03120 Log error and exit with code if invalid command. Closes #60 2020-08-19 20:53:41 -07:00
Miguel Mota
19b3fc6193 Update rpm spec 2020-08-14 10:36:18 -07:00
Miguel Mota
98ebd335b0 Update CHANGELOG 2020-08-14 10:13:55 -07:00
Miguel Mota
85ccd89d06 Fix int to string vet error 2020-08-14 03:25:34 -07:00
Miguel Mota
cf8f5a8121 Update .travis.yml 2020-08-14 03:13:56 -07:00
Miguel Mota
77fce2bfa6 Update copr spec 2020-08-14 00:27:50 -07:00
Miguel Mota
f4417e558f Update CHANGELOG 2020-08-14 00:25:44 -07:00
Miguel Mota
d9e1b882e2 Merge branch 'biehlerj-master' 2020-08-13 14:28:47 -07:00
Miguel Mota
97a2f5280d Use os.UserConfigDir() for preferred config directory 2020-08-13 14:18:20 -07:00
Miguel Mota
32b0d06448 Merge branch 'master' of https://github.com/biehlerj/cointop into biehlerj-master 2020-08-13 12:39:07 -07:00
Jacob Biehler
f56d0a61b1 Removing artifacts from tests to check what would happen if HOME and XDG_CONFIG_HOME are undefined 2020-08-11 09:48:49 -07:00