Source directory creating script for competitive programmers who are using c++ and neovim
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
RinRi-D 4cdd303273 one more time 3 лет назад
README.md one more time 3 лет назад
setup.sh initial commit 3 лет назад

README.md

Installation

Clone the repository and make setup.sh executable and run it:

git clone https://git.rinri-d.xyz/rinri/cpsrc.git
cd cpsrc
chmod +x setup.sh
./setup.sh

First, you have to write template which will be used to create new files. Remember the number of the line with which you usually start coding. Enter it. That is it!

Using

In order to create a new .cpp file, you have to run create.sh with filename argument without an extension:

./create.sh 1234a

You will be automatically redirected to neovim.

To compile&run file, you can just use run.sh with filename(this time with extension):

./run.sh 1234a.cpp