Files
fush/README.md
2026-05-22 00:26:27 +03:00

31 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# fush shell
**F**usion **U**nix **SH**ell — легковесная, расширяемая командная оболочка с поддержкой Linux и OpenIndiana.
[![Go Version](https://img.shields.io/badge/Go-1.26-blue.svg)](https://golang.org/)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
## Особенности
- 🚀 **Легковесная** — минимальное потребление ресурсов
- 🔧 **Расширяемая** — поддержка Lua скриптов
- 🎨 **Красивая** — ANSI цвета для приглашения и вывода
- 📜 **История команд** — сохранение и навигация по истории
- ⚙️ **Конфигурируемая** — TOML конфигурация
- 🔄 **Кроссплатформенная** — Linux и OpenIndiana (Illumos)
## Быстрый старт
### Установка
```bash
# Клонирование репозитория
git clone https://github.com/yourusername/fush.git
cd fush
# Сборка
go build -o fush
# Установка (опционально)
sudo cp fush /usr/local/bin/