gleich / fgh

📁 Automate the lifecycle and organization of your cloned GitHub repositories
MIT License
142 stars 17 forks source link

Predefined ignored repos for clean and update #27

Open gleich opened 3 years ago

gleich commented 3 years ago

Description

Allow the user to define in a config file the repos to ignore for the following commands:

Config syntax should look like this:

- OWNER:
    - NAME:
      clean: false
      pull: true
      update: true
- OWNER:
  clean: true
  pull: true
  update: true
lvndry commented 3 years ago

I'll try to take this one

gleich commented 3 years ago

Nice! Lemme know if you need any help @lvndry!