Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Adds an option to disable the temperature widget for, e.g., VPSes #186

Open
wants to merge 441 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
441 commits
Select commit Hold shift + click to select a range
444d262
More translation work. Incomplete.
xxxserxxx May 5, 2020
91284ad
Fixes #115; makes instructions more brief.
xxxserxxx May 5, 2020
292c4c1
Homebrew update
xxxserxxx May 5, 2020
b0e1e9a
FIXMEs
xxxserxxx May 7, 2020
c05b347
Merge branch 'master' into v4.0
xxxserxxx May 8, 2020
310a6d0
Replaces the Prometheus client with VictoriaMetrics/metrics
xxxserxxx May 12, 2020
6758535
Merge branch 'freebsd-aarch64' of https://github.com/MikaelUrankar/go…
xxxserxxx May 13, 2020
f5fc8b1
Missed a no-longer-used attribute
xxxserxxx May 13, 2020
2401d63
gopsutil 2.20 doesn't compile on FreeBSD; rolling back.
xxxserxxx May 13, 2020
0406a68
Revert "gopsutil 2.20 doesn't compile on FreeBSD; rolling back."
xxxserxxx May 13, 2020
28df77f
Have the build workflow ignore commits containing only doc changes.
xxxserxxx May 13, 2020
9e4750f
Adds a current-release badge to the README
xxxserxxx May 13, 2020
63c6987
Fixes the release version badge.
xxxserxxx May 13, 2020
7619209
Getting the text width right is difficult with github in the way.
xxxserxxx May 13, 2020
b47acdc
Release badge width
xxxserxxx May 13, 2020
b8f3683
Release SVG a bit taller, and add the size test bisect script.
xxxserxxx May 18, 2020
6807f54
Closes #36 -- switch to MIT license.
xxxserxxx May 19, 2020
d1d8ac2
Cleans up and removes the smc.c code, which was forcing a license dep…
xxxserxxx May 19, 2020
76236a0
Documentation clean-up.
xxxserxxx May 24, 2020
06ee1ad
Merges #125 from @wcdawn, with some minor modifications.
xxxserxxx May 24, 2020
0810af1
Merge branch 'MikaelUrankar-freebsd-aarch64'
xxxserxxx May 24, 2020
9fd6764
Update changelog.
xxxserxxx May 24, 2020
d7773a8
Merge branch 'master' into v4.0
xxxserxxx May 24, 2020
d1cabfd
Fixes #95 Update termui and pin termbox-go to newer version. This com…
xxxserxxx May 28, 2020
0a7c4d8
Always use Dup2 on FreeBSD. Clears up the FreeBSD dup2 patch issues; …
xxxserxxx May 28, 2020
66bc191
Fixes #95. When termui updates to the termbox-go with the FreeBSD fix…
xxxserxxx May 28, 2020
0900e98
Update CHANGELOG
xxxserxxx May 28, 2020
8a42612
Use dup2 on FreeBSD aarch64
MikaelUrankar Apr 29, 2020
a1bd0cc
Fixes #95. When termui updates to the termbox-go with the FreeBSD fix…
xxxserxxx May 28, 2020
11e412c
Fixes #97
xxxserxxx May 30, 2020
7b09b90
Closes #111, which was a bogus issue.
xxxserxxx May 30, 2020
dcfa280
Work-around for https://github.com/shirou/gopsutil/issues/853, FreeBS…
xxxserxxx May 30, 2020
30f59c4
Fixes #97
xxxserxxx May 30, 2020
14a49e8
Changelog
xxxserxxx May 30, 2020
5840773
Actually commit the version change.
xxxserxxx May 31, 2020
e72e7be
Bring 3.5.3 change log forward; pin golang.org/x/sys version
xxxserxxx May 30, 2020
299b439
Merge tag 'v3.5.3'
xxxserxxx May 31, 2020
e8727c7
Merge branch 'master' into v4.0
xxxserxxx May 31, 2020
5123568
Only report battery sensor errors once; closes #117
xxxserxxx May 31, 2020
44b5d2d
Fixes #128 for LineGraph; there's probably another leak in Sparkline
xxxserxxx May 31, 2020
a1d276a
Update instructions and current release badge.
xxxserxxx Jun 1, 2020
b24cd05
Fixing github's inconsistent reference handling.
xxxserxxx Jun 1, 2020
dcec8a5
Doc changes
xxxserxxx Jun 1, 2020
d6be10b
Closes #100, breaks up the README
xxxserxxx Jun 2, 2020
5274d20
Prep for v4.0.0 release
xxxserxxx Jun 2, 2020
dbaab87
Add peers section to README
xxxserxxx Jun 3, 2020
b13fd28
Spelling.
xxxserxxx Jun 3, 2020
b20f477
linting & documentation
xxxserxxx Jun 7, 2020
5590679
Trying to get the workflow working.
xxxserxxx Jun 7, 2020
1181b94
Closes #131, SMC GPL issue on OSX; consequently removes need to CGO i…
xxxserxxx Jun 9, 2020
e2879e9
Updated the changelog and readme for v4.0.1
xxxserxxx Jun 9, 2020
0b463d4
Fixme comment
xxxserxxx Jun 12, 2020
cc76bda
Add a translation file of Mandarin Chinese
Tigerfyj Jun 14, 2020
e59e918
Merge pull request #136 from Tigerfyj/patch-1
xxxserxxx Jun 16, 2020
b29c2b1
Merge branch 'master' into i18n
xxxserxxx Jun 18, 2020
f599454
Merge branch 'master' into i18n
xxxserxxx Jun 18, 2020
b6b7541
Expand translations
xxxserxxx Jun 19, 2020
de187a8
Added a dummy temperature widget label for testing
xxxserxxx Jun 19, 2020
aa828c5
Translation files are now bundled.
xxxserxxx Jun 19, 2020
342efdd
Update the translation of Mandarin Chinese
Tigerfyj Jun 20, 2020
7c51eca
Merge pull request #1 from Tigerfyj/translation-zh-CN
Tigerfyj Jun 20, 2020
90c273c
Correct the wording of 'scale'.
Tigerfyj Jun 20, 2020
ddeadfb
Merge pull request #137 from Tigerfyj/i18n
xxxserxxx Jun 20, 2020
c0a0612
Merge branch 'i18n' of github.com:xxxserxxx/gotop into i18n
xxxserxxx Jun 20, 2020
9a56571
Fixes the help text issue. Moved some hard-coded strings to the trans…
xxxserxxx Jun 20, 2020
23364aa
More strings moved to translations
xxxserxxx Jun 20, 2020
fd91f5b
Add 3 translation line of the [help] section.
Jun 21, 2020
b49c7c9
Revert to English if jibber_jabber can't detect the language; revert …
xxxserxxx Jun 21, 2020
81424fb
Fix windows compile errors.
xxxserxxx Jun 21, 2020
cc42059
Add more translation.
Tigerfyj Jun 22, 2020
79867c0
Merge remote-tracking branch 'upstream/i18n' into i18n
Tigerfyj Jun 22, 2020
8ef3011
Translate the 'list'
Tigerfyj Jun 22, 2020
ccf7a68
Fix build errors on FreeBSD
xxxserxxx Jun 22, 2020
a7dee09
Merge pull request #138 from Tigerfyj/i18n
xxxserxxx Jun 22, 2020
050b62a
Fixes #134, caused by a divide by zero error on systems with no batte…
xxxserxxx Jun 23, 2020
9b176e6
Work-around for bug shirou/gopsutil#849, addressing #135
xxxserxxx Jun 26, 2020
fc7e19d
Closes #140 -- include instructions in the README for properly settin…
xxxserxxx Jul 1, 2020
b767f7f
Cleaned up previous commit.
xxxserxxx Jul 1, 2020
19884d1
Correct the translation of 'gauge'.
Tigerfyj Jul 9, 2020
4a76628
Align CPU values in CPU widget
aofei Jul 21, 2020
2c81106
Adds Esperanto (incomplete)
xxxserxxx Jul 24, 2020
afa80c7
Merge pull request #141 from Tigerfyj/i18n
xxxserxxx Jul 24, 2020
8843a3b
Merge branch 'i18n' of github.com:xxxserxxx/gotop into i18n
xxxserxxx Jul 24, 2020
f9f330a
Merge pull request #142 from aofei/master
xxxserxxx Jul 24, 2020
c25e58e
Closes #32. Average is really average, over time. Boldify the AVRG la…
xxxserxxx Jul 25, 2020
fa9357d
Closes #32. Average is really average, over time. Boldify the AVRG la…
xxxserxxx Jul 25, 2020
df2da8a
Closes #147.
xxxserxxx Aug 24, 2020
edf0c2a
Fixes bad label keys in disk widget; finishes Esperanto translation.
xxxserxxx Aug 25, 2020
72cde05
Merge branch 'v4.0.2' into master
xxxserxxx Aug 25, 2020
e8d05fa
Update main.go
alicektx Sep 9, 2020
209e90b
[docs] Fix links in docs
antiops Nov 19, 2020
e6447d6
Only render mem info when its total > 0
aofei Nov 22, 2020
ad8adfd
Merge pull request #154 from aofei/master
xxxserxxx Nov 23, 2020
5ea991e
Merge pull request #153 from antiops/docs-update
xxxserxxx Nov 23, 2020
a8a238a
Merge pull request #149 from alicektx/master
xxxserxxx Nov 23, 2020
daf5916
Resolves merge conflicts
xxxserxxx Nov 23, 2020
c5a8d0f
Merge branch 'master' of github.com:xxxserxxx/gotop
xxxserxxx Nov 23, 2020
3d00d34
Fixes #130. Any warning or error from gopsutil was preventing any tem…
xxxserxxx Nov 30, 2020
96b0360
fix: small errors
0xflotus Jan 4, 2021
21fc865
Merge pull request #155 from 0xflotus/patch-1
xxxserxxx Jan 4, 2021
6256f77
Completes DE translations #120
xxxserxxx Jan 25, 2021
93cf2bd
Merge branch 'master' of github.com:xxxserxxx/gotop
xxxserxxx Jan 25, 2021
b7cfe9f
Prep for v4.1.0
xxxserxxx Jan 25, 2021
9e33fa1
Updates the translations.
xxxserxxx Jan 25, 2021
4523169
Translations didn't work outside of the project directory.
xxxserxxx Jan 25, 2021
1213fe8
Patch to try to resolve homebrew workflow failure.
xxxserxxx Jan 25, 2021
4cea91b
Trigger extensions build before external distributions in case those …
xxxserxxx Jan 26, 2021
2f0eca1
Fixes #161, CPU names are sorted strictly as strings rather than lexo…
xxxserxxx Jan 26, 2021
18c07d8
Fixes #157, add list of translations to help text.
xxxserxxx Jan 26, 2021
f56cc64
Bumped gopsutils to v3.20.12, and battery to v0.10.0.
xxxserxxx Jan 26, 2021
273f572
The statusbar got lost somewhere along the way. A noisy (debug) log m…
xxxserxxx Jan 26, 2021
67831ac
Errors on any battery stopped display of all battery information
xxxserxxx Jan 26, 2021
c8f7091
Update changelog for next release.
xxxserxxx Jan 26, 2021
af20668
strings.TrimSuffix() is some 7x faster than a call to Index() plus a …
xxxserxxx Jan 26, 2021
1225781
Fixes #6, no temperatures shown on Raspberry Pi.
xxxserxxx Jan 27, 2021
bda3aad
Add badges to README from shields.io
xxxserxxx Jan 27, 2021
7b19606
Replace jdkeke142 lingo with fork; using replace in go.mod breaks go …
xxxserxxx Feb 3, 2021
e5bf985
Go 1.16: embed and io/fs
xxxserxxx Feb 3, 2021
024c01c
Fixes #159, adds references to extensions projects
xxxserxxx Feb 3, 2021
0373b9b
Fixes #152, missing thermal device on FreeBSD reported as error, when…
xxxserxxx Feb 3, 2021
96081b7
Updated changelog for release
xxxserxxx Feb 3, 2021
5a06337
Merge branch 'master' into go1.16
xxxserxxx Feb 3, 2021
b757e79
Fixes #164, findlayout error message was wrong
xxxserxxx Feb 10, 2021
04ae99a
add French translation
bbjubjub2494 Feb 8, 2021
ea21dca
go generate
bbjubjub2494 Feb 10, 2021
150680c
Merge branch 'master' into i18n/fr
xxxserxxx Feb 11, 2021
aad28e9
Merge pull request #165 from lourkeur/i18n/fr
xxxserxxx Feb 11, 2021
a59ad35
Fixes #166, duplicate key in de_DE
xxxserxxx Feb 15, 2021
5e0f048
Fix candidate for #167
xxxserxxx Feb 16, 2021
94d5c2e
Don't fail on extension startup
xxxserxxx Mar 2, 2021
a44ced4
Bring extensions under the umbrella.
xxxserxxx Mar 2, 2021
efcb0e9
Gets the NVidia extension options working, including marshalling.
xxxserxxx Mar 4, 2021
aeaa1d3
Create ru_RU.toml
Mar 5, 2021
5444873
Update ru_RU.toml
Mar 5, 2021
d02a2aa
Update ru_RU.toml
Mar 5, 2021
8566548
Update ru_RU.toml
Mar 5, 2021
1a5d931
Update ru_RU.toml
Mar 5, 2021
ff2e7e2
Fixes cross-platform building (`func update` shadowing), removes goto…
xxxserxxx Mar 5, 2021
15881c7
Merge pull request #173 from talentlessguy/patch-1
xxxserxxx Mar 21, 2021
78d24ca
revise and standardise German (de_DE) translation
plgruener Mar 29, 2021
3d3b7be
Merge pull request #176 from plgruener/german_translation
xxxserxxx Mar 30, 2021
1e59a0a
logging: Use dup(2) syscall on darwin
nickcorin Apr 12, 2021
1eadcd0
Fixes the `go get` path in the README
xxxserxxx May 3, 2021
18f6d87
Merge branch 'master' of github.com:xxxserxxx/gotop
xxxserxxx May 3, 2021
e3cd3eb
Include the contributed Russian translation, and pick up the German i…
xxxserxxx May 3, 2021
162ed50
Merge branch 'go1.16'
xxxserxxx May 3, 2021
b0de237
Fix typo in layouts documentation
joinemm May 5, 2021
e9b197a
Merge pull request #181 from joinemm/patch-1
xxxserxxx May 6, 2021
ff812da
Fix translation of "free"
JonathanReeve Jun 13, 2021
ba3e9e6
Created Spanish translation
donPatino Jul 6, 2021
34c5dca
Merge pull request #188 from donPatino/patch-1
xxxserxxx Jul 13, 2021
994e8bc
Merge pull request #184 from JonathanReeve/patch-1
xxxserxxx Jul 13, 2021
7954eb4
Removes go:generate directives
xxxserxxx Jul 17, 2021
a1dc3a0
Remote extension was ignoring config file values.
xxxserxxx Jul 17, 2021
f250415
Merge branch 'master' of github.com:xxxserxxx/gotop; fixes unreported…
xxxserxxx Jul 17, 2021
3507351
Adds github link to help; tidys up spacing in help text.
xxxserxxx Jul 17, 2021
bda9b39
Mostly TODOs, but adds command to build Darwin/ARM
xxxserxxx Jul 20, 2021
8d0c828
Merge remote-tracking branch 'darwinArm/darwin-arm64-dup2'
xxxserxxx Jul 20, 2021
e21e972
Fixes #189 (thanks @donPatino)
xxxserxxx Jul 20, 2021
6809c82
Documentation prep for release; remote monitoring docs cleanup.
xxxserxxx Jul 20, 2021
170743d
Builder from "master" didn't work for some reason, so hard-coding the…
xxxserxxx Jul 20, 2021
ac9e7e9
CI updates for cross-compile action changes
xxxserxxx Jul 20, 2021
bbed8ce
prerelease.yml needs to duplicate build.yml
xxxserxxx Jul 20, 2021
257706b
New install instructions for Go 1.16 were missing a part.
xxxserxxx Jul 27, 2021
dee46ba
docs: fix Readme typo
vabshere Aug 14, 2021
a32a1c0
Merge pull request #195 from vabshere/vabshere-readme-typo
xxxserxxx Aug 16, 2021
bfea0cd
Update releasing doc for changes over the past months.
xxxserxxx Sep 7, 2021
9c3b4fd
Create htop
xgdgsc Jan 28, 2022
a3560cc
Update htop
xgdgsc Jan 28, 2022
c691514
Fix #124
Feb 4, 2022
32ad753
Merge pull request #202 from xgdgsc/patch-1
xxxserxxx Feb 4, 2022
1163301
Merge branch 'fix-124' of github.com:mjshariati98/gotop
xxxserxxx Feb 4, 2022
008d523
Add Persian/Farsi support to gotop for issue #120
Feb 4, 2022
1a16363
Adds translations for fix-124; ru_RU and zh_CN are still pending.
xxxserxxx Feb 4, 2022
7dfd040
Use a newer version of golang-build action, because old illuspas/xcgo…
xxxserxxx Feb 4, 2022
1e8f89f
Update the translation of zh-CN for fix-124
Tigerfyj Feb 6, 2022
b89013b
Fixes #198, adding back in deb and rpm packaging
xxxserxxx Feb 7, 2022
e739840
FreeBSD was failing because the compiler name changed in the image.
xxxserxxx Feb 8, 2022
62e9bda
YML spacing cleanup, and add missing archive types.
xxxserxxx Feb 8, 2022
0f9c74e
Merge ../gotop-merge
xxxserxxx Feb 8, 2022
e01db2c
Fixes #200, colorscheme in config file causes error.
xxxserxxx Feb 8, 2022
7b8bf41
Another colorscheme lookup fix for when the config specifies no color…
xxxserxxx Feb 8, 2022
66047ad
Fixes #158, adding a man page. This replaces the flags library in the…
xxxserxxx Feb 8, 2022
7d26567
Version bump for bugfix in action; maybe I should use @latest?
xxxserxxx Feb 9, 2022
70d96bd
Temporarily replace David's goopt with my patched version that fixes …
xxxserxxx Feb 10, 2022
f15c3de
Update changelog
xxxserxxx Feb 14, 2022
f21a461
Fixed target directory for man page; removes the homebrew trigger in …
xxxserxxx Feb 14, 2022
db95c9c
The dash-patch was merged upstream by droundy, so this gets rid of th…
xxxserxxx Feb 17, 2022
7096393
Merge branch 'master' into patch-3
Tigerfyj Feb 18, 2022
b08c67b
Merge pull request #205 from Tigerfyj/patch-3
xxxserxxx Feb 18, 2022
6d3595f
feat: add sorting by cmd
Kqzz Feb 20, 2022
987183d
add cmd sorting to help pages
Kqzz Feb 20, 2022
a673015
Fixes #209 (I hope)
xxxserxxx Mar 15, 2022
36cba34
Merge branch 'master' of github.com:xxxserxxx/gotop
xxxserxxx Mar 15, 2022
6daf693
Fixes #207
xxxserxxx Mar 15, 2022
e0165a2
Fixes test on darwin
quantonganh Mar 26, 2022
3f903c7
Fixes #174: different colors for download/upload
quantonganh Mar 26, 2022
4f31421
Merge pull request #213 from quantonganh/174-upload-download-differen…
xxxserxxx Mar 27, 2022
251bee9
git (or github) doesn't know about @latest (like Go does)
xxxserxxx Mar 27, 2022
6ee75d3
Update ru_RU.toml
ignavan39 Apr 25, 2022
d3fc311
Merge pull request #215 from ignavan39/fix/ru_dict
xxxserxxx Apr 25, 2022
7cb35f7
Ignore gopsutil host warnings
aztecrabbit May 13, 2022
b0fd8ac
Merge pull request #219 from aztecrabbit/fix-issue-16
xxxserxxx May 13, 2022
b89c1dd
add disk temperatures via smart.go / ghw
rare-magma Jun 6, 2022
98c69b7
improve and simplify disk type switch
rare-magma Jun 7, 2022
6a97971
use log for error instead of fmt
rare-magma Jun 7, 2022
7f90fef
close smart stream after reading temperature
rare-magma Jun 7, 2022
3704569
use defer to close smart stream
rare-magma Jun 8, 2022
3c148a4
add error handling, simplify attribute value assignment, remove redun…
rare-magma Jun 13, 2022
cd44aab
handle smart errors, use ParseAsTemperature()
rare-magma Jun 15, 2022
c3aeb75
update go.mod
rare-magma Jun 15, 2022
387c463
update go.mod
rare-magma Jun 18, 2022
e96355d
optimize device opening / closing
rare-magma Jun 18, 2022
d7232aa
use single map, improve logic and logging
rare-magma Jun 19, 2022
e702aa2
Added nl.toml
Vistaus Jul 13, 2022
0c7eb6b
Build script version fix, documentation clarification on some recent …
xxxserxxx Jul 15, 2022
8226b52
Add instruction for packagers and cross-compilers.
xxxserxxx Jul 15, 2022
f433901
Bump the version of the cross-compiler builder to pull in fixes for #…
xxxserxxx Jul 15, 2022
cd0cf0f
Fixes #217
xxxserxxx Jul 15, 2022
3518c52
Adjust nvme temperature from Kelvins to Celsius
anatol Jul 15, 2022
9238e81
add page up and page down to for scrolling pages
ctII Jul 22, 2022
ba918ce
Merge pull request #228 from ctII/pageupdownaddition
xxxserxxx Jul 28, 2022
b892b79
Merge pull request #225 from anatol/master
xxxserxxx Jul 28, 2022
3cb6461
Merge pull request #223 from Vistaus/master
xxxserxxx Jul 28, 2022
b0284f6
Add scoop installation method
sitiom Aug 5, 2022
31f071b
Merge pull request #231 from sitiom/patch-1
xxxserxxx Aug 17, 2022
3e3243f
Update gopsutil
viraptor Sep 1, 2022
93fe0ca
smart.go: switch to simpler ReadGenericAttributes() api
anatol Sep 17, 2022
061e2fb
gotop is available in Nixpkgs
rapenne-s Sep 26, 2022
93748db
Merge pull request #237 from rapenne-s/patch-1
xxxserxxx Sep 29, 2022
98afa3c
Merge branch 'master' of github.com:xxxserxxx/gotop
xxxserxxx Sep 29, 2022
9997208
Update the module versions
xxxserxxx Sep 29, 2022
25aa78a
One of the termui tests was failing; this fixes the `numbered.Less()`…
xxxserxxx Sep 29, 2022
8f2739c
Merge branch 'update-gopsutil' of https://github.com/viraptor/gotop
xxxserxxx Sep 29, 2022
7a06ff5
Merge branch 'feat-sort-procs-cmd' of https://github.com/Kqzz/gotop
xxxserxxx Sep 29, 2022
f590a56
Adds translation for sort-by-command change to NL; many docs changes.
xxxserxxx Sep 29, 2022
9a31004
Readme fixes
xxxserxxx Sep 29, 2022
812927b
More docs changes. Churn, baby, churn!
xxxserxxx Sep 29, 2022
139583b
update smart.go
rare-magma Sep 29, 2022
87e0c90
Merge pull request #204 from mjshariati98/add-farsi-lang
xxxserxxx Nov 4, 2022
7a8dcee
Merge pull request #238 from rare-magma/update-smart.go
xxxserxxx Nov 16, 2022
6bdab0e
Better Russian translation
Jan 23, 2023
98771c2
Merge pull request #245 from talentlessguy/patch-1
xxxserxxx Feb 8, 2023
02fb0f0
Revert termbox-go dependency bump
gardockt Feb 16, 2023
6a86e0c
fix readme typo
jakic12 Mar 19, 2023
5bc0756
Merge pull request #248 from jakic12/readme-typo
xxxserxxx Mar 21, 2023
2cf2f94
The man page should be in 1, not 8
xxxserxxx Sep 29, 2022
44d9dcb
Disabling this for now since it always fails and I'm not sure it shou…
xxxserxxx Sep 29, 2022
1292a1f
Revert termbox-go dependency bump
gardockt Feb 16, 2023
3e50a67
Merge pull request #247 from gardockt/revert-termbox-go-bump
xxxserxxx Mar 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 10 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ about: Template to report bugs.
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest build to make sure your issue has not already been fixed. -->

