Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,18 @@ Kakoune is a Vim variant. It aims for fewer keystrokes than Vim given the same t
|
|
| 4 |
|
| 5 |
This dataset contains task input, task output and solution per challenge, just like vimgolf.com
|
| 6 |
|
|
|
|
|
|
|
| 7 |
File structure:
|
| 8 |
|
| 9 |
```
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
```
|
|
|
|
| 4 |
|
| 5 |
This dataset contains task input, task output and solution per challenge, just like vimgolf.com
|
| 6 |
|
| 7 |
+
Vimgolf is a game that using vim to edit an input file and result into output file, using fewest keystrokes.
|
| 8 |
+
|
| 9 |
File structure:
|
| 10 |
|
| 11 |
```
|
| 12 |
+
mawww_kakoune_vim_variant_vimgolf_solutions_and_challenges.zip
|
| 13 |
+
|_ golf
|
| 14 |
+
|_ golf.sh // runs the challenges in current directory and display results.
|
| 15 |
+
|_ vgscore.sh // retrieves the current top scores from vimgolf website, run it first so that golf.sh can display a comparison.
|
| 16 |
+
|_ vgdl.sh // retrieves a challenge from the vimgolf.com website
|
| 17 |
+
|_ <challenge_hash>
|
| 18 |
+
|_ in // task input file
|
| 19 |
+
|_ out // task output file
|
| 20 |
+
|_ cmd // keystrokes to convert "in" to "out"
|
| 21 |
```
|