red-data-tools / YouPlot

A command line tool that draw plots on the terminal.
MIT License
4.04k stars 60 forks source link

Even if the configuration file is present, you may get a message that it is not detected. #39

Open kojix2 opened 1 year ago

kojix2 commented 1 year ago

Command

youplot --config

Error

Configuration file not found.
It should be a YAML file, like this example:
  width : 40
  height : 20
By default, YouPlot will look for the configuration file in these locations:
  .youplot.yml
  .youplotrc
  /home/kojix2/.youplotrc
  /home/kojix2/.youplot.yml
  /home/kojix2/.config/youplot/youplotrc
  /home/kojix2/.config/youplot/youplot.yml
If you have the file elsewhere, you can specify its location with the `MYYOUPLOTRC` environment variable.