Skip to content

volodymyrprokopyuk/bayanguru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sheet music library for bayan

Dependencies

# engrave sheet music
yay -S ghostscript gsfonts fontforge t1utils texlive-{metapost,langcyrillic}
# generate the web site
yay -S caddy pagefind
# install TailwindCSS
bun install --no-save tailwindcss
# install rclone
yay -S rclone
# deploy to Cloudflare Pages
npm install --save-dev wrangler
npx wrangler pages deploy site/public --project-name bayanguru --branch main

Usage

Fish completions

go install github.com/volodymyrprokopyuk/bayanguru
./bayanguru completion fish > ~/.config/fish/completions/bayanguru.fish

Piece ID generation

tr -dc a-z0-9 </dev/urandom | head -c 4

License

GPLv3 GNU General Public License v3.0