12 lines
217 B
Text
12 lines
217 B
Text
Find and purge unused strings
|
|
=============================
|
|
|
|
Dependencies
|
|
------------
|
|
- python
|
|
- ripgrep (only for find.py)
|
|
|
|
Usage
|
|
-----
|
|
./find.py ~/dev/mapcomplete > found.txt
|
|
./purge.py ~/dev/mapcomplete found.txt
|