mirror of
https://github.com/foomo/posh.git
synced 2025-10-16 12:45:38 +00:00
| .github | ||
| cmd | ||
| embed | ||
| integration | ||
| internal | ||
| pkg | ||
| .editorconfig | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
Project Oriented SHELL (posh)
think of
poshas 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