searleser97 / cpbooster

Competitive Programming Booster
GNU General Public License v3.0
154 stars 35 forks source link

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

Open julianarchila opened 1 year ago

julianarchila commented 1 year 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 1 year 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 1 year 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 1 year ago

I'll check out the development guide, thanks.

leonardo-delfino commented 11 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 8 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 8 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

pride-k commented 1 month ago

would really love just to change the name of the problems to a single letter like A B C D (for codeforces) since we already have individual folders for each contest. Navigation becomes much easier with terminal. For reference, geothermal's CLI (https://youtu.be/VYptjn_mAak?si=5gQM3RDq3fTz8wpm).