A simple Go app to list projects and open them in a new window of VS Code.
This app uses Bubble Tea as its UI framework.
without a meme, is it really a nice repo?
The CLI will read the file at ~/.config/ls-projects/.project.json
, don't forget to copy your config file if you edited the one provided in this project.
You can either use it with go run main.go
or by exporting it as a binary in your PATH using go build -o <binary_path/binary_name>
.