clirun is a simple tool to monitor and compile C/C++ files in the specified directory.
demo.mp4
Note: Clirun only supports c and cpp right now.
To monitor and compile in the current working directory:
clirun # Will start looking in the current working directoryTo monitor and compile files in a specific directory:
clirun $HOME/Desktop/ # Will look at this path or directoryparu -S clirun # If you use paruOR
yay -S clirun # If you use yay- Clone the repository:
git clone https://github.com/utkarshkrsingh/clirun.git
cd clirun- Install build-essential package if it's not already installed:
sudo apt update
sudo apt install build-essential- Compile the program:
make- Optionally, install it system-wide:
sudo make installYou can now run clirun from any directory.
If you encounter any bug or error feel free to fork this repo and modify as per your taste.