lwblackledge / file-watcher

An open file watcher for Atom that will prompt when the file on disk has changed.
MIT License
34 stars 7 forks source link

Ask only once #20

Closed itavero closed 7 years ago

itavero commented 7 years ago

It would be nice if instead of notifying me for each change, I would have the option the ignore all future changes to a file and only view the current state. This is especially useful for log files that are still active.

lwblackledge commented 7 years ago

Ah this is a nice idea. Maybe I can add it to the conflict as 'ignore all future changes' and just dispose. Changes will be ignored until you next open the file.

lwblackledge commented 7 years ago

1.1.0 release should include the Ignore All option now.

itavero commented 7 years ago

Thanks for implementing this so fast, @lwblackledge!