Skip to content

Commit a76a634

Browse files
authored
add: why this code runner? section
1 parent 7de8f12 commit a76a634

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<ol>
3333
<li>
3434
<a href="#about-the-project">About The Project</a>
35+
<ul>
36+
<li><a href="#why-this-code-runner">Why this Code Runner?</a></li>
37+
</ul>
3538
<ul>
3639
<li><a href="#built-with">Built With</a></li>
3740
</ul>
@@ -64,7 +67,16 @@
6467

6568
This is a script, which compiles the code file and run it for you and delete other _junk_ files if created during the process of compilation, all this with one command for all the languages supported by it. No more remembering different arguments for different compilers to compile, execut and debug the code.
6669

67-
<p align="right">(<a href="#top">back to top</a>)</p>
70+
### Why this Code Runner?
71+
72+
- Can detect correct version of python with 90% accuracy.
73+
- Has inbuilt debugger support.
74+
- Custom made keybindings for [vim](#integrating-with-vim) and [vscode](#integrating-with-vscode).
75+
- Robust code, deals with all possible cases.
76+
- Can execute files with spaces in their names.
77+
- Can execute from any location.
78+
- Automatically cleans executable files by default.
79+
- Highest number of languages supported compared to its alternatives.
6880

6981
### Built With
7082

@@ -96,6 +108,8 @@ _To install and configure the project on your system locally:_
96108
run ~/path/to/my_code.c
97109
```
98110

111+
<p align="right">(<a href="#top">back to top</a>)</p>
112+
99113
### Uninstallation
100114

101115
_To uninstall the tool from your system execute the following command_
@@ -116,6 +130,8 @@ _To uninstall the tool from your system execute the following command_
116130
</a>
117131
</div>
118132

133+
<p align="right">(<a href="#top">back to top</a>)</p>
134+
119135
### Examples
120136

121137
* Compilation and Execution
@@ -128,6 +144,8 @@ _To uninstall the tool from your system execute the following command_
128144

129145
<img width="600" alt="image" src="https://user-images.githubusercontent.com/86282911/204361180-899b41b6-6101-40c6-94d6-99872111daf2.png">
130146

147+
<p align="right">(<a href="#top">back to top</a>)</p>
148+
131149
<div id="integrating-with-vscode"></div>
132150

133151
## Integrating with vscode

0 commit comments

Comments
 (0)