An open API service indexing awesome lists of open source software.

https://github.com/merrit/feeling_finder

A fast and beautiful app to help convey emotion in text communication.
https://github.com/merrit/feeling_finder

Last synced: 11 months ago
JSON representation

A fast and beautiful app to help convey emotion in text communication.

Awesome Lists containing this project

README

          

# Feeling Finder

A fast and beautiful app to help convey emotion in text communication.

![Screenshot](https://github.com/Merrit/feeling_finder/assets/9575627/c060b90a-eee7-49cb-a352-0113084ad858)

![Variants](https://github.com/Merrit/feeling_finder/assets/9575627/bda1bb27-27ee-4e57-b344-cc753f7cb4a0)

## Features

- Emojis from the Unicode spec
- Variants / skin tones
- Browse emoji categories
- Hover emoji for description
- Keyboard shortcuts
- `Ctrl` + `F` to focus search
- Select emoji with arrow keys
- Press `Enter` or click/tap an emoji to copy to clipboard
- Right-click or `Menu` key to show variant / skin tone menu
- `Alt` + `Arrow Up` / `Arrow Down` to change category
- Option to quit after copying to clipboard
- Right-click or long-press Recent to clear
- Light & dark theme


## Download

**Linux**
- [Flathub](https://flathub.org/apps/details/codes.merritt.FeelingFinder)
- [Snap](https://snapcraft.io/feeling-finder)
- [Portable](https://github.com/Merrit/feeling_finder/releases/latest/download/FeelingFinder-Linux-Portable.tar.gz)

**Windows**
- [Microsoft Store](https://apps.microsoft.com/detail/9pc74560s0fj?launch=true%20&mode=mini)
- [Installer](https://github.com/Merrit/feeling_finder/releases/latest/download/FeelingFinder-Windows-Installer.msix)
- [Portable](https://github.com/Merrit/feeling_finder/releases/latest/download/FeelingFinder-Windows-Portable.zip)

**Android**
- [Google Play](https://play.google.com/store/apps/details?id=codes.merritt.FeelingFinder)
- [APK](https://github.com/Merrit/feeling_finder/releases/latest/download/FeelingFinder-Android.apk)


## Building

#### Requirements
- A working installation of
[Flutter](https://docs.flutter.dev/get-started/install).

#### Get dependencies

- Navigate to project root directory in terminal
- `flutter pub get`

#### Build release version

Run one of:

- `flutter build linux`
- `flutter build windows`
- `flutter build android`
- `flutter build web`

The app should work for MacOS & iOS as well if one has the system to compile
them.

#### Run debug version

- `flutter run -d linux`

Alternatively:

Open the project root as folder in an [IDE with a Flutter plugin](https://docs.flutter.dev/get-started/editor) such as VS Code,
Android Studio, IntelliJ, or Emacs. Then run from the debug panel.