https://github.com/kociumba/ktool
relatively basic cli tool made for myself and anyone that finds it usefull
https://github.com/kociumba/ktool
cli cli-app go golang multipurpose terminal terminal-based
Last synced: 29 days ago
JSON representation
relatively basic cli tool made for myself and anyone that finds it usefull
- Host: GitHub
- URL: https://github.com/kociumba/ktool
- Owner: kociumba
- License: mit
- Created: 2023-07-25T19:55:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T10:55:27.000Z (about 2 years ago)
- Last Synced: 2025-01-22T01:15:01.303Z (over 1 year ago)
- Topics: cli, cli-app, go, golang, multipurpose, terminal, terminal-based
- Language: Go
- Homepage: https://ksuite.framer.website
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Welcome to
---
# Overview
This is a simple cli tool I wrote for myself in go,
it contains all my stupid ideas I'm not too lazy to execute
Ktool is a part of my K suite of tools that so far includes:
- [Ktool](https://github.com/kociumba/ktool) - this repo
- [Ksorter](https://github.com/kociumba/ksorter)
- [Kinjector](https://github.com/kociumba/Kinjector)
- [Kpixel](https://github.com/kociumba/kpixel)
Instructions for installing Ktool can be found in the [Ktool wiki](https://github.com/kociumba/ktool/wiki) (The recommended way to install Ktool is to use the [scoop install script](https://github.com/kociumba/ktool/blob/main/ktool.json))
---
# Features
> [!NOTE]
> **_Command line arguments are supported, more info on this on the [wiki](https://github.com/kociumba/ktool/wiki)_**
> [!WARNING]
> This project is due for a major rewrite that will happen when I have time.
> This will most likely introduce breaking feature changes.
1. [ ] shitty btop (for now disabled)
2. [x] note-taking
3. [x] currency conversion (anti british bias removed 💀)
4. [x] shitty ls clone for listing files in directories
5. [x] the [pricer](https://gabagool.vercel.app/)
6. [x] shitty fibonacci sequence I made couse of boredom
7. [x] the funny
8. [x] integration with my [Ksorter](https://github.com/kociumba/ksorter)
9. [ ] time zone conversion
10. [x] open Kserver (basic file host that can be forwarded through ngrok, work on an actual Kserver is going to happen soon ***TM***).
---
## Notes
If any antiviruses give a false positive about this app downloading from a raw GitHub link,
this is because the Ktool downloads the [Ksorter.ps1](https://github.com/kociumba/ksorter/blob/main/Ksorter.ps1) script automatically
from GitHub.
I could have prepackaged Ksorter with Ktool but that would mean Ktool wouldn't always use the latest version of Ksorter.
if you are a developer, fixes to my shit code are more than welcome
