fastfetch
fastfetch copied to clipboard
Like neofetch, but much faster because written mostly in C.
2024-05-04 00:29:26.160 fastfetch[32562:3328224] WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist. Related to: https://github.com/opencv/opencv-python/issues/916 https://developer.apple.com/documentation/avfoundation/avcapturedevicetypeexternalunknown 
This commit https://github.com/fastfetch-cli/fastfetch/commit/71cba2451a13fdb56bbbdca943a3fb8fd194d901 disables image logos if fastfetch is running inside a tmux session, however it seems unnecessary, for me sixel logos work perfectly fine inside tmux (see screenshot). ...
# General description of bug: * What happened: fastfetch -v conflicting with apt installed version information * What should happen: fastfetch version information should consistently report correct version across fastfetch,...
# General description of bug: * What happened: `fastfetch --logo .\Pictures\image.png --logo-type iterm` puts fastfetch text over image * What should happen: `fastfetch --logo .\Pictures\image.png --logo-type iterm` should puts fastfetch...
## Wanted features: The ability to set a secondary key in every module list. ```jsonc { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "padding": { "top": 2 } }, "display": { "separator": "...
# General description of bug: * What happened: Running `fastfetch --logo ~/mylogo.png --logo-width 38` yields with different results when running it in bash vs. zsh (check the screenshot below) *...

Fix #868.
### Summary While fuzzing `fastfetch` (4175dfdc3a9990060c9d7681da86702d2639b3ad) it was found that the application suffers from out-of-bound due to lack of input validation, allowing application to crash via a crafted configuration files...