|
1 | | -# UnicodeFix - *CodExorcism Edition+ v1.1.0* |
| 1 | +# UnicodeFix - *CodExorcism Edition+ v1.1.2* |
2 | 2 |
|
3 | 3 | *Last updated: 2025-09-18* |
4 | 4 |
|
5 | 5 |  |
6 | 6 |
|
7 | 7 | [](#) [](LICENSE) [](https://github.com/unixwzrd/UnicodeFix/releases) |
8 | 8 |
|
9 | | -- [UnicodeFix - *CodExorcism Edition+ v1.1.0*](#unicodefix---codexorcism-edition-v110) |
| 9 | +- [UnicodeFix - *CodExorcism Edition+ v1.1.2*](#unicodefix---codexorcism-edition-v112) |
10 | 10 | - [**Finally - a tool that blasts AI fingerprints, torches those infuriating smart quotes, and leaves your code \& docs squeaky clean for real humans.**](#finally---a-tool-that-blasts-ai-fingerprints-torches-those-infuriating-smart-quotes-and-leaves-your-code--docs-squeaky-clean-for-real-humans) |
11 | 11 | - [Why Is This Happening?](#why-is-this-happening) |
12 | 12 | - [Installation](#installation) |
|
21 | 21 | - [Audit only (no changes), human-readable](#audit-only-no-changes-human-readable) |
22 | 22 | - [Audit as JSON](#audit-as-json) |
23 | 23 | - [Audit with Semantic Metrics (experimental)](#audit-with-semantic-metrics-experimental) |
| 24 | + - [Report without blocking commits](#report-without-blocking-commits) |
24 | 25 | - [Fail CI if anomalies exceed threshold](#fail-ci-if-anomalies-exceed-threshold) |
25 | 26 | - [Using in vi/vim/macvim](#using-in-vivimmacvim) |
26 | 27 | - [What's New / What's Cool](#whats-new--whats-cool) |
27 | | - - [CodexExorcism Release (Sept 2025)](#codexexorcism-release-sept-2025) |
| 28 | + - [CodexExorcism+ Release (Sept 2025)](#codexexorcism-release-sept-2025) |
| 29 | + - [CodexExorcism Release (Sept 2025)](#codexexorcism-release-sept-2025-1) |
28 | 30 | - [Previous Releases](#previous-releases) |
29 | 31 | - [Keep It Fresh](#keep-it-fresh) |
30 | 32 | - [Shortcut for macOS](#shortcut-for-macos) |
@@ -67,10 +69,17 @@ Clone the repository and run the setup script: |
67 | 69 | git clone https://github.com/unixwzrd/UnicodeFix.git |
68 | 70 | cd UnicodeFix |
69 | 71 |
|
| 72 | +# This will create a VENV for python 3.10+ and install the dependencies |
| 73 | +./setup.sh |
| 74 | + |
| 75 | +# This will install teh UnicodeFix package, you can install one of three ways -" |
| 76 | +# For simply running the script, use the following command: |
70 | 77 | pip install . |
71 | | -# or for dev |
| 78 | + |
| 79 | +# If you wish to do development, or want to use the package in your own projects, use the following command: |
72 | 80 | pip install -e . |
73 | | -# optional extras for future NLP metrics: |
| 81 | + |
| 82 | +# if you wish to use teh optional NLTK analytics, install the following optional extras for current and future NLP metrics: |
74 | 83 | pip install .[nlp] |
75 | 84 | ``` |
76 | 85 |
|
|
0 commit comments