logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ultimateultimateguitar - CLI to access ultimate-guitar.com

Author

       Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>

CLI for ultimate-guitar.com                       Mar 24, 2024                         ultimateultimateguitar(1)

Command Line Mode

URL    It must be the URL of a song.

   OPTIONS-h,--help
              Show this help message and exit

       --version
              Show program's version number and exit

       --transposeTRANSPOSE,-tTRANSPOSE
              Transposes the chords of n semitones.
              It can be a positive or negative integer, to transpose up or down.

Description

       This command queries the online API provided by ultimate-guitar.com.
       If the URL of a song is passed as parameter, it will be loaded and displayed directly.
       Alternatively, calling it without parameter will enter interactive mode.

Interactive Mode

EXAMPLEINTERACTION
       These are the commands that a user might enter in a typical interactive shell:
       search mysong
       load 1
       transpose +2
       load 1
       quit

   COMMANDSquit   Exit the program.
              Ctrl+D (EOF) also works.

       searchTEXT
              Will search the online database for a matching text and return a numbered list.

       loadNUMBER
              It will download and print the entry with the corresponding number from the last search command.

       transposeSEMITONES
              It will transpose the loaded song.  To print it, you will have to re-issue the last load command.

       urlopenURL
              Loads from a URL rather than from a search.

Name

       ultimateultimateguitar - CLI to access ultimate-guitar.com

Synopsis

       ultimateultimateguitar
       ultimateultimateguitar [OPTIONS] URL

Web

https://codeberg.org/ltworf/ultimateultimateguitar

See Also