xalanq / cf-tool

:bar_chart: Codeforces CLI (Submit, Parse, Test, etc.). Support Contests, Gym, Groups, acmsguru, Windows, macOS, Linux, 7 MB
MIT License
1.3k stars 224 forks source link

Not able to config and add template file #138

Open NiteshKumar14 opened 3 years ago

NiteshKumar14 commented 3 years ago

IMG_20210814_155536.jpg

lifeModder19135 commented 2 years ago

are the redirects part of your prompt, or are you trying to somehow redirect that command into a .cf fille??? ( 8D) Regardless, you had it in the image (bottom.) The 0) -- 7) select statement is cf config. You don't need to type .cf or use redirects, just type cf config (current directory doesn't matter), type a number between 0 and 7, and follow the prompts.

The errors are due to the .cf> The command in the pic is telling the shell to redirect the output of .cf into the command. I think you might've meant to use < instead of >, which makes more sense but isn't needed. The command will automatically write to your config file (not sure where it's located on Win)