A simple λ Haskell λ script for creating timecodes ⏲ by tracking changes in a remote text file
Go to file
George 00981b7c1c
Update README.md
2022-02-12 09:38:05 +03:00
src checking response to return 2xx 2022-02-11 19:44:08 +03:00
.gitignore print meta to file for each new timecode-generator start 2022-02-10 11:15:38 +03:00
LICENSE Create LICENSE 2022-02-09 08:13:45 +03:00
README.md Update README.md 2022-02-12 09:38:05 +03:00
default.nix update default.nix 2022-02-11 19:43:30 +03:00
shell.nix initial commit 2022-02-08 22:20:34 +03:00
timecode-generator.cabal Add untf8 support 2022-02-10 09:57:23 +03:00

README.md

timecode-generator

A simple Haskell script for creating timecodes by tracking changes in remote text file

Requimpments

  • Nix package manager installed

Installing

Clone repository and run nix-build -A pkgs.haskell.packages.ghc8107.timecode-generator inside directory

You'll find binary in ./result/bin/timecode-generator

In nix-shell

run nix-shell and then compile it with cabal inside (cabal build timecode-generator)

how to use

./timecode-generator <URL to fetch> <Timecode filename>

Other info

Correct link to file: It should be a direct link to file itself. Example: for hedgedoc the link isn't a https://hedgedoc.domain/AjCE6BZzTW2IHusdfwhRg it is a https://hedgedoc.domain/AjCE6BZzTW2IHusdfwhRg + /download to get directly to pure markdown file