An application to download and sync tabs from Ultimate Guitar with the music playing on Spotify.
Tab sync with Spotify and an integrated search page for tabs; easy to configure and with a wide variety of themes and customization options
- Searching for tabs
- Downloading tabs
- Syncing tabs with Spotify
- Control the media player and UI using keyboard shortcuts
- Remind you to renew your instrument's strings
- Log the songs you've played locally
Important
Your system needs to use the D-Bus to be able to run this application. This means it is mainly built for Linux based systems, although it may run on macOS too if the D-Bus is installed.
You can install Coral-Chords using cargo
or manually.
Just run the following command to install:
cargo install Coral-Chords
You can now run Coral-Chords
from your terminal to launch the application.
If you want to have an entry for your system's application launcher, you need to create it yourself or follow the manual installation steps.
Download and extract the latest release and follow those instructions:
Note
You can also build the binary yourself using cargo build --release
in the cloned project directory.
Building this package yourself requires the development tools of openssl
to be installed using your system's package manager
- Extract the downloaded file
- Copy the binary file to
./local/bin
with the namecoral_chords
:
cp Coral-Chords ~/.local/bin/coral_chords
- Copy the .desktop file to `.local/share/applications/coral-chords.desktop:
cp coral-chords.desktop ~/.local/share/applications/coral-chords.desktop
- Make both files executable:
chmod +x ~/.local/share/applications/coral-chords.desktop ~/.local/bin/coral_chords
Now you should be able to launch the application using your system's default application launcher.
The code is widely commented with cargo-doc compatible comments for you to either read them as they are or to build the documentation using cargo doc --no-deps
.
A more general documentation and feature guide is available here.
If you experience any bugs or have a suggestion about the application, you are welcome to submit an issue on GitHub!