github.com/kujenga/gash@v0.0.0-20230321210531-bed9f4dc58b3/README.md (about)

     1  # Gosh
     2  
     3  A collection of utilities written in Go to help do things in your shell.
     4  
     5  - `cmd/smart-pwd`: A fast, smarter pwd that abbreviates your path and detects
     6    source code repositories, intended for use in a shell prompt.
     7  - `cmd/stamp`: Timestamp generation utility for various custom formats,
     8    including RFC 3339.
     9  - `cmd/urlencode`: Utility to encode URL encode text from stdin.