NorfairKing / feedback

Declarative feedback loop manager
https://cs-syd.eu/posts/2022-11-14-automate-your-feedback-loops-using-feedback
GNU General Public License v3.0
60 stars 10 forks source link

request to detect newly-created untracked files #32

Open peterbecich opened 3 months ago

peterbecich commented 3 months ago

Does feedback detect newly-created untracked files? If not, can this be implemented somehow, perhaps as a configurable option?

Would

git ls-files --others --ignored --exclude-standard

detect untracked files?

Credit to @mitchellwrosen and @mwotton for this suggestion

Thank you

NorfairKing commented 3 months ago

It doesn't, but I would like this. :+1: