Go to file
Kevin Franklin Kim ae0ffaf62d
Merge pull request #8 from foomo/dependabot/go_modules/github.com/pterm/pterm-0.12.53
chore(deps): bump github.com/pterm/pterm from 0.12.51 to 0.12.53
2023-01-12 09:27:23 +01:00
.github chore(deps): bump goreleaser/goreleaser-action from 3 to 4 2023-01-10 13:19:59 +00:00
cmd feat: remove plugin 2023-01-12 07:30:12 +01:00
embed feat: remove plugin 2023-01-12 07:30:12 +01:00
integration refactor: rename dependencies to require 2023-01-06 10:29:05 +01:00
internal feat: remove plugin 2023-01-12 07:30:12 +01:00
pkg feat: remove plugin 2023-01-12 07:30:12 +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: remove plugin 2023-01-12 07:30:12 +01:00
.goreleaser.yml feat: remove plugin 2023-01-12 07:30:12 +01:00
go.mod Merge branch 'main' into dependabot/go_modules/github.com/pterm/pterm-0.12.53 2023-01-12 09:26:18 +01:00
go.sum Merge branch 'main' into dependabot/go_modules/github.com/pterm/pterm-0.12.53 2023-01-12 09:26:18 +01:00
LICENSE initial commit 2023-01-03 15:37:15 +01:00
main.go feat: remove plugin 2023-01-12 07:30:12 +01:00
Makefile fix: use -a build flag 2023-01-10 14:44:59 +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