fgh icon indicating copy to clipboard operation
fgh copied to clipboard

Predefined ignored repos for clean and update

Open gleich opened this issue 3 years ago • 2 comments

Description

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

  • clean
  • pull
  • update

Config syntax should look like this:

- OWNER:
    - NAME:
      clean: false
      pull: true
      update: true
- OWNER:
  clean: true
  pull: true
  update: true

gleich avatar Dec 21 '20 05:12 gleich

I'll try to take this one

lvndry avatar Jul 09 '21 16:07 lvndry

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

gleich avatar Jul 09 '21 16:07 gleich