An open API service indexing awesome lists of open source software.

https://github.com/kujenga/gosh

Go utilities to do things in your shell
https://github.com/kujenga/gosh

golang prompt shell

Last synced: about 2 months ago
JSON representation

Go utilities to do things in your shell

Awesome Lists containing this project

README

        

# Gosh

A collection of utilities written in Go to help do things in your shell.

- `cmd/smart-pwd`: A fast, smarter pwd that abbreviates your path and detects
source code repositories, intended for use in a shell prompt.
- `cmd/stamp`: Timestamp generation utility for various custom formats,
including RFC 3339.
- `cmd/urlencode`: Utility to encode URL encode text from stdin.