A Raycast Extension to show live information about the battery in your Mac.
Feel free to open an issue for a bug report or open a PR. Contribution is always welcome!
You can clone this project to make any changes to the code. You need Node, npm and Raycast.
npm install
To start the development mode with hot reloading simply run the dev script. Raycast will open and you are able to use the extension right away.
npm run dev
If you would like to open a PR, please run the linter and prettify your code:
npm run lint