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
- Host: GitHub
- URL: https://github.com/mitvix/codeopen
- Owner: mitvix
- Created: 2025-02-22T22:08:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T22:25:05.000Z (4 months ago)
- Last Synced: 2025-02-22T23:21:57.592Z (4 months ago)
- Topics: flatpak, go, golang, shell, visualstudio, vscode
- Language: Go
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.txtJust it!
I known, with shell 2 lines is enough... but not is so fun...