A simple emoji/memes finder
- Use arrow keys to choose the meme to use
- Press number keys on keyboard to choose type 1 for ascii, 2 for gif etc
- Press enter to choose. The meme/emoji has been copied to clipboard
- Download retro_typer.dmg from Releases
- Double click and install the .dmg file
- Open the Shortcuts app in macos
- Click the plus button at the top right corner to add a new shortcut
- click on the search bar at the top right corner and type "Open App" for the action. Drag open app to the main area.
- Click on the app keyword and find retro_typer
- To setup a keyboard shortcut, click the information icon at the top right corner of the shortcuts app.
- Click "Add Keyboard Shortcut" and add your shortcut key combination, you can press shift + option + 1
- And you're done ! Just press the shortcut anywhere.
- Download windows.zip from Releases
- extract the zip file
- Right click on the retro_typer shortcut and click 'properties'
- click on the 'Shortcut Key' and setup a key like Ctrl + Alt + 1
If you want to build your own dmg instead of the releases, you can follow this article. I'll mention the steps here regardless. You need to have flutter installed.
Clone the Repository
git clone https://github.com/K-Rafiki/retro_emojis
Create a release build.
flutter build macos --release
Run the following command in your terminal. Make sure you have npm installed.
npm install -g appdmg
Finally we build the dmg
appdmg ./dmg_creator/config.json ./dmg_creator/retro_typer.dmg
- Add normal emojis
- Add Gifs
- Recently used appear at the top
- Add settings for configuration
Contributions are always welcome ! Send in a PR request, I'll review and merge
Some shortcuts are already used by the Macos itself. Try out a few combinations and see which ones are available This is a known issue. If you have resolved it, you can reach out to me or create a PR with help and I can merge !