-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tomas Ravinskas
committed
May 30, 2016
1 parent
783bed5
commit 79d6505
Showing
8 changed files
with
1,709 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include LICENSE, README.md | ||
include LICENSE README.md emoji-keyboard.desktop | ||
recursive-include lib/data * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
Metadata-Version: 1.1 | ||
Name: emoji-keyboard | ||
Version: 1.0.0 | ||
Summary: Virtual keyboard-like emoji picker | ||
Home-page: https://github.com/OzymandiasTheGreat/emoji-keyboard | ||
Author: Tomas Ravinskas | ||
Author-email: [email protected] | ||
License: GPLv3+ | ||
Description: # Emoji keyboard | ||
|
||
Virtual keyboard-like emoji picker for linux. | ||
|
||
This project uses artwork and data from the excellent [EmojiOne project](http://emojione.com/). | ||
|
||
## Installation | ||
|
||
### Dependencies | ||
|
||
You'll need Python 3 GObject bindings and python3-xlib package. | ||
If you're on a debian based distro you can install them with | ||
|
||
`sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-glib-2.0 python3-xlib` | ||
|
||
### App | ||
|
||
There are several ways to install the app, you can install from deb you can | ||
find on [releases page](https://github.com/OzymandiasTheGreat/emoji-keyboard/releases). | ||
|
||
You can install with pip | ||
|
||
`sudo pip3 install https://github.com/OzymandiasTheGreat/emoji-keyboard/archive/master.zip` | ||
|
||
Or you can download the tarball, extract and run | ||
|
||
`sudo setup.py install` | ||
|
||
## Usage | ||
|
||
Selecting `Show Keyboard` from the app indicator menu or, if your desktop | ||
environment supports it, middle-clicking app indicator will toggle the visibility | ||
of the picker. When the picker is visible simply clicking on emoji will type it | ||
into focused application. | ||
|
||
If you want to toggle the visibility of the picker with a hotkey, use your | ||
desktop environment's native hotkey utility to assign a hotkey to `emoji-keyboard`. | ||
|
||
Platform: UNKNOWN | ||
Classifier: Development Status :: 5 - Production/Stable | ||
Classifier: Environment :: X11 Applications | ||
Classifier: Environment :: X11 Applications :: GTK | ||
Classifier: Intended Audience :: End Users/Desktop | ||
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) | ||
Classifier: Operating System :: POSIX :: Linux | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3 :: Only | ||
Classifier: Topic :: Utilities |
Oops, something went wrong.