cjbassi / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
GNU Affero General Public License v3.0
7.36k stars 436 forks source link

Configuration File #167

Open jrswab opened 4 years ago

jrswab commented 4 years ago

This should satisfy issue #111.

The config.json file allows the user to define customization without the use of shell arguments. main.go reads the command line arguments first and if the user has entered no arguments then the config file is loaded.