Skip to content

The classic Buddhist sutta with study materials

License

Notifications You must be signed in to change notification settings

cyber-prophet/dhammapada

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

The classic Buddhist sutta with study materials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nushell 100.0%