Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 274 Bytes

Dhammapada

Nushell script to assemble yaml texts for Dhammapada and its translations.

Simple cyberlinks

glob *.yaml
| each {|i|
    let cid = (cy pin-text 'dhammapada yaml');
    cy link-texts $cid (open $i -r)
}

cy link-texts 'dhammapada' 'dhammapada yaml'