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

issues with saving output to file #108

Closed Joshix-1 closed 3 years ago

Joshix-1 commented 3 years ago

2021-07-21_13-42 When I try saving the output of uwufetch to a file some information is missing.

2021-07-21_13-45 Another problem is that the ascii art is above the information it would be great to have it on the left like it gets displayed.

uwufetch-version: 1.4-1 (AUR) Terminal: Alacritty

Another thing: for some reason uwufetch sometimes prints the text starting on the line of the command. that's why I added the "echo" thing

dqnk commented 3 years ago

the missing rows seem to appear because of the function void truncate_name(char *name)

dqnk commented 3 years ago

Another problem is that the ascii art is above the information it would be great to have it on the left like it gets display

I don't think that should be considered an issue, it only happens because of formatting. in the end when you use cat, the information is displayed correctly.

dqnk commented 3 years ago

Another thing: for some reason uwufetch sometimes prints the text starting on the line of the command.

This has never happened to me (kitty terminal + fish shell). Could you post a screenshot perhaps?