Skip to content

My personal small system info CLI app written in C

Notifications You must be signed in to change notification settings

Lennart1978/sysinfo

Repository files navigation

sysinfo

My personal small system info CLI app written in C.

Included tools / gimmicks in this build: 'sysinfo', 'picinfo', 'ascii2c' and 'shuffle-ascii'.

See the videos below.

Build with meson:

mkdir builddir && meson setup builddir --buildtype=release && meson compile -C builddir

screenshot

The 'picinfo' tool:

picinfo-screenshot

The 'shuffle-ascii' gimmick:

Gif-is-loading...

How to get an ASCII image into the compiled binary file:

  1. Convert the picture with a tool like "jp2a" or "artem" to ASCII
  2. You can use my small helper tool "ascii2c" to convert ASCII to a .c file
  3. Include your .c file in your main program
  4. Use "printf(ansi_pic);" in your code to display the colored image in the terminal

Have fun !

Lennart

About

My personal small system info CLI app written in C

Topics

Resources

Stars

Watchers

Forks