Go to file
2024-10-26 11:32:08 +02:00
.github chore(deps): bump goreleaser/goreleaser-action 2024-06-09 12:17:30 +00:00
cmd feat: update ownbrew and refactor cmds 2024-10-26 11:32:08 +02:00
embed feat: update ownbrew and refactor cmds 2024-10-26 11:32:08 +02:00
integration/scaffold feat: use ownbrew lib 2024-10-17 11:11:53 +02:00
internal feat: update ownbrew and refactor cmds 2024-10-26 11:32:08 +02:00
pkg feat: update ownbrew and refactor cmds 2024-10-26 11:32:08 +02:00
.editorconfig initial commit 2023-01-03 15:37:15 +01:00
.gitignore chore: update gitignore 2024-07-12 16:20:18 +02:00
.golangci.yml fix: lint errors 2024-09-19 14:35:57 +02:00
.goreleaser.yml style: format 2023-09-07 15:04:16 +02:00
.husky.yaml chore: add husky config 2024-07-04 16:40:19 +02:00
go.mod feat: update ownbrew and refactor cmds 2024-10-26 11:32:08 +02:00
go.sum feat: update ownbrew and refactor cmds 2024-10-26 11:32:08 +02:00
LICENSE chore: bump deps 2024-03-11 13:55:11 +01:00
main.go feat: remove plugin 2023-01-12 07:30:12 +01:00
Makefile chore: use gotestfmt 2023-09-07 13:55:00 +02:00
README.md Merge branch 'main' of github.com:foomo/posh into bump-deps 2024-03-11 13:55:43 +01:00

Project Oriented SHELL (posh)

Build Status Go Report Card Coverage Status GoDoc

think of posh as an interactive and hackable Makefile

Installing

Install the latest release of the cli:

$ brew update
$ 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:

$ make shell

How to Contribute

Make a pull request...

License

Distributed under MIT License, please see license file within the code for more details.