Skip to content

Commit

Permalink
docs: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
izn committed Jun 9, 2024
1 parent 639199d commit db4c781
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# lyrify
[![Go](https://github.com/izn/lyrify/actions/workflows/go.yml/badge.svg)](https://github.com/izn/lyrify/actions/workflows/go.yml)

experimental terminal-based code to get lyrics based on current playing song on spotify desktop client **(darwin-only)**.

![Demo](https://github.com/izn/lyrify/blob/main/demo.gif)

### setup
```sh
go install .
```

Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions demo.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Output demo.gif

Require echo

Set Shell "bash"
Set FontSize 24
Set Width 700
Set Height 650

Type "lyrify"
Sleep 500ms
Enter

Sleep 5s

0 comments on commit db4c781

Please sign in to comment.