Metadata-Version: 2.4
Name: crust-shell
Version: 0.1.0
Summary: Crust – a Python-based Linux shell with aliases and more.
Author: Juraj Kollár
License: MIT License (with Small Snippet Exception)
        
        Copyright (c) [2025] [mostypc123]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights  
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell  
        copies of the Software, and to permit persons to whom the Software is  
        furnished to do so, subject to the following conditions:
        
        1. Attribution  
           The above copyright notice and this permission notice shall be included  
           in all copies or substantial portions of the Software, except as provided  
           in the "Small Snippet Exception" below.
        
        2. Small Snippet Exception  
           If fewer than thirty (30) consecutive lines of the Software’s source code  
           are copied verbatim into another project without substantial modification,  
           attribution is not required. This exception applies only when the copied  
           snippet does not constitute a significant portion of the new work.
        
        3. Disclaimer  
           THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR  
           IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,  
           FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL  
           THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR  
           OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,  
           ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR  
           OTHER DEALINGS IN THE SOFTWARE.
        
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: requests
Requires-Dist: cohere
Dynamic: license-file

![Screenshot](screenshot.png)
# 🐚 Crust Shell
[![Python](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![Platform](https://img.shields.io/badge/platform-linux-lightblue.svg)](https://kernel.org)
[![License](https://img.shields.io/badge/license-edited%20MIT-yellow.svg)]()
[![Made with ❤️](https://img.shields.io/badge/made%20with-%E2%9D%A4-red.svg)](https://github.com/mostypc123)

THERE IS NO API KEY IN THE API KEY FILE. ITS THERE FOR THE PROJECT STRUCTURE.

Crust is an interactive Linux shell written in Python, designed with a modern interface, AI integration, and enhanced tooling for common system tasks.
Python devs, please add ✨**arrow support**✨ to `input()`.

## ✨ Features

- ⚙️ Custom startup hook support via `custom_commands.py`
- 🧠 AI Assistant integration using Cohere with `.question` prompt
- 🧾 Enhanced `ls`, `lsusb`, and `df -h` commands using Rich tables
- 🔧 Built-in troubleshooting interface
- 💾 Custom integration to search for packages across multiple package managers
- 📁 Git branch and repo detection in prompt
- 🪟 Venv support and styled prompt with icons
- 🧠 Neofetch context awareness for AI assistant

## 📖 Documentation
https://mostypc123.is-a.dev/crust

Very quick installation:
```bash
git clone https://github.com/mostypc123/crust && cd crust && pip install . && cd .. && rm -rf crust
```

## 🛡️ License

This project is currently under development. License information will be provided in future versions.

## 📫 Contributing

Contributions, bug reports, and ideas are welcome!  
Feel free to open an issue or pull request on GitHub.

## 🧑‍💻 Author

**Juraj Kollár**  
Creator of [XediX](https://github.com/mostypc123/XediX)
