Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfldex/digraphs
https://github.com/gfldex/digraphs
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfldex/digraphs
- Owner: gfldex
- License: artistic-2.0
- Created: 2016-08-11T04:45:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T19:20:35.000Z (over 1 year ago)
- Last Synced: 2024-11-06T05:44:05.974Z (2 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