nepnep39 / neofetch-win

Simple, ultra-lightweight neofetch clone for Windows 10+ written in C++
MIT License
139 stars 10 forks source link

it would be great to add more parameters and custom features to it #13

Closed PicturePig closed 11 months ago

PicturePig commented 11 months ago

it would be great to add more parameters and custom features to it

like adding support for arguments like --help or /? or help cmd or even a --version

or adding custom ASCII Arts...

                           Thanks for reading
nepnep39 commented 11 months ago

it supports custom ASCII art, just needs to be recompiled I purposefully didn't add any arguments to make it as simple as possible

PicturePig commented 11 months ago

that is what i am talking about, it would be great if we add custom ascii files else it similar to the thing

everything is open source if you can read assembly

though neofetch-win is FOSS and great but if we could add ascii art in another file that would be better... or having at least different headers for arts when recompiling :)

still it is amazing, thanks for reading

nepnep39 commented 11 months ago

take a look at art.h, I wrote it in a way so that you can easily customize it

PicturePig commented 11 months ago

oh ok, but can you still add that parameter feature? if it still counts as a low weight neofetch alternative for windows?

btw you can use "type" command in windows to display content of a file in console like "cat" in bash

nepnep39 commented 11 months ago

im not going to implement that because it goes against my vision for it being as simple as possible but you can fork it and give it a go

PicturePig commented 11 months ago

oh okay, still great :) thats why i asked "if it still counts as a low weight(/simple) neofetch alternative for windows?" still that is great thanks for telling me