pfetch 2.11.1

A rewrite of the pfetch system information tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#import "@preview/ansi-render:0.6.1": *

#set page(width: auto, height: auto, margin: .5cm)

#ansi-render(
  read("./tmp"),
  theme: terminal-themes.putty,
  bold-is-bright: true,
  font: "JetBrains Mono",
  inset: 8pt,
  radius: 5pt,
)