It's Raining "man"
It's been a while since the last release, and while there haven't been a lot of changes, there are some that'd I'd like to get out there.
We've had some contributions that should see publication.
- @xgdgsc sent in an
htop
-like layout. It's in the layouts directory and can be copied to one of the config directories and referenced; it's also included in the RPM, deb, and Arch builds - @mjshariati98 closed ticket #124 and added
no-X
options, allowing flags that might be enabled by default to be disabled without creating a config. - @vabshere fixed more of my documentation mistakes
As to the title of this release, this version closes #158 and adds a man page. This can be generated with gotop --create-manpage
; it's installed by the Arch, RPM, and DEB packages.
If you haven't noticed by now, #198 is closed, and the release re-introduces DEB & RPM archives, which were lost long ago when I re-built the CI workflow.
To generate man pages, and make anti-flags easier to manage, I've opflag
(a fork of ogier/pflag
) with droundy/goopt
. This should be backwards compatible, but it's possible there may be some differences in how flags work.
Finally, this fixes #200, where color schemes specified in the config file were causing a crash.
EDIT
The RPM and DEB put the man page in the wrong place -- it is going in /usr/share/man8
, when it should be going into /usr/share/man/man8
. I doubt man
will find it.