you-dont-need / You-Dont-Need-GUI

Stop relying on GUI; CLI **ROCKS**

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make a cli for 'you-dont-need-gui'

bionicles opened this issue · comments

hey, you could make a CLI for this. literally it could just echo the readme to stdout, so folks could grep it :P

thanks for making it!

Is this a good enough CLI?

curl https://raw.githubusercontent.com/you-dont-need/You-Dont-Need-GUI/master/readme.md

You can add an alias for it as well

alias you-dont-need-gui="curl https://raw.githubusercontent.com/you-dont-need/You-Dont-Need-GUI/master/readme.md"

@bionicles sounds like a good idea. will put this on schedule, at the same time, PR is welcomed too!