Skip to content

jeffseif/tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tabs

CLI tool for ukulele tabs

Example

Show the tab for chords

> ./cli chords Amin D G Emin7

  Amin

○ | - | - | - | - | - | -       (A)
○ | - | - | - | - | - | -       (E)
○ | - | - | - | - | - | -       (C)
  | - || - | - | - | -       (A)

  D

○ | - | - | - | - | - | -       (A)
  | - || - | - | - | -       (F♯|G♭)
  | - || - | - | - | -       (D)
  | - || - | - | - | -       (A)

  G

  | - || - | - | - | -       (B)
  | - | - || - | - | -       (G)
  | - || - | - | - | -       (D)
○ | - | - | - | - | - | -       (G)

  Emin7

  | - || - | - | - | -       (B)
○ | - | - | - | - | - | -       (E)
  | - || - | - | - | -       (D)
○ | - | - | - | - | - | -       (G)

Show the chords for frets

> ./cli frets --maximum-count=2 0013

  Csus4

  | - | - || - | - | -       (C)
  || - | - | - | - | -       (F)
○ | - | - | - | - | - | -       (C)
○ | - | - | - | - | - | -       (G)

  Fsus2

  | - | - || - | - | -       (C)
  || - | - | - | - | -       (F)
○ | - | - | - | - | - | -       (C)
○ | - | - | - | - | - | -       (G)

Show the chords and frets for notes

> ./cli notes --maximum-count=4 'C DE FG A'

  Cdim7

  | - | - || - | - | -       (C)
  | - || - | - | - | -       (F♯|G♭)
  | - | - || - | - | -       (D♯|E♭)
  | - || - | - | - | -       (A)

  D♯|E♭dim7

  | - | - || - | - | -       (C)
  | - || - | - | - | -       (F♯|G♭)
  | - | - || - | - | -       (D♯|E♭)
  | - || - | - | - | -       (A)

  F♯|G♭dim7

  | - | - || - | - | -       (C)
  | - || - | - | - | -       (F♯|G♭)
  | - | - || - | - | -       (D♯|E♭)
  | - || - | - | - | -       (A)

  Adim7

  | - | - || - | - | -       (C)
  | - || - | - | - | -       (F♯|G♭)
  | - | - || - | - | -       (D♯|E♭)
  | - || - | - | - | -       (A)

About

CLI tool for ukulele tabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors