a simple cli tool to manually scrobble tracks and albums to lastfm
```bash
cargo install ironworker
```
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
```