Required information:

- gotop version (`gotop -V`):
- The output of `uname -a`:
- Terminal emulator (e.g. iTerm or gnome terminal):
- Any relevenat hardware info:
- tmux version if using tmux:
##### gotop version:
`gotop -V`, or if built from source, `git rev-parse HEAD`
##### OS/Arch:
Linux: `uname -or`, OSX: `sw_vers`; Windows: `systeminfo | findstr /B /C:"OS Name" /C:"OS Version"`
##### Terminal emulator:
e.g. iTerm, kitty, xterm, PowerShell
##### Any relevant hardware info:
If the issue is clearly related to a specific piece of hardware, e.g., the network
##### tmux version:
`tmux -V`, if using tmux

Also please copy or attach `~/.local/state/gotop/errors.log` if it exists and contains logs:
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
### Is your proposal related to a problem?

<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->

(Write your answer here.)

### Describe the solution you'd like

<!--
Provide a clear and concise description of what you want to happen.
-->

(Describe your proposed solution here.)

### Describe alternatives you've considered

<!--
Let us know about other solutions you've tried or researched.
-->

(Write your answer here.)

### Additional context

<!--
Is there anything else you can add about the proposal?
You might want to link to related issues here, if you haven't already.
-->

(Write your answer here.)
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build Go binaries

on:
push:
paths-ignore:
- 'docs/release.svg'
- 'README.md'
- 'CHANGELOG.md'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: Compile
uses: xxxserxxx/actions/[email protected]
env:
SRCPATH: ./cmd/gotop
with:
args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1
40 changes: 40 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Create pre-release

on:
push:
tags:
- "v*"


jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: Make binaries
uses: xxxserxxx/actions/[email protected]
with:
args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1
env:
COMPRESS_FILES: true
SRCPATH: ./cmd/gotop

- name: Get tag name
shell: bash
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF##*/})"
id: tag_name

- name: Pre-release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ steps.tag_name.outputs.tag }}"
draft: true
title: "${{ steps.tag_name.output.tag }} release candidate"
files: |
.release/*.tgz
.release/*.zip
.release/*.rpm
.release/*.deb
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist/
gotop*
/gotop

# snap packaging specific
/parts/
Expand All @@ -8,3 +8,9 @@ gotop*
/*.snap
/snap/.snapcraft/
/*_source.tar.bz2

build/gotop_*
build.log

tmp/
dist/
Loading