lls

command module
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2026 License: MIT Imports: 3 Imported by: 0

README

lls

lls helps developers to quickly navigate through working projects.

When invoked:

  • lls will find projects from configured locations
  • pass to fzf to filter based on your selection
  • open the selected project with code (VSCode).

It streamlines the operation opening and switching projects inside VSCode and terminal.

Installation

go install github.com/xhd2015/lls@latest

Usage

lls

Configure your projects:

lls edit

Example config:

{
    "envs": [
        "X",
        "W",
        "GOPATH"
    ],
    "projects": [
        "$X/xgo",
        "$W/company-stuff
    ]
}

Explanation:

  • $X points to your personal projects directory
  • $W points to the projects at work
  • GOPATH points to your GOPATH env

You can add arbitrary more.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL