Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add actual tests to website CLI | EuAndreh | 2019-05-21 | 1 | -2/+15 |
* | Print CLI errors using Term::ANSIColor. | EuAndreh | 2019-01-05 | 1 | -1/+2 |
* | Add BATS tests to CLI usage and basic interactions....Also, remove custom =nix-shell= shebang from Perl files. Instead, we should inherit Perl from the =shell= derivation in default.nix. | EuAndreh | 2019-01-05 | 1 | -2/+1 |
* | Generate pastebin HTML with pandoc....Instead of generating the HTML manually inside Emacs (=, e e h h=) and than commiting the file to the repo, we now use a more generic approach with pandoc, not tied to any Elisp configuration. | EuAndreh | 2018-12-30 | 1 | -2/+1 |
* | Use creation date of pastebin instead of dynamic exported date. | EuAndreh | 2018-12-30 | 2 | -1/+5 |
* | Edit newly created pastebin with vi. | EuAndreh | 2018-12-30 | 1 | -3/+6 |
* | Improve usage message when arguments are missing. | EuAndreh | 2018-12-29 | 1 | -6/+9 |
* | Print realpath of generated files. | EuAndreh | 2018-12-29 | 1 | -0/+2 |
* | Add website-slides as Perl subcommand. | EuAndreh | 2018-12-29 | 1 | -4/+4 |
* | Use Getopt::Long and Pod::Usage to build basic CLI. | EuAndreh | 2018-12-29 | 2 | -23/+90 |
* | Add script to scaffold new pastebin skeleton. | EuAndreh | 2018-12-22 | 3 | -0/+31 |