{"id":17079078,"url":"https://github.com/curlpipe/rsflex","last_synced_at":"2025-04-12T20:34:38.351Z","repository":{"id":53724393,"uuid":"282093919","full_name":"curlpipe/rsflex","owner":"curlpipe","description":"A super fast system information displayer written in Rust","archived":false,"fork":false,"pushed_at":"2021-03-17T21:23:14.000Z","size":64,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T14:51:04.005Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curlpipe.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}},"created_at":"2020-07-24T01:32:14.000Z","updated_at":"2025-03-13T20:31:43.000Z","dependencies_parsed_at":"2022-09-16T19:11:29.200Z","dependency_job_id":null,"html_url":"https://github.com/curlpipe/rsflex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curlpipe%2Frsflex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curlpipe%2Frsflex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curlpipe%2Frsflex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curlpipe%2Frsflex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curlpipe","download_url":"https://codeload.github.com/curlpipe/rsflex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631101,"owners_count":21136547,"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-10-14T12:24:33.327Z","updated_at":"2025-04-12T20:34:38.328Z","avatar_url":"https://github.com/curlpipe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rsflex (Rust Flex)\n\n\u003cimg src=\"https://i.postimg.cc/Kckc2kG2/image.png\"\u003e\n\nSystem information tool like neofetch but it's much faster.\n\n## Configuration\nI chose to use a suckless method of configuration\nin the file `src/main.rs` you'll see an easy macro api that allows quite a lot of customisation\n\nIf you want to add a new logo, you can do so in the `src/logo.rs` file\n\n## Installation\n\n### A) AUR\n\nRsflex is available on the Arhc User Repository as `rsflex-git`:\n\n```\nyay -S rsflex-git\n```\n\n### B) Cargo\n\nDependencies:\n\n - `rustup` - Modern installation of Rust.\n - Arch Or Void Linux (these are the only ones supported)\n - `ttf-nerd-fonts-symbols` - Nerd fonts to render the fancy icons\n - `lspci` - Command via `pciutils`\n - `df` - Command via `coreutils`\n - `xrandr` - Command via `xorg-xrandr`\n - `uname` - Command via `coreutils`\n - `playerctl` - To read MPRIS status\n\nOn Arch Linux, these can all be installed with:\n```\nyay -S pciutils coreutils xorg-xrandr playerctl ttf-nerd-fonts-symbols cargo\n```\n\n**Note: These dependencies are only needed if installed via Cargo, they are included automatically with the AUR package above.**\n\n```\ncargo install rsflex\n```\n\n## Compiling\n\nBuilding:\n```\ngit clone https://github.com/curlpipe/rsflex\ncd rsflex\ncargo build --release\n```\n\nRunning:\n```\ncargo run --release\n```\n\nInstall as a binary:\n```\ncargo install --path .\n```\n\nHave fun! :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurlpipe%2Frsflex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurlpipe%2Frsflex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurlpipe%2Frsflex/lists"}