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

507 Commits

Author SHA1 Message Date
Miguel Mota
8e9ac85a95 Merge branch 'sboselli-patch-1' into master 2020-08-21 16:19:59 -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
Miguel Mota
261f893c61 Add command to read bitcoin dominance percentage 2020-08-10 23:12:56 -07:00
Miguel Mota
8d3d026b50 go mod vendor 2020-08-10 22:39:58 -07:00
Miguel Mota
d8f88d8cf3 Add filter flags to holdings command 2020-08-10 22:39:14 -07:00
Miguel Mota
fd87bb6dda Add output format options for holdings command 2020-08-10 22:23:50 -07:00
Miguel Mota
832284dc26 Add sort options for holdings command 2020-08-10 20:34:15 -07:00
Jacob Biehler
b7ede5a57b Remove runtime package and OS checks in favor UserConfigDir and UserHomeDir which are platform agnostic and add more robust tests 2020-08-10 16:52:49 -07:00
Jacob Biehler
b47b447748 Add boolean to UserPrefferedHomeDir to help correctly build configuration file placement and account for users with XDG_CONFIG_HOME defined 2020-08-10 16:25:49 -07:00
Miguel Mota
a7f1e12c60 go mod vendor 2020-08-10 01:35:29 -07:00
Miguel Mota
3ee33586e5 Implement api interface for selective coin data 2020-08-10 01:34:50 -07:00
Miguel Mota
97facbe48d Add command to print holdings 2020-08-09 18:42:04 -07:00
Miguel Mota
9d15e268c2 Update more info url 2020-08-06 00:22:08 -07:00
Miguel Mota
42ac3f384b Add version and license info to help view 2020-08-06 00:13:49 -07:00
Miguel Mota
4e6a4717ce Add per page flag 2020-08-05 23:31:09 -07:00
Miguel Mota
bea2b1257c Show currency symbols in convert menu 2020-08-05 23:02:49 -07:00
Miguel Mota
d0fb19086f Add additional page navigation shortcuts 2020-08-05 22:31:14 -07:00
Miguel Mota
0fed4d52a0 Print version string with newline 2020-08-05 19:59:28 -07:00
Miguel Mota
71d09da851 Update RPM spec 2020-08-05 13:21:20 -07:00
Miguel Mota
6eff97fa48 Update CHANGELOG 2020-08-05 09:26:25 -07:00
Miguel Mota
6f40702825 Update Dockerfile 2020-08-05 09:13:18 -07:00
Miguel Mota
b761ac0d55 Update snapcraft.yml 2020-08-05 00:03:43 -07:00
Miguel Mota
523c43025a Read version from runtime build info if available 2020-08-04 22:42:17 -07:00
Miguel Mota
1cd4c3c295 Add install script to download from binary release 2020-08-04 01:03:41 -07:00
Miguel Mota
c0add909bd Update CHANGELOG 2020-08-04 00:13:30 -07:00
Miguel Mota
d9ea155004 Add no-cache option 2020-08-04 00:08:07 -07:00
Miguel Mota
71a26baae9 Add cointop twitter link 2020-08-03 15:16:09 -07:00
Miguel Mota
34adf8a7fa Exclude windows build in server 2020-08-02 20:04:00 -07:00
Miguel Mota
5fdac27ba5 Update README 2020-08-02 20:00:33 -07:00
Miguel Mota
acb970b9d4 Update CHANGELOG 2020-08-02 19:55:21 -07:00
Miguel Mota
3fc19adefa Add host key flag to SSH server 2020-08-02 19:52:24 -07:00
Miguel Mota
2fca6eefb0 Fix config path not set 2020-08-01 01:06:30 -07:00
Miguel Mota
1ee3814f73 Add cache directory option 2020-08-01 00:42:09 -07:00
Miguel Mota
ca9260172f Add silent option for SSH server executable 2020-07-27 00:29:21 -07:00
Miguel Mota
52be62a2c1 Add comments 2020-07-27 00:26:20 -07:00
Miguel Mota
2d54de72c7 Add option flag to silence log output 2020-07-26 22:51:25 -07:00
Miguel Mota
e33854bd9f Reset cache on SSH server connection 2020-07-26 14:36:32 -07:00
Miguel Mota
4f27d056a2 Update README 2020-07-26 14:14:37 -07:00
Miguel Mota
6ba8477a94 Add SSH server 2020-07-26 13:40:59 -07:00