mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 12:32:32 +00:00
2.6 KiB
2.6 KiB
Fetch 1.1 changelog
- If
w3morimagemagickaren't installed we gracefully fallback to ascii mode. - Automatically find the
w3mimgdisplaypath and fallback to ascii mode if not found. - Fix padding escape codes on BSD systems.
- Swap escape codes from
\eto\033for consistency. - We only move the cursor to the bottom of the terminal in w3m/iterm2 rendering modes.
- Cursor position is now dynamic based on the height of the ascii and info text.
- If images and ascii are off, don't clear the terminal
- The script now exits correctly instead of always exiting with status code
1 - If the script exits for any reason, unhide the cursor.
Config file
- Fetch now has a config file that you can share with people and<br > keep between script versions!
- Added
--configand$config_fileto specify a custom config location. - Added
--config off,--config noneand$configto enable / disable config files<br > at launch or in script.
Makefile
- Fetch now has a make file due to the increasing number of files,<br > this allows the script to be easily installed and uninstalled on<br > systems it isn't packaged for yet!
Info
Kernel:
- Added
kernel_shorthandto print less or more kernel info
Distro:
- Added support for showing Max OS X build version.
- You can toggle it using
--osx_buildversionand$osx_buildversion.
- You can toggle it using
Window Manager:
- Added support for
$XINITRC
Shell:
- Added
--shell_versionand$shell_versionto hide/show your shell's version. - Added
--shell_pathand$shell_pathto hide/show the path to your shell
GTK:
- Fix incorrect GTK3 theme being displayed
CPU:
cpu_shorthand: New substitutions
GPU:
- Linux: Count the number of identical GPUs. eg.
Nvidia Geforce GTX 970 x 2
Memory:
- Mac OS X: Added wired memory to memory usage.
Birthday:
- Added
birthdaywhich prints the age of your OS - Added
--birthday_shorthandand$birthday_shorthandto shorten/lengthen<br > the output of birthday. - Added
--birthday_timeand$birthday_timeto show/hide the time in the output.
Image
- Rename
--shuffledirand$shuffledirtoshuffle_dir. - Added support for ascii art inside of text files.
- If
--imageand--asciiare left empty we fallback to ascii distro mode.
fetch --ascii "path/to/ascii" --ascii_color 2
- Added "screenfetch mode" which will display your distro's ascii art<br> next to the info.<br > See: http://localhost:6419/#how-do-i-enable-screenfetch-mode
- Added
--ascii_distroto choose which distro's ascii logo to display.