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

https://github.com/cheapnightbot/code

Command-line companion application for VSCode to create, save and open files created via code CLI.
https://github.com/cheapnightbot/code

c cli code linux visual-studio-code

Last synced: about 1 month ago
JSON representation

Command-line companion application for VSCode to create, save and open files created via code CLI.

Awesome Lists containing this project

README

          

# code

Command-line companion application for VSCode to create, save and open files created via code CLI.

## Compile and run!

> You can also download compiled binary for Windows & Linux from [Releases](https://github.com/CheapNightbot/code/releases/latest)

If on Debian/Ubuntu based Linux distro, insall "build-essential" by running:

```bash
sudo apt install -y build-essential
```

It will install GCC compiler and MAKE. Then simply run:
```bash
make code
```
OR
```bash
gcc -o code code.c
```
and then run binary with `./code filename`.

### For Linux:

- Move the compiled binary to your home directory; `mv