Skip to content

A small terminal program that helps you transpose lyrics files containing chords.

License

Notifications You must be signed in to change notification settings

SenuaChloe/transposer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

########
### Instructions

Yo just put your input files in ./input/
You can even make it a link to your lyrics folder.

Results appear in ./output/, with the same name and the transposition value in it.
Existing files are overwritten (though different transposition level creates separate files).
Spacing between chords MAY be different after the transposition occurs (byt only if the new chord is longer than the old one).

You shall not use tabs or any other character than usual spaces in the lyrics files.

Note : you won't find any patchnote for this program because it's just not worth it.

########
### Depencies 
crossterm (dependency resolved via github)

########
### Build and run
`cargo build` to build
`cargo run` to run
You must have cargo installed, obviously

About

A small terminal program that helps you transpose lyrics files containing chords.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages