https://github.com/jftuga/homebrew-tap
Homebrew tap for jftuga command-line tools
https://github.com/jftuga/homebrew-tap
Last synced: about 1 year ago
JSON representation
Homebrew tap for jftuga command-line tools
- Host: GitHub
- URL: https://github.com/jftuga/homebrew-tap
- Owner: jftuga
- License: mit
- Created: 2023-11-23T14:13:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T11:04:59.000Z (about 1 year ago)
- Last Synced: 2025-03-22T12:19:20.051Z (about 1 year ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changecase.rb
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-tap
Homebrew tap for jftuga command-line tools
## Install:
* `brew tap jftuga/homebrew-tap; brew update; brew install jftuga/tap/XYZ` <-- where `XYZ` is a package name such as: awswho, ipinfo, etc.
## Programs
* [awswho](https://github.com/jftuga/awswho) - Quickly output AWS sts get-caller-identity
* [changecase](https://github.com/jftuga/changecase) - convert command line arguments to upper, lower or title case
* [chars](https://github.com/jftuga/chars) - Determine the end-of-line format, tabs, bom, and nul characters
* [dtmate](https://github.com/jftuga/DateTimeMate) - dtmate: output the difference between date, time or duration
* [freq](https://github.com/jftuga/freq) - Display the frequency of each line in a file or from STDIN
* [fstat](https://github.com/jftuga/fstat) - fstat: get info for a list of files across multiple directories
* [gostat](https://github.com/jftuga/gostat) - Display and set file timestamps
* [ipinfo](https://github.com/jftuga/ipinfo) - Return IP address info including geographic location and distance when given IP address, email address, host name or URL
* [nics](https://github.com/jftuga/nics) - Display information about Network Interface Cards (NICs)
* [snspublish](https://github.com/jftuga/sns_publish) - command line tool to send message or file to AWS SNS topic subscribers
* [spotprice](https://github.com/jftuga/spotprice) - Quickly get AWS spot instance pricing
* [timeit](https://github.com/jftuga/timeit) - timeit: a CLI tool used to time the duration of the given command