Go to file
Kevin Franklin Kim 8a257fc68c chore: move env
2023-01-06 10:26:35 +01:00
.github chore: move env 2023-01-06 10:26:35 +01:00
cmd feat: implement ownbrew 2023-01-05 15:52:46 +01:00
embed feat: implement ownbrew 2023-01-05 15:52:46 +01:00
integration feat: implement ownbrew 2023-01-05 15:52:46 +01:00
internal chore: add goreleaser 2023-01-04 17:21:41 +01:00
pkg fix: lint error 2023-01-05 15:58:47 +01:00
.editorconfig initial commit 2023-01-03 15:37:15 +01:00
.gitignore chore: add goreleaser 2023-01-04 17:21:41 +01:00
.golangci.yml feat: implement ownbrew 2023-01-05 15:52:46 +01:00
.goreleaser.yml feat: switch homebrew tap 2023-01-05 07:20:59 +01:00
go.mod feat: implement ownbrew 2023-01-05 15:52:46 +01:00
go.sum feat: implement ownbrew 2023-01-05 15:52:46 +01:00
LICENSE initial commit 2023-01-03 15:37:15 +01:00
main.go initial commit 2023-01-03 15:37:15 +01:00
Makefile initial commit 2023-01-03 15:37:15 +01:00
README.md feat: implement ownbrew 2023-01-05 15:52:46 +01:00

Project Oriented SHELL (posh)

think of posh as an interactive and hackable Makefile

Installing

Install the latest release of the cli:

$ brew update
$ brew install brew install foomo/tap/posh

Usage

To start using posh, go into your project and run:

$ cd your/project
$ posh init

This will generate the standard layout for posh which can be changed as required through .posh.yml.

Once initialized you can start posh through:

$ posh prompt