Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkpaz/corf
A set of tools for IT engineers
https://github.com/mkpaz/corf
gui java javafx javafx-application plugin-system tools
Last synced: 3 months ago
JSON representation
A set of tools for IT engineers
- Host: GitHub
- URL: https://github.com/mkpaz/corf
- Owner: mkpaz
- License: apache-2.0
- Created: 2019-12-26T16:07:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T19:36:48.000Z (over 1 year ago)
- Last Synced: 2024-09-30T03:23:00.880Z (4 months ago)
- Topics: gui, java, javafx, javafx-application, plugin-system, tools
- Language: Java
- Homepage:
- Size: 3.31 MB
- Stars: 27
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧰 Corf
A set of tools for IT engineers.
Download the latest release from the **[Releases](https://github.com/mkpaz/corf/releases)** page.
![alt](./.screenshots/demo.gif)
## Tools
Check [screenshots](https://github.com/mkpaz/corf/tree/master/.screenshots) for a brief feature overview.
- **Base64 Converter** - Base64 batch encoder and decoder.
- **File Builder** - a tool for generating text files (like CSV, XML, configs, custom scripts etc.) by predefined
template.
- **HTTP Sender** - HTTP requests automation tool. It's not intended to provide complex API testing (like Postman or similar apps), but rather to perform bulk requests to automate routine configuration tasks.
- **IPv4 Calculator** - supports subnet splitting and IP format conversion.
- **Password Generator** - password generator that supports different types of passwords.
- **Sequence Generator** - a tool for generating complex numeric sequences by predefined template.## Plugins
App features can be extended via plugins. If you want to write your own plugin, clone this repo and use `plugin-example` as the starting point.