Path to this page:
./
sysutils/rsftch,
Lightning fast hardware fetch
Branch: CURRENT,
Version: 0.7.7,
Package name: rsftch-0.7.7,
Maintainer: pinCommand-line tool that displays system information, i.e. operating system,
kernel version, uptime and more.
Rsftch works on GNU/Linux, (most) BSD distributions and Mac OS.
Master sites:
Filesize: 26.742 KB
Version history: (Expand)
- (2024-10-24) Updated to version: rsftch-0.7.7
- (2024-09-14) Updated to version: rsftch-0.7.6
- (2024-08-26) Updated to version: rsftch-0.7.5
- (2024-08-20) Updated to version: rsftch-0.7.3
- (2024-06-19) Updated to version: rsftch-0.6.6
- (2024-06-16) Updated to version: rsftch-0.6.5
CVS history: (Expand)
2024-10-24 09:52:41 by pin | Files touched by this commit (3) | |
Log message:
sysutils/rsfcth: update to 0.7.7
No ChangeLog provided.
|
2024-09-14 15:24:11 by pin | Files touched by this commit (3) | |
Log message:
sysutils/rsftch: update to 0.7.6
Release notes:
- Rewrite count_packs function to not be overly repetitive and use Rusts \
alternative for counting packages for a potential time save
- Change GPU and uptime functions to not return a Result, as this was only a \
thing during debugging and simply was forgotten.
- All functions now return "N/A" when an error occurs, instead of \
some returning an empty string instead.
- Added more WSL compatablity.
- WSL issues now listed in the README.
|
2024-08-20 08:32:56 by pin | Files touched by this commit (3) | |
Log message:
sysutils/rsftch: update to 0.7.3
v0.7.3 NetBSD fixes
Release notes:
- Fixed NetBSD memory readout
- Fixed NetBSD GPU readout
v0.7.2 NetBSD GPU readout fixed
Release notes:
- Moved from lspci to pcictl for GPU readout on NetBSD systems, in turn \
removing pciutils dependency for NetBSD.
- Fixed misspellings in README.md
v0.7.1 Massive rework!
Release notes:
- Rework configuration to allow for ease and to allow a custom amount of info \
sections
- Switched to be using the sensors command and regex for CPU temperature, now \
no longer over reporting
- Memory no longer over reporting
- InfoItems value field now lazy loaded for speed
- Removed alignment space field in InfoItem, now automatic
- General optimizations and code clean up.
- Merged info and color configuration to a single file (config.rs) as logic is \
minimized
- Renamed fns.rs to info.rs
|
2024-06-19 17:08:40 by pin | Files touched by this commit (3) | |
Log message:
sysutils/rsftch: update to 0.6.6
- fixed so that xrandr not being installed makes program crash
|
2024-06-16 07:54:19 by pin | Files touched by this commit (3) | |
Log message:
sysutils/rsftch: update to 0.6.5
- Switched package count to dpkg, instead of apt by @MasterRoby3 in #11
|
2024-06-01 16:13:39 by pin | Files touched by this commit (3) | |
Log message:
sysutils/rsftch: update to 0.6.4
v0.6.4
Switch to colored::Color enum instead of using my own one.
Fix AMD Radeon cards having its gpu readout as "AMD Radeon Radeon"
Fix NetBSD's memory readout being null.
Remove no longer needed helper functions
Code cleanup in functions print_data and print_ascii
v0.6.1
Rewrote memory function to rid of libmacchina dependency.
v0.6.0
Fix some NetBSD related issues with temperatures.
Add new info modules.
v0.5.6
Added version command to help menu.
Make sure arguments don't take in arguments that only start with one -.
Change connector variable declarations structure.
Change res icon to a "photo".
v0.5.5
Code cleanup with json data parsing
Make unknown infos in json default to empty instead of previous distro info
Add --version and -v command
Add ascii tests with --override command without argument
Add thanks section in README.md
Add resolution infos icon
|
2024-05-18 18:21:50 by pin | Files touched by this commit (3) | |
Log message:
sysutils/rsftch: update to 0.5.9
v0.5.9
- fixed gpu temp with netbsd.
v0.5.8
- fixed errors with netbsd.
v0.5.7
- added new configurations options and temperatures for cpu and gpu.
v0.5.6 - Actually update resolution icon, add an unknown distro to the ascii \
tests and other small things
- Added version command to help menu.
- Make sure arguments don't take in arguments that only start with one -.
- Change connector variable declarations structure.
- Change res icon to a "photo".
|
2024-05-10 11:58:23 by pin | Files touched by this commit (3) | |
Log message:
sysutils/rsftch: update to 0.5.5
- Code cleanup with json data parsing
- Make unknown infos in json default to empty instead of previous distro info
- Add --version and -v command
- Add ascii tests with --override command without argument
- Add thanks section in README.md
- Add resolution infos icon
|