Go to file
Kevin Franklin Kim a0e9b8bf64
feat: go 1.24.0
2025-02-19 11:46:16 +01:00
.github docs: update LICENSE 2024-12-06 14:10:08 +01:00
cmd fix: use without cancel 2024-10-26 12:24:46 +02:00
embed feat: update ownbrew and refactor cmds 2024-10-26 11:32:08 +02:00
integration/scaffold feat: go 1.24.0 2025-02-19 11:46:16 +01:00
internal feat: go 1.24.0 2025-02-19 11:46:16 +01:00
pkg feat: go 1.24.0 2025-02-19 11:46:16 +01: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 feat: go 1.24.0 2025-02-19 11:46:16 +01: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: go 1.24.0 2025-02-19 11:46:16 +01:00
go.sum feat: go 1.24.0 2025-02-19 11:46:16 +01:00
LICENSE docs: update LICENSE 2024-12-06 14:10:08 +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 docs: update README 2024-10-26 11:58:51 +02:00

Build Status Go Report Card Coverage Status GoDoc

POSH

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 foomo/tap/posh

Usage

$ posh help
Project Oriented Shell (posh)

Usage:
  posh [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  config      Print loaded configuration
  help        Help about any command
  init        Initialize a Project Oriented Shell
  version     Print the version

Flags:
  -h, --help           help for posh
      --level string   set log level (default: info) (default "info")
      --no-color       disabled colors (default: false)

Use "posh [command] --help" for more information about a command.

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.

Made with ♥ foomo by bestbytes