https://github.com/gfldex/digraphs
https://github.com/gfldex/digraphs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfldex/digraphs
- Owner: gfldex
- License: artistic-2.0
- Created: 2016-08-11T04:45:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T19:20:35.000Z (over 2 years ago)
- Last Synced: 2025-02-16T09:41:54.824Z (9 months ago)
- Language: Perl
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# digraphs
A simple program that waits for two characters from STDIN, looks them up in a
digraph table and outputs a utf-8 char on STDOUT.
It is meant to be used with screen or any editor that can insert output of
external programs into a buffer.
The rational to have it is that screens build-in digraph table is rather short
and not well grouped to suite the needs of the distinguished Perl 6 adept.
Updating both irssis and vims digraph table is kind of cumbersome. If you are
running screen anyway, this will save quite some time.
To install run the following and restart screen.
```
ln -s bin/digraphs.pl ~/bin/digraphs
echo 'bindkey ^K exec .! digraphs' >> ~/.screenrc
```
© 2016 Wenzel P. P. Peppmeyer