Spaceify/README.md
2022-03-02 16:31:25 +01:00

15 lines
361 B
Markdown

# Spaceify
This is a quickly put together utility. It takes a folder, and tries to open every text file in it.
It then turns every tab (\t) into 4 spaces, because IT'S THE LAW.
```
usage: spaceify.py [-h] -f FOLDER
options:
-h, --help show this help message and exit
-f FOLDER, --folder FOLDER
Folder to search in
```