MEINE(1)

NAME

meinemeine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich…

SYNOPSIS

$pip install meine

INFO

49 stars
0 views

DESCRIPTION

meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich terminal UI, allowing you to navigate directories, manage files, and fetch system info—fast.

README

MEINE 🌒

A modern, regex-powered file manager and system utility for the terminal.
Combining intuitive command parsing with a rich TUI to make terminal operations fast and beautiful.

Stars Badge Issues Badge GitHub contributors License Badge Downloads Badge

Meine Demo
Intuitive Terminal Interface

Widgets Demo
Rich System Widgets

Windows Utilities Demo
Cross-Platform Compatibility

Loved the project? Please consider donating to help it improve!

Features

  • Regex-Based Command Parsing
    Use intuitive commands to delete, copy, move, rename, search, and create files or folders.

  • TUI Directory Navigator
    Browse your filesystem in a reactive terminal UI—keyboard and mouse supported.

  • Live Command Console
    A built-in shell for interpreting commands and reflecting state changes in real time.

  • Asynchronous & Modular
    Built with asyncio, aiofiles, py7zr, and modular architecture for responsive performance.

  • Theming & Config
    CSS-powered themes, JSON-based user preferences, and dynamic runtime settings.

  • System Dashboard
    Real-time system insights via one-liner commands: cpu, ram, battery, ip, user, env, and more.

  • Plugin Ready
    Drop in your own Python modules to extend functionality without altering core logic.


Screenshots

Main Interface

Input shell Settings screen

Input Shell            Settings screen

System Utilities

System widget

System widget (inspired by Neofetch)

Dynamic Suggestions

Dynamic Suggestions

Hardware Monitoring

Battery widget

Battery widget

RAM widget

RAM widget

CPU widget

CPU widget


Installation

Quick Install

Install via pip

Requires Python 3.10+

pip install meine
From Source
git clone https://github.com/Balaji01-4D/meine
cd meine
pip install .

Regex-Based Commands

ActionSyntax Examples
Deletedel file.txt  ·  rm file1.txt,file2.txt
Copycopy a.txt to b.txt  ·  cp a1.txt,a2.txt to d/
Movemove a.txt to d/  ·  mv f1.txt,f2.txt to ../
Renamerename old.txt as new.txt
Createmk file.txt  ·  mkdir folder1,folder2
Searchsearch "text" folder/  ·  find "term" notes.md

© 2025 MEINE | Made with 🌒 by Balaji J | MIT License

SEE ALSO

clihub3/4/2026MEINE(1)