{ "info": { "author": "Austin Riba", "author_email": "austin@m51.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: Unix", "Programming Language :: Python :: 3", "Topic :: System :: Console Fonts", "Topic :: Text Processing :: Fonts" ], "description": "# tuimoji\n\ntuimoji is a terminal based emoji chooser for \\*nix. With tuimoji you\ncan search and browse emojis and copy them to your clipboard without ever\nleaving the comfort of your terminal!\n\n![Tuimoji main window](https://s3-us-west-2.amazonaws.com/pedaldp/images/2018-09-04-tuimoji/people.png)\n\n* [Features](#features)\n* [Installation](#installation)\n* [Usage](#usage)\n * [Skin tone modifier](#skin-tone-modifier)\n * [Change the clipboard](#change-the-clipboard)\n* [Acknowledgements](#acknowledgements)\n\n## Features\n\n* Browse emojis by category.\n* Search emojis by name.\n* Supports [skin tone modifiers](https://emojipedia.org/modifiers/).\n\n## Installation\n\ntuimoji requires Python3 and xclip to be installed. xclip can be installed\nvia your favorite package manager (if it is not already).\n\nTo install tuimoji, use pip:\n\n pip3 install --user tuimoji\n\n## Usage\n\nLaunch tuimoji with the `tuimoji` command. By default, the search input is\nfocused, allowing you to type to search immediately:\n\n![Tuimoji search](https://s3-us-west-2.amazonaws.com/pedaldp/images/2018-09-04-tuimoji/poo.png)\n\nPress Enter to highlight the first result, and use the cursor keys to navigate\nto the desired emoji. Pressing Enter again will copy the emoji to your\nclipboard and exit the program.\n\nAlternatively you may browse emojis using the named categories. Use the cursor\nkeys to navigate and press Enter to select a category.\n\n### Skin tone modifier\n\ntuimoji defaults to `0` which is the original Simpsons skin tone (no modifier).\n\nTo change the tone launch tuimoji with the `-t` or `--tone` command line argument:\n\n tuimoji -t 6\n\n\nThe available skin tone modifiers are:\n\n| Tone | Result |\n| ---- | ------ |\n| 0 | \ud83d\udc4a |\n| 1_2 | \ud83d\udc4a\ud83c\udffb |\n| 3 | \ud83d\udc4a\ud83c\udffc |\n| 4 | \ud83d\udc4a\ud83c\udffd |\n| 5 | \ud83d\udc4a\ud83c\udffe |\n| 6 | \ud83d\udc4a\ud83c\udfff |\n\n\n### Change the clipboard\n\nBy default tuimoji will copy characters to the clipboard, which is the usual\nselection when using copy and paste operations (ctrl+c/ctrl+v). You can also\ntell tuimoji to place the character on the primary (middle click paste) or\nsecondary (unused?) selections.\n\nLaunch tuimoji with the `-s` or `--selection` command line argument:\n\n tuimoji -s primary\n\n\n## Acknowledgements\n\nThanks to [shanraisshan/EmojiCodeSheet](https://github.com/shanraisshan/EmojiCodeSheet)\nfor the contents of the .json data file in this project.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Fingel/tuimoji", "keywords": "emoji emojis console terminal", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "tuimoji", "package_url": "https://pypi.org/project/tuimoji/", "platform": "", "project_url": "https://pypi.org/project/tuimoji/", "project_urls": { "Documentation": "https://github.com/Fingel/tuimoji", "Homepage": "https://github.com/Fingel/tuimoji", "Issues": "https://github.com/Fingel/tuimoji/issues" }, "release_url": "https://pypi.org/project/tuimoji/1.0.0/", "requires_dist": [ "urwid" ], "requires_python": ">=3", "summary": "A terminal ui based emoji selector.", "version": "1.0.0" }, "last_serial": 4239782, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8ea7c6ecd8100bf99abc2c8423856d46", "sha256": "b6ae20ff73eeaa8b9bbe48da679a25589c8e28f369946f7b5143049c03a0d5ec" }, "downloads": -1, "filename": "tuimoji-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8ea7c6ecd8100bf99abc2c8423856d46", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 20597, "upload_time": "2018-09-05T03:34:01", "url": "https://files.pythonhosted.org/packages/1d/af/4c3807c353481d913e617451867832b67c5e18a89640b92bcf6f1312d3b4/tuimoji-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3718f3358faad7ae19c01cd519c8a0d2", "sha256": "d2b6fd9d21d146e1c9d5c42cb20231f20c1da46d5b3c3f2f321294b7700bae1e" }, "downloads": -1, "filename": "tuimoji-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3718f3358faad7ae19c01cd519c8a0d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 21316, "upload_time": "2018-09-05T03:34:02", "url": "https://files.pythonhosted.org/packages/de/1b/7abb758fc9f026b10c543ed484d190ffdd9f4689168fe650d3dc4196d10a/tuimoji-0.0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "ac2d9598adee504648e7af88bf57049f", "sha256": "9f46638f6def267efcaae3ddb77f453468c4146aa4cace2b42e02822ae05d49e" }, "downloads": -1, "filename": "tuimoji-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ac2d9598adee504648e7af88bf57049f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 20730, "upload_time": "2018-09-05T04:10:13", "url": "https://files.pythonhosted.org/packages/52/c2/1a39288766519b0eae4b3fed3556bb6dda808ecd6bc93038d4bcc3d7d1f1/tuimoji-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29990d30146387781643fc409865d687", "sha256": "55f3cde3e153fabffd76a2fca3584b1304470a88888bb6d2c8d6d2f7fbef0e3a" }, "downloads": -1, "filename": "tuimoji-1.0.0.tar.gz", "has_sig": false, "md5_digest": "29990d30146387781643fc409865d687", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 21441, "upload_time": "2018-09-05T04:10:16", "url": "https://files.pythonhosted.org/packages/78/ed/8dbde8794e5a5aef7a180e8e45e50273cc467993871f1ba4cf50a6c413c9/tuimoji-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac2d9598adee504648e7af88bf57049f", "sha256": "9f46638f6def267efcaae3ddb77f453468c4146aa4cace2b42e02822ae05d49e" }, "downloads": -1, "filename": "tuimoji-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ac2d9598adee504648e7af88bf57049f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 20730, "upload_time": "2018-09-05T04:10:13", "url": "https://files.pythonhosted.org/packages/52/c2/1a39288766519b0eae4b3fed3556bb6dda808ecd6bc93038d4bcc3d7d1f1/tuimoji-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29990d30146387781643fc409865d687", "sha256": "55f3cde3e153fabffd76a2fca3584b1304470a88888bb6d2c8d6d2f7fbef0e3a" }, "downloads": -1, "filename": "tuimoji-1.0.0.tar.gz", "has_sig": false, "md5_digest": "29990d30146387781643fc409865d687", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 21441, "upload_time": "2018-09-05T04:10:16", "url": "https://files.pythonhosted.org/packages/78/ed/8dbde8794e5a5aef7a180e8e45e50273cc467993871f1ba4cf50a6c413c9/tuimoji-1.0.0.tar.gz" } ] }