We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7d307 commit f5a07aaCopy full SHA for f5a07aa
README.md
@@ -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