Skip to content

scripts to open exercism.io exercises in neovim with continous testing, triggered by files change

Notifications You must be signed in to change notification settings

lluccia/tmux-exercism

Repository files navigation

tmux-exercism

Bash scripts to download exercises from exercism.io and start tmux session with neovim, continuously running the tests when files change.

requirements

usage

Run the respective track shell script, with the exercise slug as argument.

./exercism-<track> <exercise_slug>

Example for lua track, resistor-color-duo exercise: https://exercism.org/tracks/lua/exercises/resistor-color-duo

./exercism-lua resistor-color-duo

After solving the exercise, the solution can be submitted using neovim shell integration.

With the solution file selected, run the following command in neovim:

:!exercism submit %

demo

asciicast

About

scripts to open exercism.io exercises in neovim with continous testing, triggered by files change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages