Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nnbnh/coderun.kak
⏯️ Kakoune code runner
https://github.com/nnbnh/coderun.kak
executor kakoune kakoune-plugin plugin runner terminal
Last synced: about 1 month ago
JSON representation
⏯️ Kakoune code runner
- Host: GitHub
- URL: https://github.com/nnbnh/coderun.kak
- Owner: NNBnh
- License: gpl-3.0
- Created: 2021-02-14T13:17:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T04:00:31.000Z (over 2 years ago)
- Last Synced: 2024-11-25T00:33:45.578Z (about 1 month ago)
- Topics: executor, kakoune, kakoune-plugin, plugin, runner, terminal
- Language: KakouneScript
- Homepage: https://github.com/NNBnh/coderun
- Size: 59.6 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
coderun.kak
Kakoune code runner
## 💡 About
`coderun.kak` is a code runner for [Kakoune](http://kakoune.org) that can run any languages.
https://user-images.githubusercontent.com/43980777/108585543-92714300-737b-11eb-8296-1bf0cf79437f.mp4
## 🚀 Setup
### 🧾 Dependencies
- The language that you want to run (obviously)
### 📥 Installation
With [`plug.kak`](https://github.com/robertmeta/plug.kak) just put this in your `kakrc`:
```
plug "NNBnh/coderun.kak"
```## ⌨️ Usage
Run `coderun` in the prompt:
```sh
coderun [FILE]
```> **Note** *`coderun` will run the current file by default.*
> **Note** *`coderun.kak` out of the box cannot run code, you need to [configure it](#%EF%B8%8F-configuration).*
## ⚙️ Configuration
Coderun is configured through [`CODERUN` environment variables](https://github.com/NNBnh/coderun#%EF%B8%8F-configuration).
## 💌 Credits
Special thanks to:
- [**Code Runner**](https://github.com/formulahendry/vscode-code-runner) by [Jun Han](https://github.com/formulahendry)
- [**Case insensitive extension feature**](https://github.com/NNBnh/coderun.kak/commits?author=LogFlames) by [Elias Lundell](https://github.com/LogFlames)
---
>
Made with ❤️ by NNB
>
>