https://github.com/odatnurd/overrideaudit
Easily Manage Your Sublime Text Package Overrides
https://github.com/odatnurd/overrideaudit
package sublime-text sublime-text-plugin
Last synced: 10 months ago
JSON representation
Easily Manage Your Sublime Text Package Overrides
- Host: GitHub
- URL: https://github.com/odatnurd/overrideaudit
- Owner: OdatNurd
- License: mit
- Created: 2017-01-28T00:46:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T04:08:56.000Z (about 1 year ago)
- Last Synced: 2025-09-02T04:50:38.514Z (10 months ago)
- Topics: package, sublime-text, sublime-text-plugin
- Language: Python
- Homepage: https://odatnurd.net/overrideaudit/
- Size: 1.79 MB
- Stars: 42
- Watchers: 5
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
OverrideAudit
=============
OverrideAudit is a package for Sublime Text that helps you detect and work with
your package overrides, allowing you to easily see a list of files that you are
overriding, see what changes your override provides, and most importantly to
provide warnings to you when the file you are overriding has been changed by
its author so you can determine what course of action to take.
If you're new to OverrideAudit, there is an [introductory video](https://youtu.be/qYeli46frR8)
available which shows some of the key features of the package. See also the
[new features](https://youtu.be/NEX9IxLHr_0) added in version 2.1, which are
not covered in the intro video.
Full documentation for the package, including
[installation instructions](https://overrideaudit.odatnurd.net/install/) is
available at https://overrideaudit.odatnurd.net/
-------------------------------------------------------------------------------
## License ##
Copyright 2017-2025 Terence Martin
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.