This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Releases: jakewmeyer/Ruby-Scripts
Releases · jakewmeyer/Ruby-Scripts
Version 1.9.1
Features Added
netgeo
now can fetch MAC addresses for specific interfaces like eth0netgeo
is now a standalone gem, andjake-scripts
has it as a dependency to avoid conflicts- All the
ip-utils
are now deprecated, and replaced bynetgeo
. However, I will keep them for legacy reasons, because some people still like the styled formatting
Version 1.8.8
Features Added
netgeo
script is now live, replacing the previous 3 IP commands- For the old IP commands, the underscore was replaced with a hyphen for easier typing
ip-geo
now supports command line arguments, to skip the prompt section of the program
Version 1.8.4
Features Added
- Users can now set their own API keys through environment variables
Version 1.8.3
Features Added
- Extended functionality of ip_geo to allow for easier piping of outputs to other programs
- ip_geo can now take an IP address as an argument, to skip the prompt and get straight to the data
Version 1.8.1
Features Added
- Added Linux support for DNS and Router IP's
Version 1.8.0
Fixes & Features
- Scripts are now packaged in a ruby gem for easy installation and dependency management
- Install.sh has been replaced with ruby gem support
- Added true multiple LAN support to ip_list
- Renamed ip to ip_list to avoid conflict with linux ip command
- Added metric support for weather script based on IP country
- Version brings the gem and corresponding repo to the same version for consistency
Version 1.0.2
- Added encryption scripts for encrypting and decrypting files
- Added bash error handling to encryption scripts
- Created bin folder with pre-made scripts with .rb removed
- Updated install.sh to make the install nicer to look at
Version 1.0.1
- New currency conversion script added
- New FAQ's added for clarification
- Added install.sh
- Added curl command for one command installs
- Updated documentation for currency converter
Version 1.0.0
- Error and exception handling was added to reduce cryptic errors
- Code was refactored and refined to simplify the process
- Script output now uses better formatting
- Free API keys are now baked into the scripts
- Scripts have been tested extensively for stability
- Readme was updated with new screenshots
Version 0.3
Alpha release of current scripts. They should be ready for stable release when exception and error handling is added in during the next few weeks.