summaryrefslogtreecommitdiff
path: root/pastebin (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-05Delete old filesEuAndreh2-128/+0
2020-01-24Remove unused pastebin/template.orgEuAndreh1-3/+0
2020-01-24website-pastebin: parameterize --lang valueEuAndreh2-2/+9
2020-01-24Migrate existing templates to build with hakyll instead of pandoc directlyEuAndreh2-3/+5
2019-05-21Add actual tests to website CLIEuAndreh1-2/+15
2019-01-05Print CLI errors using Term::ANSIColor.EuAndreh1-1/+2
2019-01-05Add BATS tests to CLI usage and basic interactions.EuAndreh1-2/+1
Also, remove custom =nix-shell= shebang from Perl files. Instead, we should inherit Perl from the =shell= derivation in default.nix.
2018-12-30Generate pastebin HTML with pandoc.EuAndreh1-2/+1
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.
2018-12-30Use creation date of pastebin instead of dynamic exported date.EuAndreh2-1/+5
2018-12-30Edit newly created pastebin with vi.EuAndreh1-3/+6
2018-12-29Improve usage message when arguments are missing.EuAndreh1-6/+9
2018-12-29Print realpath of generated files.EuAndreh1-0/+2
2018-12-29Add website-slides as Perl subcommand.EuAndreh1-4/+4
2018-12-29Use Getopt::Long and Pod::Usage to build basic CLI.EuAndreh2-23/+90
2018-12-22Add script to scaffold new pastebin skeleton.EuAndreh3-0/+31