{"id":30896562,"url":"https://github.com/rsmeowry/verses","last_synced_at":"2025-09-08T23:09:16.127Z","repository":{"id":193693451,"uuid":"685404622","full_name":"rsmeowry/verses","owner":"rsmeowry","description":"A Terminal UI viewer for your synchronized Spotify lyrics","archived":false,"fork":false,"pushed_at":"2023-09-09T13:50:24.000Z","size":1745,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T07:42:00.780Z","etag":null,"topics":["lyrics-viewer","lyrics-visualizer","rust-tui","spotify","spotify-api","spotify-lyrics","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsmeowry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-31T06:43:47.000Z","updated_at":"2024-11-14T23:32:48.000Z","dependencies_parsed_at":"2023-09-09T14:34:04.196Z","dependency_job_id":null,"html_url":"https://github.com/rsmeowry/verses","commit_stats":null,"previous_names":["maxuss/verses"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rsmeowry/verses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsmeowry%2Fverses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsmeowry%2Fverses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsmeowry%2Fverses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsmeowry%2Fverses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsmeowry","download_url":"https://codeload.github.com/rsmeowry/verses/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsmeowry%2Fverses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231199,"owners_count":25245673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lyrics-viewer","lyrics-visualizer","rust-tui","spotify","spotify-api","spotify-lyrics","tui"],"created_at":"2025-09-08T23:09:15.287Z","updated_at":"2025-09-08T23:09:16.113Z","avatar_url":"https://github.com/rsmeowry.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# verses\n\nVerses is a TUI tool to view synchronized Spotify lyrics.\n\n![Preview GIF](./assets/showcase.gif)\n\n## Installation\n\n### AUR (for Arch users)\nVerses is available on AUR under `verses-bin`\n\n```sh\nyay -S verses-bin\n```\n\n### With cargo:\n```sh\ncargo install verses\n```\n\n### From source:\n\n```sh\ngit clone https://github.com/Maxuss/verses\ncd verses\ncargo install --path .\n```\n\n## Prerequesities\n\nTo track spotify stats you will have to create your own Spotify developer app [here](https://developer.spotify.com/dashboard/create).\n\nRun `verses` for the first time and it will prompt you for your\nClient ID. You can get it in the *Settings* section of your app dashboard. Do not confuse it with client secret!\n\nAfter that, you can run verses.\n\n## Controls\n\n* `q` - quit\n* `a` - toggle auto-scrolling\n* `j` | `down key` - scroll down\n* `k` | `up key` - scroll up\n* `r` - reset scroll position\n\n## Config\n\nConfig file is located at `$HOME/.config/verses/config.toml`\n\nEach TOML section can be included in a separate file, just specify it using the `include` field.\n\nFor example:\n\n```toml\n# config.toml\n\n[theme]\ninclude = \"themes/catppuccin.toml\"\n\n# themes/catppuccin.toml\n[borders]\n# configuration there...\n\n[lyrics]\n# ...\n\n[progress_bar]\n# ...\n```\n\nConfig has certain special value types:\n\n### general.display.*_format\n\nThese are formatting strings using the Handlebars syntax, specifically [the Rust implementation](https://github.com/sunng87/handlebars-rust).\nAvailable variables are listend in the example config. There is also an utility function `join` that allows to join a list of strings separated by a comma.\n\n### Colors\n\nColors can either be represented the [Ratatui stringified way](https://docs.rs/ratatui/latest/ratatui/style/enum.Color.html) or as a hex RGB value, prefixed with `#`\n\n### Border styles\n\nThese are enum variants. You can see [all variants here](https://docs.rs/ratatui/latest/ratatui/widgets/block/enum.BorderType.html)\n\n## Windows support\nWindows was not tested at all, and while it should run well, I do not guarantee flawless performance","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsmeowry%2Fverses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsmeowry%2Fverses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsmeowry%2Fverses/lists"}