Sean E. Russell
193b40f30e
Closes #84 , cli option to scale out
2020-04-16 09:36:10 -05:00
Sean E. Russell
71ec32f452
Merge tag 'v3.5.1' into v3.6
2020-04-16 08:54:25 -05:00
Sean E. Russell
6eb4d16dfa
Merge branch 'v3.6' of github.com:xxxserxxx/gotop into v3.6
2020-04-16 08:47:30 -05:00
Sean E. Russell
6cc74d5f5f
Switch away from Go Plugin API for the time being.
2020-04-16 08:46:57 -05:00
Sean E. Russell
6cef30ba51
Update changelog for release
2020-04-16 08:46:57 -05:00
Sean E. Russell
bbf84b62a7
Include the log file path in the help text.
2020-04-16 08:46:57 -05:00
xxxserxxx
84ec9e4e7a
Merge pull request #81 from markuspeloquin/master
...
Fix crash when loading a custom colorscheme
2020-04-16 08:38:38 -05:00
xxxserxxx
30ddd1bc33
Merge pull request #88 from tormath1/mt-gentoo-install
...
doc: add doc on gentoo installation
2020-04-16 08:27:16 -05:00
Sean E. Russell
721a587abc
Switch away from Go Plugin API for the time being.
2020-04-16 08:14:13 -05:00
Mathieu Tortuyaux
4903b76342
doc: add doc on gentoo installation
...
to install `gotop` it is currently required to add `guru` overlay.
https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7556ef0da625367b40d5b0ce7cbd92141a3e5a81
2020-04-13 19:54:13 +02:00
Sean E. Russell
feed054fa5
Forgot to update the version string.
2020-04-09 15:55:18 -05:00
Sean E. Russell
f6e44c63ed
Updated for release.
2020-04-09 14:07:44 -05:00
Sean E. Russell
50fae3999d
Fixes #75 for 3.5.1 release
2020-04-09 14:03:23 -05:00
Sean E. Russell
7a89a5b26c
Update changelog for release
2020-04-09 13:50:51 -05:00
Sean E. Russell
94b793b51f
Include the log file path in the help text.
2020-04-06 11:15:09 -05:00
Sean E. Russell
73a36212ac
Fixes #75
2020-04-06 11:04:08 -05:00
Markus Peloquin
43227744e7
Fix crash when loading a custom colorscheme
...
When using `cs, err := ...` in a nested scope, it masks `cs` and `err`
from any parent scope.
2020-04-01 11:20:45 -07:00
Sean E. Russell
025527730f
Better error reporting.
2020-03-08 08:50:20 -05:00
Sean E. Russell
c24562d671
Adds Go work-around to make gotop exit cleanly with an exit code, like all good POSIX programs **should**.
2020-03-08 08:30:06 -05:00
Sean E. Russell
52f6e2ba7e
Executation path re-arranging left a condition where somethnig was closed that was never opened.
2020-03-08 08:20:57 -05:00
Sean E. Russell
0eea3106e0
Print key bindings function
2020-03-07 12:14:19 -06:00
Sean E. Russell
9ebcff9b78
Add ability to look in system-wide directories for configuration files
2020-03-07 09:03:25 -06:00
Sean E. Russell
9188b14094
Safety: prevent uninitialized variable use
...
Record change
Fixes changelog
2020-03-07 08:35:27 -06:00
Sean E. Russell
d14de8676b
Removes verbose debugging unintentionally left on
2020-03-07 08:10:05 -06:00
Sean E. Russell
6150c5819f
Actually embed kitchensink
2020-03-07 05:01:47 -06:00
Sean E. Russell
744fb730ea
Prerelease gets proper title.
2020-03-06 14:11:37 -06:00
Sean E. Russell
be42ba538c
Fixed invalid workflow
2020-03-06 08:34:06 -06:00
Sean E. Russell
dcc0671d03
Builds were broken; the build action didn't compile the right thing.
2020-03-06 08:30:34 -06:00
Sean E. Russell
f428d851d0
Version bump for release
2020-03-06 07:29:23 -06:00
Sean E. Russell
19d9b687f3
Merge branch 'master' of github.com:xxxserxxx/gotop
2020-03-06 06:15:52 -06:00
xxxserxxx
0fd141d62a
Prevent crashes on Windows from wonky CPU values #70
...
More instructions
2020-03-06 06:13:18 -06:00
xxxserxxx
f7fb4bfb27
Merge pull request #64 from ionlights/patch-1
...
Removing darwin/386/1
2020-03-03 22:45:00 -06:00
xxxserxxx
4d5742c201
Merge pull request #71 from MaxSem/patch-1
...
Fix typo in bug report template
2020-03-03 22:43:41 -06:00
xxxserxxx
164e2b6167
Merge branch 'master' into patch-1
2020-03-03 22:43:28 -06:00
Sean E. Russell
ffbd8828dc
Prevent crashes on Windows from wonky CPU values #70
2020-03-03 14:19:37 -06:00
Sean E. Russell
20a90672d6
default layout matches old behavior, pre-Layout
2020-03-03 14:16:28 -06:00
Sean E. Russell
f4e8677f74
Merge branch 'master' of github.com:xxxserxxx/gotop
2020-03-03 06:37:50 -06:00
Sean E. Russell
4db86f0c2d
Prevent crashes on Windows from wonky CPU values #70
2020-03-03 06:36:42 -06:00
xxxserxxx
120f9f291e
More instructions
2020-03-03 06:15:40 -06:00
Sean E. Russell
9f67cdf773
Change Version so it can be set at compile time. @extensions
2020-03-03 05:47:52 -06:00
MaxSem
8bd1108311
Fix typo in bug report template
2020-03-03 11:21:59 +03:00
Sean E. Russell
8642e94d90
Workflow and documentation improvements.
2020-03-02 13:41:55 -06:00
Sean E. Russell
ce00a54104
Why isn't this showing up, github?
2020-03-02 13:16:45 -06:00
Sean E. Russell
41a7ab324f
resolves #65 Runs tests. Currently, does everything short of initializing the UI, which means it runs the config and plugin code. Currently does not execute any dummy code, such as testing config files etc.
2020-03-02 09:58:03 -06:00
Sean E. Russell
b5e451b225
Automate (mostly) AUR updates
2020-03-02 08:59:36 -06:00
Sean E. Russell
fc3a12cd73
Trigger Homebrew update on release
2020-03-01 09:46:57 -06:00
Sean E. Russell
bfbdfaf2f5
Documentation updates.
...
Fixed badge names
Doc fixes
2020-03-01 06:34:36 -06:00
John Muchovej
df2f94e06d
Merge pull request #1 from ionlights/patch-2
...
Remove darwin/386/1
2020-02-29 20:14:26 -05:00
John Muchovej
17df8b25a9
Remove darwin/386/1
...
Similar rationale as with `build.yml`
2020-02-29 20:13:57 -05:00
John Muchovej
6a267b8d92
Removing darwin/386/1
...
Is there a need to bother building for 386? If memory serves, Apple has even dropped 32-bit support.
Honestly not sure how much time it saves on builds, but figured it's best to trim out what's not really needed. 😅
2020-02-29 20:12:23 -05:00