Skip to content

Commit

Permalink
Merge branches 'main' and 'main' of https://github.com/0niel/yandex-k…
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Jul 19, 2024
2 parents caf531e + 1676481 commit 7a7edc1
Showing 1 changed file with 79 additions and 2 deletions.
81 changes: 79 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Welcome to the Yandex Keyboard Desktop application! This project leverages the p
- **System Tray Integration**: Minimizes to the system tray for easy access.
- **Automatic Pasting**: Simulates `Ctrl+V` to paste processed text into the focused window.

![Demo](https://github.com/user-attachments/assets/9a3a1247-abc7-4135-9d7c-1537da563366)

## Getting Started

### Prerequisites
Expand All @@ -21,8 +23,8 @@ Welcome to the Yandex Keyboard Desktop application! This project leverages the p

1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/yandex_keyboard_desktop.git
cd yandex_keyboard_desktop
git clone https://github.com/0niel/yandex-keyboard-desktop.git
cd yandex-keyboard-desktop
```

2. **Install dependencies**:
Expand All @@ -40,6 +42,14 @@ Welcome to the Yandex Keyboard Desktop application! This project leverages the p
- **Activate the app**: Press `Ctrl+R` to activate the floating window and process the clipboard text.
- **System Tray**: Right-click the tray icon to show the window or exit the app.

## Download

- [Download the latest release](https://github.com/0niel/yandex-keyboard-desktop/releases) 🚀

> **Note**: Currently, the application only supports **Windows**.
> - macOS: 🚧 In Progress
> - Linux: 🚧 In Progress

## Acknowledgements

- **Yandex**: Thanks for the incredible API that powers this application.
Expand All @@ -52,3 +62,70 @@ This project is licensed under the MIT License.
---

Made with ❤️ by Oniel.

---

# Yandex Keyboard Desktop 🚀

Добро пожаловать в Yandex Keyboard Desktop! Этот проект использует мощный API Яндекса для улучшения функциональности вашего буфера обмена. Особая благодарность Яндексу за их замечательный API. 😊✨

## Функции

- **Активация горячей клавишей**: Легко активируйте приложение, используя `Ctrl+R`.
- **Обработка буфера обмена**: Автоматически обрабатывает текст из вашего буфера обмена.
- **Плавающее окно**: Отображает прозрачное, ненавязчивое окно в позиции вашего курсора.
- **Интеграция в системный трей**: Сворачивается в системный трей для легкого доступа.
- **Автоматическая вставка**: Имитация `Ctrl+V` для вставки обработанного текста в активное окно.

![Демонстрация работы](https://github.com/user-attachments/assets/9a3a1247-abc7-4135-9d7c-1537da563366)

## Начало работы

### Требования

- Flutter SDK
- Dart SDK

### Установка

1. **Клонировать репозиторий**:
```bash
git clone https://github.com/0niel/yandex-keyboard-desktop.git
cd yandex-keyboard-desktop
```

2. **Установить зависимости**:
```bash
flutter pub get
```

3. **Запустить приложение**:
```bash
flutter run
```

## Использование

- **Активировать приложение**: Нажмите `Ctrl+R` для активации плавающего окна и обработки текста из буфера обмена.
- **Системный трей**: Щелкните правой кнопкой мыши по значку в трее, чтобы показать окно или выйти из приложения.

## Загрузка

- [Скачать последнюю версию](https://github.com/0niel/yandex-keyboard-desktop/releases) 🚀

> **Примечание**: В настоящее время приложение поддерживает только **Windows**.
> - macOS: 🚧 В разработке
> - Linux: 🚧 В разработке

## Благодарности

- **Яндекс**: Спасибо за невероятный API, который поддерживает это приложение.
- **Flutter**: За удивительный фреймворк, который делает разработку кросс-платформенных приложений бесшовной.

## Лицензия

Этот проект лицензирован на условиях лицензии MIT.

---

Сделано с ❤️ Ониелом.

0 comments on commit 7a7edc1

Please sign in to comment.