You May Also Enjoy
Nix Split A File By Line Number
less than 1 minute read
Nix: Convert reStructuredText to Markdown
less than 1 minute read
I’ve used pandoc a lot before to convert Markdown files to PDFs. I just found out it can also convert reStructuredText text files to Markdown format:
Nix: Get source directory of a script within the script
less than 1 minute read
```bash #!/bin/bash
Bash: Escaping strings easily
less than 1 minute read
Enter a line of Bash starting with a # comment, then run !:q on the next line to see what that would be with proper Bash escaping applied.
Comments