cpbooster icon indicating copy to clipboard operation
cpbooster copied to clipboard

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

Open julianarchila opened this issue 1 year ago • 7 comments

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:

  • contestDirectory/Codeforces/CodeforcesRound360Div.2
  • CodeforcesRound360Div.2

julianarchila avatar Sep 01 '23 01:09 julianarchila

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

searleser97 avatar Sep 01 '23 01:09 searleser97

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

searleser97 avatar Sep 01 '23 02:09 searleser97

I'll check out the development guide, thanks.

julianarchila avatar Sep 01 '23 02:09 julianarchila

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.

leonardo-delfino avatar Dec 07 '23 17:12 leonardo-delfino

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

MdNihal05 avatar Feb 24 '24 02:02 MdNihal05

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

leonardo-delfino avatar Mar 02 '24 11:03 leonardo-delfino