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.
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.
Intuitive Terminal Interface
Rich System Widgets
Cross-Platform Compatibility
Loved the project? Please consider donating to help it improve!
Features
- Regex-Based Command Parsing
- TUI Directory Navigator
- Live Command Console
- Asynchronous & Modular
asyncio, aiofiles, py7zr, and modular architecture for responsive performance.
- Theming & Config
- System Dashboard
cpu, ram, battery, ip, user, env, and more.
- Plugin Ready
Screenshots
Main Interface
Input Shell Settings screen
System Utilities
System widget (inspired by Neofetch)
Dynamic Suggestions
Hardware Monitoring
Battery widget
RAM widget
CPU widget
Installation
Quick Install
Install via pipRequires Python 3.10+
pip install meine
From Source
git clone https://github.com/Balaji01-4D/meine
cd meine
pip install .
Regex-Based Commands
| Action | Syntax Examples |
|---|---|
| Delete | del file.txt Β· rm file1.txt,file2.txt |
| Copy | copy a.txt to b.txt Β· cp a1.txt,a2.txt to d/ |
| Move | move a.txt to d/ Β· mv f1.txt,f2.txt to ../ |
| Rename | rename old.txt as new.txt |
| Create | mk file.txt Β· mkdir folder1,folder2 |
| Search | search "text" folder/ Β· find "term" notes.md |
Β© 2025 MEINE | Made with π by Balaji J | MIT License