/sindarin-term

A sindarin or quenya date function for the elvish shell

MIT LicenseMIT

sindarin-term

elvish (sindarin) date printing for the Elvish shell.

installation

just use epm the built in elvish package manager.

use epm
epm:install github.com/jkbr-19/sindarin-term

To access the function put this in your rc.elv

use github.com/jkbr-19/sindarin-term/date-elv

Some example output:

~> date-elv:date-elv -S "%A: %d.%B TA. %Y"
Orgillion: 19.Narwain TA. 2019

As you can see it works pretty much like regular old date +"format" but replaces %A with the Elvish name for the current weekday and %B with the Elvish month. Use the options -Q or -S to select a language. Pull requests are welcome