Path to this page:
./
sysutils/macchina,
System information frontend with emphasis on performance
Branch: CURRENT,
Version: 6.4.0,
Package name: macchina-6.4.0,
Maintainer: pinmacchina lets you view system information, like your kernel version, uptime,
memory usage, processor load and much more. macchina is basic by default and
extensible by design.
If you're interested in the library macchina uses to fetch system information,
have a look at libmacchina; fetching-related issues should be filed on that
repository.
Master sites:
Filesize: 66.708 KB
Version history: (Expand)
- (2024-11-03) Updated to version: macchina-6.4.0
- (2024-10-29) Updated to version: macchina-6.3.1
- (2024-09-13) Updated to version: macchina-6.2.1
- (2024-09-12) Updated to version: macchina-6.2.0
- (2023-01-22) Updated to version: macchina-6.1.8
- (2022-09-27) Updated to version: macchina-6.1.6
CVS history: (Expand)
2024-11-02 09:37:18 by pin | Files touched by this commit (1) |
Log message:
sysutils/macchina: remove git from build dependencies
Git-submodules should be grabbed during the fetch phase, i.e.
the build shouldn't need git as a dependency.
|
2024-11-01 17:37:35 by pin | Files touched by this commit (1) |
Log message:
sysutils/macchina: git is TOOL_DEPENDS
git is only needed to fetch the git-submodules,
it's not a runtime dependency, fix this.
|
2024-10-29 22:04:20 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 6.3.1
v6.3.1
- Use fixed version for libmacchina
Many thanks to 0323pin for raising the build issue caused by the previous release.
v6.3.0
- Vendor 'ansi-to-tui' and 'color-to-tui' as submodules
- Trigger CI jobs only when source code is changed
- Show the disk path in the disk readout value
|
2024-09-13 20:00:51 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 6.2.1
6.2.1
- Fix ratatui dependency issue causing installations to fail
pin:
- Fix outdated config.toml documentation
|
2024-09-12 06:16:27 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 6.2.0
- Add a new --memory-percentage flag to display used memory in percentage.
Rolv Apneseth:
- Minor fixes to the documentation (#274)
- Display readouts in the configured order (#275)
- Add a new GPU readout (#278)
- Add a new disk space readout (#283)
Adrian Groh:
- Add a workaround for failing Android build (#280)
- Fix lint warnings (#281)
Matthias Baer:
- Migrate from tui-rs to ratatui (#287)
- Improve CI
feefs:
- Implement a dedicated spacing customization option for the palette
Xiangkun Liu:
- Fix some of the palette's color names
Charlie Lin:
- Fix build issues between ratatui and color-to-tui
Thank you to everyone that has contributed to this release, your support
is greatly appreciated.
|
2023-01-22 09:58:24 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 6.1.8
v6.1.8
- Don't panic when unwrapping ReadoutKey::from_str (Fixes: #270)
v6.1.7
- All dependencies have been bumped to their latest version.
|
2022-09-27 13:56:06 by pin | Files touched by this commit (2) | |
Log message:
sysutils/macchina: update to 6.1.6
- libmacchina has been bumped to v6.3.1 which:
Fixes a bug that causes framerate to appear as nil on certain macOS systems
(Author: @123marvin123)
|
2022-09-18 18:24:58 by pin | Files touched by this commit (2) | |
Log message:
sysutils/macchina: update to 6.1.5
- Fixed --version not displaying the version. -- Author: @123marvin123
|