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.
- Host: GitHub
- URL: https://github.com/cheapnightbot/code
- Owner: CheapNightbot
- License: mit
- Created: 2024-08-21T11:44:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T21:34:22.000Z (almost 2 years ago)
- Last Synced: 2025-11-09T02:36:46.447Z (7 months ago)
- Topics: c, cli, code, linux, visual-studio-code
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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