{"id":13496657,"url":"https://github.com/svartalf/rust-battop","last_synced_at":"2025-05-16T12:03:26.831Z","repository":{"id":43367730,"uuid":"175063795","full_name":"svartalf/rust-battop","owner":"svartalf","description":"Interactive batteries viewer","archived":false,"fork":false,"pushed_at":"2023-11-05T07:21:05.000Z","size":104,"stargazers_count":475,"open_issues_count":21,"forks_count":24,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-10T19:37:15.303Z","etag":null,"topics":["battery","battery-monitor","dragonflybsd","freebsd","linux","macos","terminal","tui"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/battop","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/svartalf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"liberapay":"svartalf","patreon":"svartalf","custom":["https://svartalf.info/donate/","https://www.buymeacoffee.com/svartalf"]}},"created_at":"2019-03-11T18:48:13.000Z","updated_at":"2025-05-05T20:59:51.000Z","dependencies_parsed_at":"2023-12-28T00:25:42.861Z","dependency_job_id":"a35a7e72-8410-47f7-8b96-868266cf3c9a","html_url":"https://github.com/svartalf/rust-battop","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":0.09090909090909094,"last_synced_commit":"a434b80774a8f3ef2db934c362914aa7116c450f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svartalf%2Frust-battop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svartalf%2Frust-battop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svartalf%2Frust-battop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svartalf%2Frust-battop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svartalf","download_url":"https://codeload.github.com/svartalf/rust-battop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254527084,"owners_count":22085918,"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":["battery","battery-monitor","dragonflybsd","freebsd","linux","macos","terminal","tui"],"created_at":"2024-07-31T19:01:55.338Z","updated_at":"2025-05-16T12:03:26.754Z","avatar_url":"https://github.com/svartalf.png","language":"Rust","funding_links":["https://liberapay.com/svartalf","https://patreon.com/svartalf","https://svartalf.info/donate/","https://www.buymeacoffee.com/svartalf"],"categories":["Rust"],"sub_categories":[],"readme":"# battop\n\n[![Latest Version](https://img.shields.io/crates/v/battop.svg)](https://crates.io/crates/battop)\n![Continuous integration](https://github.com/svartalf/rust-battop/workflows/Continuous%20integration/badge.svg)\n[![Packaging status](https://repology.org/badge/tiny-repos/battop.svg)](https://repology.org/project/battop/versions)\n[![dependency status](https://deps.rs/crate/battop/0.2.4/status.svg)](https://deps.rs/crate/battop/0.2.4)\n![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)\n\n`battop` is an interactive viewer, similar to `top`, `htop` and other *top utilities,\nbut about the batteries installed in your notebook.\n\n![Screenshot](https://raw.githubusercontent.com/svartalf/rust-battop/master/assets/screenshot.png)\n\n## Features\n\n * Cross-platform (Linux, MacOS, FreeBSD and DragonflyBSD are supported and Windows is [on the way](https://github.com/svartalf/rust-battop/issues/5))\n * Supports multiple batteries in case your notebook have them \n * It is free\n * Usually it just works!\n\n`battop` is backed by a Rust crate [battery](https://crates.io/crates/battery)\nwhich provides unified cross-platform information about system batteries.\\\n[Check it out](https://github.com/svartalf/rust-battery),\nif you want to gather the same information for your application!\n\n## Installation\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/battop.svg)](https://repology.org/project/battop/versions)\n\n### Arch linux\n\nInstall package from [AUR](https://aur.archlinux.org/packages/battop/) with your favorite AUR helper:\n\n```\n$ yay -S battop\n```\n\n### From sources\n\nClone the repo and run\n\n```\n$ cargo build --release\n```\n\n### Other\n\nPrebuilt binaries for Linux, FreeBSD and MacOS can be downloaded from the [GitHub releases page](https://github.com/svartalf/rust-battop/releases).\n\n## Usage\n\nSimply running the `battop` command in your terminal should do the thing.\n\nLeft and right arrows can be used to switch between different system batteries (if available).\n\nRun the `battop -h` command to see the additional available options.\n\n## License\n\n`battop` is double-released under the Apache License, Version 2.0 or the MIT License.\n\n## Donations\n\nIf you appreciate my work and want to support me, you can do it [here](https://svartalf.info/donate/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvartalf%2Frust-battop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvartalf%2Frust-battop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvartalf%2Frust-battop/lists"}