Skip to content
/ projects Public

Simple Go-based Project Discovery Tool. Used for tab-completed cd / ls for code I'm working on.

Notifications You must be signed in to change notification settings

Sutto/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Projects

Projects is a simple command line tool that discovers git repositories under a top level directory. I use it with two bash aliases, lsp and cdp - see here for the aliases and here for the completion.

By default, the command line uses ~/Code as the code directory and caches the items in ~/.cached-projects-list - but this can be changed using the PROJECTS_CODE_PATH and PROJECTS_CACHE_PATH environment variables respectively.

The command can be used as such:

  • projects ls - List all projects, regenerating the cache if old than five minutes.
  • projects regenerate - Force regenerating the cache.
  • projects path {item} - prints the full path for the specified item.

Note that this currently stops recursing once it finds the top level .git directory, to avoid hitting submodules.

This is a partial replacement for the naive ruby version located here.

Released under a Standard MIT license.

About

Simple Go-based Project Discovery Tool. Used for tab-completed cd / ls for code I'm working on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages