https://github.com/purcell/list-unicode-display
Search for and list unicode characters in Emacs
https://github.com/purcell/list-unicode-display
Last synced: 22 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T11:52:15.000Z (5 months ago)
- Last Synced: 2025-03-25T03:31:20.492Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 16.6 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://melpa.org/#/list-unicode-display)
[](https://stable.melpa.org/#/list-unicode-display)
[](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/)