https://github.com/sgaunet/homebrew-tools
homebrew repository
https://github.com/sgaunet/homebrew-tools
homebrew
Last synced: 2 months ago
JSON representation
homebrew repository
- Host: GitHub
- URL: https://github.com/sgaunet/homebrew-tools
- Owner: sgaunet
- License: mit
- Created: 2022-07-11T07:50:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T21:21:30.000Z (2 months ago)
- Last Synced: 2025-07-30T22:52:50.584Z (2 months ago)
- Topics: homebrew
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew repo
```
brew tap sgaunet/tools
```## Available Tools
### calcdate (v1.5.0)
Date calculation utility.
[source code here](https://github.com/sgaunet/calcdate)
Install :
```
brew install calcdate
```### dsn (v3.3.0)
dsn is a tiny library to handle data source name : scheme://user:password@host:port/dbname&sslmode=disable
[source code here](https://github.com/sgaunet/dsn)
Install :
```
brew install dsn
```### gini (v0.4.0)
Tool to update ini files.
[source code here](https://github.com/sgaunet/gini)
Install :
```
brew install gini
```### gitlab-backup (v1.13.0)
A tool for backing up GitLab projects and groups
[source code here](https://github.com/sgaunet/gitlab-backup)
Install :
```
brew install gitlab-backup
```### gitlab-token-expiration (v0.3.0)
Check GitLab token expiration.
[source code here](https://github.com/sgaunet/gitlab-token-expiration)
Install :
```
brew install gitlab-token-expiration
```### gocrypt (v1.5.1)
Encryption/decryption utility.
[source code here](https://github.com/sgaunet/gocrypt)
Install :
```
brew install gocrypt
```### helmchart-helper (v0.1.0)
Helm chart utility.
[source code here](https://github.com/sgaunet/helmchart-helper)
Install :
```
brew install helmchart-helper
```### jwt-cli (v1.2.2)
JWT (JSON Web Token) command-line interface.
[source code here](https://github.com/sgaunet/jwt-cli)
Install :
```
brew install jwt-cli
```### mdtohtml (v1.1.0)
A simple and efficient Markdown to HTML converter
[source code here](https://github.com/sgaunet/mdtohtml)
Install :
```
brew install mdtohtml
```### pplx (v0.6.0)
Perplexity AI CLI tool.
[source code here](https://github.com/sgaunet/pplx)
Install :
```
brew install pplx
```### wms (v0.3.0)
WMS (Web Map Service) command-line client for fetching map tiles.
[source code here](https://github.com/sgaunet/wms)
Install :
```
brew install wms
```