anirudhajith / process-wallpaper

Shell and python scripts for setting your desktop wallpaper to a ~live word cloud of your most resource-hungry processes
GNU General Public License v3.0
544 stars 52 forks source link

Use click for command line options. #21

Open dsluo opened 5 years ago

dsluo commented 5 years ago

A quick implementation of using click to allow users to specify options using command line arguments. Not completely sure if click is the best option. Might simply want to use argparse for better flexibility.

dsluo commented 5 years ago

Actually I'm gonna change a few things about how the arguments are handled. I'll reopen this once that is done.

dsluo commented 5 years ago

On second thought, I'm going to make a separate issue for what i was thinking.