summaryrefslogtreecommitdiff
path: root/textproc/sd
AgeCommit message (Collapse)AuthorFilesLines
2022-02-25textproc/sd: Reset maintainer for stagnated project.pin1-2/+2
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-71/+71
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-71/+1
2021-08-03textproc/sd: simplify Makefilepin1-3/+1
2021-07-05textproc/sd: reclaim maintainershippin1-2/+2
2021-04-24textproc/sd: reset maintainerpin1-2/+2
2021-01-31textproc/sd: import packagepin5-0/+390
sd, s[earch] & d[isplace] is an intuitive find & replace CLI. sd uses regex syntax that you already know from JavaScript and Python. Forget about dealing with quirks of sed or awk and get productive immediately. Non-regex find & replace. No more backslashes or remembering which characters are special and need to be escaped. Find & replace expressions are split up, which makes them easy to read and write. No more messing with unclosed and escaped slashes. While sed does a whole lot more, sd focuses on doing just one thing and doing it well.