Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaemoji board

A simple emoticon board, inspired by the macOS emoji picker! Intended for use with Hotkey daemons.

Usage

Prerequisites

  • Rust

Installation

git clone https://github.com/NamesCode/kaemoji_board.git
cd kaemoji_board
cargo install --path .

Once installed, run kaemoji_board.

Config

Configuration is simple with a single JSON file found at ~/.config/kaemoji_board/KaemojiConfig.json for macOS and Linux or your operating systems default configuration path.

Example config:

{
  "kaemojis": {
    "Example kaemoji": [
      {
        "emoticon": "( ͡° ͜ʖ ͡°)",
        "tags": [
          "example"
        ]
      }
    ]
  }
}

Support

For support, you can ask in my discord server here!

About

A simple egui emoji picker for emoticons!

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages