## ironworker a simple cli tool to manually scrobble tracks and albums to lastfm ### installation ```bash cargo install ironworker ``` ### usage authenticate: ```bash ironworker auth ``` list recent tracks: ```bash ironworker list ``` scrobble a track: ```bash ironworker scrobble-track Krallice "Ygg Huur" "Over Spirit" ``` scrobble an album: ```bash ironworker scrobble-album Orgone "The Goliath" ``` for more: ```bash ironworker --help ```