ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
747 stars 48 forks source link

Move all ascii arts to own file #114

Closed Joshix-1 closed 3 years ago

Joshix-1 commented 3 years ago
  1. This would allow easier modification
  2. Make it easier to specify path to own images
Guaxinim5573 commented 3 years ago

I agree.

Just like images, we could store each ascii art in a file in res/. Maybe we could store them in simple text files, read and then write them to stdout. Should be an easy implementation. The only problem is working with colors, we could:

EDIT: Ansi escape codes (Like \033[1E) are also a problem.

Joshix-1 commented 3 years ago

with place_holders it would be easier to read. All the %s are really confusing.