Kimino is a TUI app. Which helps to create, custom app desktop entry in Linux.
show_off.1.mp4
1. Supports online web app (suppose : Youtube web app)
2. Bash file app (it runs the bash file)
3. TUI or GUI app (it aks for the command for ruining the app, like : Kimino)
4. Supports all Linux distro, all terminal apps
much more!
Installation or update using uv:
uv tool install -U git+https://github.com/TheAhumMaitra/Kimino.git
or
uv tool install -U Kimino
Done , now launch with just Kimino command
Installation using pip
pip install Kimino
Done , now launch with just Kimino command
Installation using pipx:
pipx install Kimino
Done , now launch with just Kimino command
Manual installation:
Pre-requirements : python installed
*Note : It can work on older Python version but it is not recommended.
Steps :
- Clone this repo
git clone https://github.com/TheAhumMaitra/Kimino.git
- Go to the
Kiminofolder
It's saved where you cloned this repo
cd Kimino
- Install it
pip install .
Done , now launch with just Kimino command