Skip to content

microhod/repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo

repo is a cli application to organise scm repositories in a structured hierarchy.

For example, github.com/microhod/repo.git would be stored at ~/src/github.com/microhod/repo.

Usage

Run repo --help to see full CLI usage.

NAME:
   repo - A cli application to organise scm repositories in a structured heirachy

USAGE:
   repo [global options] command [command options] [arguments...]

COMMANDS:
   clone     clone a repo
   organise  organise all repos under the current path into a structured heirachy
   help, h   Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help (default: false)

Install

Compile from Source

  • Install golang 1.22 or later
  • Run go install github.com/microhod/repo@latest to download and install the binary (this will install to ~/go/bin)

Config

Configuration will be auto-generated at first startup and stored at ~/.config/repo/config.json.

The default configuration is as below:

{
    "remote": {
        "default": {
            "prefix": "ssh://git@github.com"
        }
    },
    "local": {
        "root": "~/src"
    }
}

Todo

  • More complete docs
  • Tests!!!
  • --dry-run option for organise
  • --verbose option for all commands
  • add profile command generate terminal profile for utlity commands

About

A cli application to organise scm repositories in a structured hierarchy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages