The dataset is originated here: https://github.com/mawww/golf
Kakoune is a Vim variant. It aims for fewer keystrokes than Vim given the same task.
This dataset contains task input, task output and solution per challenge, just like vimgolf.com
Vimgolf is a game that using vim to edit an input file and result into output file, using fewest keystrokes.
File structure:
mawww_kakoune_vim_variant_vimgolf_solutions_and_challenges.zip
|_ golf
|_ golf.sh // runs the challenges in current directory and display results.
|_ vgscore.sh // retrieves the current top scores from vimgolf website, run it first so that golf.sh can display a comparison.
|_ vgdl.sh // retrieves a challenge from the vimgolf.com website
|_ <challenge_hash>
|_ in // task input file
|_ out // task output file
|_ cmd // keystrokes to convert "in" to "out"