This package is an extension for DevToys 2.0.
DevToys.ExtensionKit provides additional developer tools for the DevToys application.
This extension offers the following tools:
- IP Address Parser: Analyze IP addresses and subnets to get network information, including subnet masks, CIDR notation, usable host ranges, and more.
- Chmod Calculator: Calculate and convert Unix file permissions between symbolic notation (rwxr-xr--) and octal notation (754), and generate chmod commands.
- Download the
DevToys.ExtensionKit
NuGet package from NuGet.org. - In DevToys, open "Manage Extensions", click "Install" and select the downloaded NuGet package.
- After installation, restart DevToys.
- Verify that new tools have been added to the toolbar.
Issues and feedback are welcome in the Issues section of the GitHub repository.
Pull requests are also welcome.
[1.1.0]
- Improved the output of the network partitioning function in the IP Address Parser Tool.
- Fixed ChmodCalculator UI to be easier to read. [1.0.1]
- Bug fixes
- Updated documentation
[1.0.0]
- Initial release
- Added IP Address Parser tool
- Added Chmod Calculator tool
This project is licensed under the terms found in the LICENSE file in the root of this repository.