Skip to content

Commit f5a07aa

Browse files
committed
Add readme
1 parent fc7d307 commit f5a07aa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# formatting-tools
2+
3+
This is very... miscellaneous repo.
4+
Basically, random one-off scripts that do something small enough that it doesn't make sense to create an entirely different repository for it.
5+
6+
All tools are explained by a second level header.
7+
8+
## `replace-bad-characters`
9+
10+
This script removes common bad characters from the `pdftotext` tool.
11+
It does *not* catch them all though.
12+
13+
### Usage
14+
15+
```bash
16+
$ replace-bad-characters test.txt
17+
```
18+
19+
## `format-paragraph.vim`
20+
21+
This vim script defines a function that will (mostly) format sentences on one line.
22+
It screws up on colons and and question marks if text is after it, but otherwise is fairly accurate.

0 commit comments

Comments
 (0)