searleser97 / cpbooster

Competitive Programming Booster
GNU General Public License v3.0
144 stars 30 forks source link

Is there a way to change the name of cloned contest folders? #95

Open julianarchila opened 10 months ago

julianarchila commented 10 months ago

When I clone a contest, I get a folder with the following name:

CodeforcesCodeforcesRound360Div.2

Is there a way to change the name of this folder to either:

searleser97 commented 10 months ago

Currently there is no way, but it could be a good feature to have for those that prefer it in that way.

searleser97 commented 10 months ago

I dont think I will be working on this soon, so If you want this feature ASAP, I encourage you to take a look at the simple development guide https://searleser97.github.io/cpbooster/docs/setup-dev-env

and the code you will want to change should be inside the "Clone" folder of this repository and also the Config folder

julianarchila commented 10 months ago

I'll check out the development guide, thanks.

leonardo-delfino commented 7 months ago

Hello, today I tried for the first time CPBooster and I had the same problem. I just opened a pull request to add this enhancement.

MdNihal05 commented 4 months ago

Hello, today I tried for the first time CPBooster and I had the same problem. I just opened a pull request to add this enhancement.

Hey can you guide me or share me anything where I can learn how to test this after doing any modifications

Iam working on some other feature but don't know how to test this in terminal As I don't have prior on this I can change in website

leonardo-delfino commented 4 months ago

Hello, today I tried for the first time CPBooster and I had the same problem. I just opened a pull request to add this enhancement.

Hey can you guide me or share me anything where I can learn how to test this after doing any modifications

Iam working on some other feature but don't know how to test this in terminal As I don't have prior on this I can change in website

In the README, you can find a How to contribute section