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
- Host: GitHub
- URL: https://github.com/ad-si/uku
- Owner: ad-si
- Created: 2016-05-17T19:44:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-14T20:46:41.000Z (4 months ago)
- Last Synced: 2025-08-03T04:33:02.382Z (2 months ago)
- Topics: cli, tabs, ukulele
- Language: Haskell
- Homepage: https://adriansieber.com/ukulele-fingering-chart-cli-tool-in-haskell/
- Size: 41 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Uku
Display ukulele fingering charts in your terminal.

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