MinGW and MSYS compatibility: battery and network
Open
enhancement
good first issue
help wanted
- Dominant language
- Shell
- Stars
- 856
- Forks
- 368
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
Add compatibility for retrieving battery and network information on MinGW / MSYS. See scripts/battery.sh and scripts/network.sh for code details. There are multiple spots that look something like the code block below where compatibility would be added:
```
CYGWIN*|MINGW32*|MSYS*|MINGW*)
# leaving empty - TODO - windows compatability
;;
```
Really this just consists of adding a pipeline to retrieve the battery charging status, current percentage, and network SSID in each instance.
Contributor guide
Assessment
This issue has not been assessed yet.