Skip to content

marcantoineg/ls-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

80 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“š ls-projects ย 

ci badge Release License: MIT

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?

Configuration

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.

Usage

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>.