aboutsummaryrefslogtreecommitdiffstats
path: root/golings
AgeCommit message (Expand)Author
2023-04-16fix: help command and add it to READMEjeremie giffard
2023-04-03fix: No short argumentsMaurício Antunes
2023-04-03fix: Help message for watch commandMaurício Antunes
2023-03-31Remove unecessary goroutinelalizita
2023-03-31Rename variable for disrectorieslalizita
2023-03-31Move messages prints to a print file and create exit commandslalizita
2023-03-30Fix goroutine when reads the filenamelalizita
2023-03-30Handle clear terminal errorlalizita
2023-03-30Debbuging exercise runninglalizita
2023-03-30Add clear commandlalizita
2023-03-30Fix error variable assignlalizita
2023-03-30Change select to rangelalizita
2023-03-29Prevent oanic error handling with index in the path file hintlalizita
2023-03-29Remove Todoslalizita
2023-03-29Improve hint command with the exercise namelalizita
2023-03-27Rename variable to camelcase patternlalizita
2023-03-27Remove defer command for watcher functionlalizita
2023-03-27Add channel reading inside a rangelalizita
2023-03-03Trying to watch write eventslalizita
2023-02-27Add hint commandslalizita
2023-02-27Add list command and a channel for watch file eventslalizita
2023-01-09feat: improving watch commandlalizita
2023-01-09feat: Add filepath walk dir to add directories in watcherlalizita
2023-01-09Add watch command and listener testlalizita
2023-01-04Add fsnotify mode and add watch commandlalizita
2022-11-21feat: hint for the next exerciseMaurício Antunes
2022-11-18feat: add command to run next pending exerciseMaurício Antunes
2022-11-18refactor: make Exercise strcut responsible to compile and runMaurício Antunes
2022-11-18refactor: document spinner creationMaurício Antunes
2022-11-18feat: add a spinner while running the exerciseMaurício Antunes
2022-11-18refactor: make commands to be configurable via root cmdMaurício Antunes
2022-11-18chore: don't lint fixture fileMaurício Antunes
2022-11-18test: cover more branches of the run commandMaurício Antunes
2022-11-17test: fix error assertionMaurício Antunes
2022-11-17feat: exit with a different message for exercises not foundMaurício Antunes
2022-11-17test: check for state result as textMaurício Antunes
2022-11-17test: add case when exercise does not existMaurício Antunes
2022-11-16refactor: fix lint warningsMaurício Antunes
2022-11-16feat: add version commandMaurício Antunes
2022-11-14test: add tests for listing and finding exercisesMaurício Antunes
2022-11-14refactor: redesign core to be more testableMaurício Antunes
2022-11-13feat: add exercise that has testsMaurício Antunes
2022-11-12refactor: simplify verify commandMaurício Antunes
2022-11-12feat: render progress bar before verifyMaurício Antunes
2022-11-10feat: improve messages for run and verify commandsMaurício Antunes
2022-11-03fix: allow progressbar to know how many exercises existMaurício Antunes
2022-11-03feat: add verify commandMaurício Antunes
2022-10-31refactor: rename middle pathMaurício Antunes