raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
4.05k stars 133 forks source link

Feature request: cli option to specify an alternate config.toml file #805

Open Nylme opened 2 days ago

Nylme commented 2 days ago

There currently isn't any command line option for an alternate config file/directory path.

There also is the option to write the config to a location (--write-config), so copying that. Something like $ rio -h:

--config <PATH>            Reads the config file at a given path

Currently my only use for it would be for testing other features, so I don't have to change the config I'm currently using. But it seems like a pretty common option for cli programs to have.

And am happy to work on it, if it's wanted