Go to file
2023-01-06 10:29:05 +01:00
.github chore: move env 2023-01-06 10:26:35 +01:00
cmd refactor: rename dependencies to require 2023-01-06 10:29:05 +01:00
embed refactor: rename dependencies to require 2023-01-06 10:29:05 +01:00
integration refactor: rename dependencies to require 2023-01-06 10:29:05 +01:00
internal refactor: rename dependencies to require 2023-01-06 10:29:05 +01:00
pkg refactor: rename dependencies to require 2023-01-06 10:29:05 +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 refactor: rename dependencies to require 2023-01-06 10:29:05 +01:00
go.sum refactor: rename dependencies to require 2023-01-06 10:29:05 +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 chore: add install 2023-01-06 10:28:10 +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