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
- Host: GitHub
- URL: https://github.com/kujenga/gosh
- Owner: kujenga
- Created: 2018-07-20T21:26:02.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T21:05:45.000Z (about 2 years ago)
- Last Synced: 2025-02-10T13:12:13.601Z (3 months ago)
- Topics: golang, prompt, shell
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.