What is KMI and how do I use it?
How to use?
To use it, you will need a device with the curl utility, usually available on any Linux distribution, installed via a package manager such as apt install curl
or yum install curl
and so on. Next, enter one simple command and your text / text file will be instantly saved to the cloud.
shell
cat hello-world.c | curl -F 'kmi=<-' https://kmi.aeza.net
After that, you'll get a short and convenient link to your text file (for example: https://kmi.aeza.net/dJdFRy
).
Information
KMI is completely free, has no restrictions, limits or anything else. Use as much as you need.
You can also install a script to make KMI easier to use, you can do this as follows:
shell
# Install
curl "https://kmi.aeza.net/install" | sudo sh
# Usage
echo 123 | sh kmi # Where `123` is the text that will be loaded into the KMI.