ArnaudRinquin / atom-zentabs

Keep the opened tabs amount below sanity.
MIT License
48 stars 26 forks source link

Option to never close modified repo files. #17

Closed oktayacikalin closed 9 years ago

oktayacikalin commented 9 years ago

What do you think about an option to also exclude modified/added repo files? For me it often comes down to that I definitely don't want my dirty files to be closed until I commit them.

ArnaudRinquin commented 9 years ago

That would be useful. What would be the best way to detect dirty files / tab?

ArnaudRinquin commented 9 years ago

Seems quite easy: GitRepositoryAPI, git-tab-status source

I would add it but I don't have the time at the moment. On the TODO list.

oktayacikalin commented 9 years ago

Thanks @ArnaudRinquin ! :)