custom-title
custom-title copied to clipboard
Add fileIsModified boolean
This allows to have an indication of the current file having unsaved changes, like in Sublime Text.
Example template:
<%= fileName %><% if (fileIsModified) { %> • <% } %> - Atom
I submitted this as a pull request in the new project being maintained: https://github.com/pixilz/custom-window-title/pull/7