Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

git-hook/git-ledger

Repository files navigation

git-ledger Build Status

Track your local git clones

git-ledger acts as a simple key-value store, remembering the location of git-repositories on local filesystems.

Install

To install the library

go get github.com/git-hook/git-ledger

To install the binary

go get github.com/git-hook/git-ledger/cmd/git-ledger
git ledger add .

API

add [path]

Start tracking an existing repository.

find [slug]

Print the location of a tracked repository.

ls

Print all tracked repositories.

rm [path-or-slug]

Stop tracking an existing repository.

Related

License

MIT © Eric Crosson