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.
- Host: GitHub
- URL: https://github.com/merrit/feeling_finder
- Owner: Merrit
- License: gpl-3.0
- Created: 2021-11-03T19:38:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T20:14:23.000Z (about 1 year ago)
- Last Synced: 2025-04-12T10:59:16.587Z (11 months ago)
- Language: Dart
- Size: 14.7 MB
- Stars: 48
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Feeling Finder
A fast and beautiful app to help convey emotion in text communication.


## 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.