A simple λ Haskell λ script for creating timecodes ⏲ by tracking changes in a remote text file
Go to file
George 29ff47733f
Create README.md
2022-02-10 11:44:55 +03:00
src print meta to file for each new timecode-generator start 2022-02-10 11:15:38 +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 Create README.md 2022-02-10 11:44:55 +03:00
default.nix initial commit 2022-02-08 22:20:34 +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 Markdown 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>