An open API service indexing awesome lists of open source software.

https://github.com/ad-si/uku

Display Ukulele fingering charts in the terminal
https://github.com/ad-si/uku

cli tabs ukulele

Last synced: 28 days ago
JSON representation

Display Ukulele fingering charts in the terminal

Awesome Lists containing this project

README

          

# Uku

Display ukulele fingering charts in your terminal.

![Screenshot](screenshot.png)

Read the release announcement at
[adriansieber.com/ukulele-fingering-chart-cli-tool-in-haskell](
https://adriansieber.com/ukulele-fingering-chart-cli-tool-in-haskell)
for more information.

## Installation

### From Source

1. Clone repository: `git clone`
1. `cd uku`
1. Build and install: `stack install`

## Related

- [Cherchord] - Find chord fingerings for any stringed instrument.
- [Chord Editor] - UI for generating simple chord diagrams.
- [Chords DB] - Database of string instruments chords.
- [Harmony] - A Haskell library for musical scales and notes.
- [Tab] - CLI tool to render tabs for music instruments.

[Cherchord]: https://github.com/DataKinds/cherchord
[Chord Editor]: https://github.com/newlandsvalley/chord-editor
[Chords DB]: https://github.com/tombatossals/chords-db
[Harmony]: https://github.com/Kah0ona/harmony-haskell
[Tab]: https://github.com/zserge/tab