What is ktools?
ktools is a command line application that provides useful developer tools. It's built as a kotlin multiplatform project and is currently available for macos (both X64 and ARM), linux and windows targets.
Commands
ktools --help
- View all available commandsktools uuid
- Creates a random UUIDktools unixtime
- Unix time conversionsktools hash
- Provides hash value for given file or stringktools encode
- Encodes some text content to specified formatktools decode
- Decodes some text content from specified formatktools prettyprint
- Pretty print commonly used text like json- ... and growing
Commands are written using Clikt and have help messages that can be viewed using --help
. Learn more about these commands here.
Releases
ktools is available as an executable for MacOS ARM, MacOS x64, Linux x64 and Windows x64 systems. Find the latest release here.
License
Copyright 2024 Sriniketh Ramachandran
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.