|
1 | 1 | # Fastfetch |
2 | 2 |
|
3 | | -Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying them in a pretty way. It is written in pure c, with performance and customizability in mind. Currently Linux, Android, FreeBSD, MacOS and Windows are supported. |
| 3 | +Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying them in a pretty way. It is written in pure c, with performance and customizability in mind. Currently Linux, Android, FreeBSD, MacOS and Windows 7+ are supported. |
4 | 4 |
|
5 | 5 | <img src="screenshots/example1.png" width="49%" align="left" /> |
6 | 6 | <img src="https://upload.wikimedia.org/wikipedia/commons/2/24/Transparent_Square_Tiles_Texture.png" width="49%" height="16px" align="left" /> |
@@ -61,6 +61,8 @@ The following libraries are used if present at runtime: |
61 | 61 | * [`libvulkan`](https://www.vulkan.org/): Vulkan module. Usually has been provided by GPU drivers. |
62 | 62 | * [`libOpenCL`](https://www.khronos.org/opencl/): OpenCL module |
63 | 63 |
|
| 64 | +Note: On Windows 10-, [ConEmu](https://conemu.github.io/en/AnsiEscapeCodes.html) is required to run fastfetch due to [the lack of ASCII escape code native support](https://en.wikipedia.org/wiki/ANSI_escape_code#DOS,_OS/2,_and_Windows). Also make sure to [use `chcp 65001` to enable UTF-8 support](https://conemu.github.io/en/UnicodeSupport.html#utf-8) if you run Windows locale other than English. |
| 65 | + |
64 | 66 | ### Android |
65 | 67 |
|
66 | 68 | * [`freetype`](https://www.freetype.org/): Used for Termux font detection. |
@@ -101,7 +103,7 @@ KDE Plasma, Gnome, Cinnamon, Mate, XFCE4, LXQt |
101 | 103 |
|
102 | 104 | ##### Terminal fonts |
103 | 105 | ``` |
104 | | -Konsole, Gnome Terminal, Tilix, XFCE4 Terminal, Alacritty, LXTerminal, iTerm2, Apple Terminal, TTY, Windows Terminal, Termux, mintty |
| 106 | +Konsole, Gnome Terminal, Tilix, XFCE4 Terminal, Alacritty, LXTerminal, iTerm2, Apple Terminal, TTY, Windows Terminal, Termux, mintty, ConEmu |
105 | 107 | ``` |
106 | 108 |
|
107 | 109 | ## Building |
|
0 commit comments