Skip to content

Query the COLMEX's DEM dictionary from CLI or using unix pipes.

License

Notifications You must be signed in to change notification settings

ivanmoreau/dem.colmex.perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This Perl script allows to consult the COLMEX's spanish DEM dictionary without a user interface.

Right now it can just generate Rich Text terminal output or Markdown.

Input can be supplied as an argument or from stdin.

I hacked this all together last night without previous Perl knowledge. I feel the Perl power now.

It doesn't use external dependencies, nor will it in the future. So it should run in every computer. All the most used operating systems ship with Perl, right?

Usage:

$ echo pato | ./dem.pl
$ ./dem.pl --input pato
$ echo pato | ./dem.pl -m
$ echo pato | ./dem.pl -markdown

About

Query the COLMEX's DEM dictionary from CLI or using unix pipes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages