xeluxee / competitest.nvim

CompetiTest.nvim is a Neovim plugin for Competitive Programming: it can manage and check testcases, download problems and contests from online judges and much more
GNU Lesser General Public License v3.0
442 stars 21 forks source link

Feature request: add clean command #63

Open itsC-Moon opened 1 month ago

itsC-Moon commented 1 month ago

add a clean command to remove empty file and testcases

xeluxee commented 1 month ago

This looks like a unusual use-case. Why would you have empty testcases?

itsC-Moon commented 1 month ago

After the contest, not everyone is able to solve all the problems, so they might want to clean up the empty source files and all the test cases

xeluxee commented 1 month ago

they might want to clean up the empty source files and all the test cases

CompetiTest supports templates for received problems and contests. If a file isn't edited during a contest its may not be empty due to templates.