Path to this page:
./
sysutils/macchina,
Basic system information fetcher
Branch: CURRENT,
Version: 0.6.9,
Package name: macchina-0.6.9,
Maintainer: pinBasic system information fetcher, with a focus on performance and minimalism.
Macchina lets you view basic system information, like your hostname, kernel
version, uptime, memory usage, and much more.
No one wants a slow fetcher, and Macchina's selling point is providing you with
convenient features while keeping performance a priority and minimalism a goal.
Master sites:
SHA1: 400c46da358b6875eb048ba5e61b46fee15a0ade
RMD160: 25a52b8c5d29447138f851c60ad6020d70023a72
Filesize: 238.21 KB
Version history: (Expand)
- (2021-04-13) Updated to version: macchina-0.6.9
- (2021-04-10) Updated to version: macchina-0.6.8
- (2021-04-09) Updated to version: macchina-0.6.7
- (2021-04-08) Updated to version: macchina-0.6.6
- (2021-04-06) Updated to version: macchina-0.6.5
- (2021-04-06) Updated to version: macchina-0.6.3
CVS history: (Expand)
2021-04-12 22:21:39 by pin | Files touched by this commit (2) |  |
Log message:
sysutils/macchina: update to 0.6.9
-Fixed a bug that caused bars to seem 100% full when using --no-color
-Slight modifications to the wording used in the help text
-No longer generate a random number when picking which ASCII art to display
|
2021-04-10 15:14:19 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/macchina: update to 0.6.8
-Added an option to hide the separator
-Added an option to hide the bar's delimiters
|
2021-04-09 10:59:30 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/macchina: update to 0.6.7
-Reorder the readouts
-libmacchina can now fetch CPU usage, and Macchina can now display it
-Fixed a bug where LocalIP will be marked as failed when username or hostname
fails to fetch
-Updated some of the example images in README files
|
2021-04-07 22:21:36 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/macchina: update to 0.6.6
-Merge OpenWrt support PR by @uttarayan21
Thank you for your contribution!
-libmacchina: Merge OpenWrt support PR by @uttarayan21
|
2021-04-06 20:29:31 by pin | Files touched by this commit (4) |  |
Log message:
sysutils macchina: update to 0.6.5
-Use the latest libmacchina version, v0.1.9
-Use libmacchina crate and not git
version 0.6.4 was never taged on GitHub.
Patch no longer needed.
|
2021-04-06 09:18:56 by pin | Files touched by this commit (4) |  |
Log message:
sysutils/macchine: update to 0.6.3
-Update libmacchina dependency to its latest version, 0.1.7.
Includes patch by Chavdar Ivanov
https://mail-index.netbsd.org/pkgsrc-us … 33477.html
|
2021-03-25 20:43:44 by pin | Files touched by this commit (2) |
Log message:
sysutils/macchina: fix broken builds
|
2021-03-24 15:09:33 by pin | Files touched by this commit (4) |  |
Log message:
sysutils/macchina: update to 0.6.2
v0.6.2
-Fix a bug where --hide behaves the same as --show-only
v0.6.1
-Move macchina-read to its own repository, named libmacchina
-Add a TUI, and provide all the customizations options one might need
-Add ASCII art
-Fix several bugs
-Use jemalloc for improved performance
-Add --doctor, a more verbose and helpful debugger
-Added local IP address entry
-More miscellaneous improvements and changes
v0.6.0
-Rework the theming system
-Rework the long theme
-Declutter Elements and display.rs
-Remove objc runtime and use sysctl to get os version to improve performance on
macOS
-Add documentation for theme.rs
-Add macOS and NetBSD benchmarks to README
-Add more Windows metrics and fix its compilations errors
-Add support for APK (Alpine Linux) package manager
-Fix an issue where a bar's unused glyphs (when using --no-color flag) are not
hidden for some terminals, e.g. Kitty.
-Remove "To be filled by O.E.M." from machine information on certain \
computers
-ripgrep should no longer print any error messages to the terminal on NetBSD
-Use type-safe command line parsing with StructOpt and Clap
-Move dependencies section of README files to the bottom
-Other miscellaneous changes and improvements
|