Skip to content

eatulrajput/clirun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clirun

clirun is a simple tool to monitor and compile C/C++ files in the specified directory.

Demo

demo.mp4

Usage:

Note: Clirun only supports c and cpp right now.

Without Path

To monitor and compile in the current working directory:

clirun    # Will start looking in the current working directory

With Path

To monitor and compile files in a specific directory:

clirun $HOME/Desktop/    # Will look at this path or directory

Installation:

For Arch-based distributions, you can install clirun from the AUR:

paru -S clirun    # If you use paru

OR

yay -S clirun    # If you use yay

For Ubuntu-based distributions :

  1. Clone the repository:
git clone https://github.com/utkarshkrsingh/clirun.git
cd clirun
  1. Install build-essential package if it's not already installed:
sudo apt update
sudo apt install build-essential
  1. Compile the program:
make
  1. Optionally, install it system-wide:
sudo make install

You can now run clirun from any directory.

Support:

If you encounter any bug or error feel free to fork this repo and modify as per your taste.

About

cli based code runner whenever file is modified

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors