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

https://github.com/mitvix/codeopen

Very Simple Golang Script to run flatpak vscode from shell using code command
https://github.com/mitvix/codeopen

flatpak go golang shell visualstudio vscode

Last synced: 4 months ago
JSON representation

Very Simple Golang Script to run flatpak vscode from shell using code command

Awesome Lists containing this project

README

        

Very Simple golang script to run vscode flatpak from shell using command "code"

To run just build and copy to your path

git clone https://github.com/mitvix/codeopen
go build -o code main.go
sudo cp code /usr/local/bin/
code README.txt

Just it!

I known, with shell 2 lines is enough... but not is so fun...