An open API service indexing awesome lists of open source software.

https://github.com/joegasewicz/jetbrains-killer

C programme that quits any Jetbrains IDE's
https://github.com/joegasewicz/jetbrains-killer

Last synced: 3 months ago
JSON representation

C programme that quits any Jetbrains IDE's

Awesome Lists containing this project

README

          

# Jetbrains Killer

Simple programme to kill any running Jetbrains IDE's on unix like system (Mac / Linux)

### Installation
TODO

### Compiling
```bash
gcc -o jk main.c
```

### Running from source
```bash
./jk
```