{"id":20060505,"url":"https://github.com/eshrh/inori","last_synced_at":"2026-02-09T13:06:56.753Z","repository":{"id":254955079,"uuid":"840621782","full_name":"eshrh/inori","owner":"eshrh","description":"mpd client","archived":false,"fork":false,"pushed_at":"2024-10-17T04:53:57.000Z","size":1180,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-19T05:19:46.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eshrh.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-10T07:18:41.000Z","updated_at":"2024-10-17T04:53:59.000Z","dependencies_parsed_at":"2024-08-27T05:57:02.384Z","dependency_job_id":"9bf56240-7ffe-47dc-a792-b0601e508a9a","html_url":"https://github.com/eshrh/inori","commit_stats":null,"previous_names":["eshrh/inori"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Finori","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Finori/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Finori/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Finori/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eshrh","download_url":"https://codeload.github.com/eshrh/inori/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224452763,"owners_count":17313668,"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","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":[],"created_at":"2024-11-13T13:14:58.006Z","updated_at":"2026-02-09T13:06:56.734Z","avatar_url":"https://github.com/eshrh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inori\n\n\u003cp align=\"center\"\u003e\n  \u003cspan\n    title=\"inori = i nor i; nor is sometimes denoted by X and i's\nlook like norm bars with major version as a p-norm\"\n  \u003e\n    \u003cpicture\u003e\n      \u003csource\n        media=\"(prefers-color-scheme: light)\"\n        srcset=\"https://github.com/eshrh/inori/raw/HEAD/images/inori-logo.svg\"\n      /\u003e\n      \u003csource\n        media=\"(prefers-color-scheme: dark)\"\n        srcset=\"https://github.com/eshrh/inori/raw/HEAD/images/inori-logo-white.svg\"\n      /\u003e\n      \u003cimg src=\"./images/inori-logo.svg\" width=\"128px\" alt=\"inori logo\" /\u003e\n    \u003c/picture\u003e\n  \u003c/span\u003e\n\u003c/p\u003e\n\nClient for the Music Player Daemon ([MPD](https://www.musicpd.org/)).\n\n## Features\n\n- Fuzzy search everywhere with\n  [nucleo](https://github.com/helix-editor/nucleo)\n  - Fully unicode aware, with special attention to the \"albumartistsort\"\n    field\n  - Global search across all tracks, albums, and artists\n- Folding library interface inspired by [cmus](https://cmus.github.io/)\n- Queue viewer and manipulation interface\n- Configurable, chainable keybindings\n\n## Installation \u0026 Usage\n\nInori is on [crates.io](https://crates.io/crates/inori): `cargo install inori`.\n\nInori is also available on:\n\n- AUR as [inori](https://aur.archlinux.org/packages/inori)\n  [maintainer: [@eshrh](https://aur.archlinux.org/account/esrh)]\n- Nixpkgs as [inori](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/in/inori/package.nix)\n  [maintainers: [@stephen-huan](https://github.com/stephen-huan), [@eshrh](https://github.com/eshrh)]\n  - home-manager module [`programs.inori`](https://github.com/nix-community/home-manager/blob/master/modules/programs/inori.nix)\n    [maintainers: [@miku4k](https://github.com/miku4k), [@stephen-huan](https://github.com/stephen-huan)]\n\nSee [configuration.md](./CONFIGURATION.md) for config options, as well\nas a full list of all default keybindings.\n\n## Screenshots\n\n![Screenshot showing the library view](./images/library.png)\n![Screenshot showing the search feature](./images/search.png)\n![Screenshot showing the queue view](./images/queue.png)\n\n## Todo\n\n- [ ] Compile feature flag for Japanese album/track title romanization for search using a tokenizer \u0026 dictionary\n- [ ] More thorough customization options, especially for behavior \u0026 layout tweaks\n- [ ] Spectrum visualizer like ncmpcpp\n\n## Acknowledgements\n\n- authors of [ratatui](https://ratatui.rs/) and\n  [rust-mpd](https://docs.rs/mpd/latest/mpd/), base for [inori-mpd](https://github.com/eshrh/inori-mpd) fork\n- [mmtc](https://github.com/figsoda/mmtc) and\n  [rmptui](https://github.com/krolyxon/rmptui), two earlier rust mpd clients\n- [@stephen-huan](https://github.com/stephen-huan): design contribution \u0026 nix tooling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshrh%2Finori","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feshrh%2Finori","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshrh%2Finori/lists"}