An open API service indexing awesome lists of open source software.

https://github.com/lennart1978/sysinfo

My personal small system info CLI app written in C
https://github.com/lennart1978/sysinfo

cli-app languagec linux-app

Last synced: 6 months ago
JSON representation

My personal small system info CLI app written in C

Awesome Lists containing this project

README

          

# 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:

```bash
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