summaryrefslogtreecommitdiff
path: root/cmd/dehyphenate
AgeCommit message (Collapse)Author
2020-08-25Move dehyphenate string code into its own functionNick White
2020-08-25Fixes to dehyphenateNick White
- Ensure a final hyphen on the last word of a page isn't removed - Only try to add a next word if there is one to take - Ensure that if a single word is on the following line, which is taken, then the line is blanked
2020-08-25Add text mode for dehyphenate toolNick White
2020-04-14Add godoc documentationNick White
2020-03-13Add copyright statements to each fileNick White
2020-02-27Reorganise all commands to be behind cmd/Nick White