{"id":33185806,"url":"https://github.com/Hakky54/senzu","last_synced_at":"2025-11-27T00:01:04.701Z","repository":{"id":273381251,"uuid":"919477432","full_name":"Hakky54/senzu","owner":"Hakky54","description":"🫘 A CLI tool to get the battery percentage","archived":false,"fork":false,"pushed_at":"2025-10-20T05:14:03.000Z","size":624,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T15:44:04.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/Hakky54.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["Hakky54"],"open_collective":"hakky54","ko_fi":"hakky54"}},"created_at":"2025-01-20T13:13:46.000Z","updated_at":"2025-10-20T05:14:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"adc14476-a14c-4ef7-a8dc-5d178d101d7f","html_url":"https://github.com/Hakky54/senzu","commit_stats":null,"previous_names":["hakky54/senzu"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Hakky54/senzu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hakky54%2Fsenzu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hakky54%2Fsenzu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hakky54%2Fsenzu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hakky54%2Fsenzu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hakky54","download_url":"https://codeload.github.com/Hakky54/senzu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hakky54%2Fsenzu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-26T02:00:06.075Z","response_time":193,"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":[],"created_at":"2025-11-16T05:00:20.102Z","updated_at":"2025-11-27T00:01:04.687Z","avatar_url":"https://github.com/Hakky54.png","language":"Java","funding_links":["https://github.com/sponsors/Hakky54","https://opencollective.com/hakky54","https://ko-fi.com/hakky54"],"categories":["\u003ca name=\"monitor\"\u003e\u003c/a\u003eSystem monitoring"],"sub_categories":[],"readme":"[![Actions Status](https://github.com/Hakky54/senzu/workflows/Build/badge.svg)](https://github.com/Hakky54/senzu/actions)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=io.github.hakky54%3Asenzu\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=io.github.hakky54%3Asenzu)\n[![Apache2 license](https://img.shields.io/badge/license-Aache2.0-blue.svg)](https://github.com/Hakky54/sslcontext-kickstart/blob/master/LICENSE)\n\n# Senzu 🫘\nA CLI tool to get the battery percentage\n\n## Demo\n![alt text](https://github.com/Hakky54/senzu/blob/master/images/demo.gif?raw=true)\n\n## Installing\n\n- Mac OS X - Homebrew 🍺\n    - Run `brew tap hakky54/senzu \u0026\u0026 brew install senzu`\n- Linux \u0026 Windows\n    - Download the latest binary here: [Releases](https://github.com/Hakky54/senzu/releases)\n\n## Build locally\n\u003cdetails\u003e\n  \u003csummary\u003eBuild native executable\u003c/summary\u003e\n\n  **Minimum requirements:**\n  1. GraalVM 17 with Native Image\n  2. Maven\n  3. Terminal\n  \n  **Additional OS specific requirements**\n  - Linux: `sudo apt-get update \u0026\u0026 sudo apt-get install build-essential libz-dev zlib1g-dev -y`\n  - Mac: `xcode-select --install`\n  - Windows: Visual Studio app\n  \n  ```text\n  mvn clean install -Pnative-image \\\n   \u0026\u0026 ./target/senzu\n  ```\n  \n  The os native executable binary will be available under the target directory having the file name `senzu`\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eBuild java fat jar\u003c/summary\u003e\n\n  **Minimum requirements:**\n  1. Java 8\n  2. Maven\n  3. Terminal\n\n  ```text\n  mvn clean install \\\n   \u0026\u0026 java -jar target/senzu.jar\n  ```\n\n  The fat jar will be available under the target directory having the file name `senzu.jar`\n\n\u003c/details\u003e\n\n## Contributing\n\nThere are plenty of ways to contribute to this project:\n\n* Give it a star\n* Make a donation through [GitHub](https://github.com/sponsors/Hakky54) or [open collective](https://opencollective.com/hakky54)\n* Submit a PR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHakky54%2Fsenzu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHakky54%2Fsenzu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHakky54%2Fsenzu/lists"}