Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/list-unicode-display
Search for and list unicode characters in Emacs
https://github.com/purcell/list-unicode-display
Last synced: about 2 months ago
JSON representation
Search for and list unicode characters in Emacs
- Host: GitHub
- URL: https://github.com/purcell/list-unicode-display
- Owner: purcell
- Created: 2015-02-19T09:02:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T18:04:56.000Z (2 months ago)
- Last Synced: 2024-11-18T18:55:11.410Z (2 months ago)
- Language: Emacs Lisp
- Size: 10.7 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Melpa Status](https://melpa.org/packages/list-unicode-display-badge.svg)](https://melpa.org/#/list-unicode-display)
[![Melpa Stable Status](https://stable.melpa.org/packages/list-unicode-display-badge.svg)](https://stable.melpa.org/#/list-unicode-display)
[![Build Status](https://github.com/purcell/list-unicode-display/actions/workflows/test.yml/badge.svg)](https://github.com/purcell/list-unicode-display/actions/workflows/test.yml)list-unicode-display
====================Provides a command which searches for unicode characters by name, and
displays a list of matching characters with their names in a buffer.### Installation
Preferred method: install [Melpa](http://melpa.org/).
Otherwise:
(add-to-list 'load-path "/dir/containing/list-unicode-display")
(require 'list-unicode-display)### Usage
M-x list-unicode-display
Alternatively, `list-unicode-display-find-copy` may be used to search
interactively for a character and copy it to the kill ring.
[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)