searleser97 / cpbooster

Competitive Programming Booster
GNU General Public License v3.0
151 stars 31 forks source link

Implement custom platform directory when cloning a contest #108

Closed leonardo-delfino closed 10 months ago

leonardo-delfino commented 10 months ago

When cloning a contest, only one unique folder with a rather long name is created. Since the organization is not very practical, I implemented the creation of a folder with the name of the platform (Codeforces, AtCoder, etc.) and, inside of it, a second folder with the name of the cloned contest that contains the actual files.

searleser97 commented 10 months ago

We need to make this change optional, please add a flag to the config file, the rest looks good

leonardo-delfino commented 10 months ago

Now you can set a flag in the config file to create the custom directory, otherwise the behavior is the same as before

searleser97 commented 10 months ago

Thanks for this awesome contribution, merging...