mrjones2014 / ctrlg

A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
30 stars 1 forks source link

[Feature]: Add an option to include other `yml` files from the config file #69

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

For example, putting the following in the config file:

include:
  - ~/.config/ctrlg/other_config.yml
  - ~/.config/ctrlg/other_config_2.yml

would merge the rest of the config with the config specified in the files listed under the include: key.

Use Case

I want to include some directories in my list of globbing patterns that I do not necessarily want committed to my dot files repo.