* Added upower tldr page
* Added missing colon
* Update pages/linux/upower.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/upower.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/upower.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/upower.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Reworded all enumerate command since it included non-battery devices
* Changed power to battery and added 'Power and battery' to the dump command
* power and battery, rather than just power
I chose option 1
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Reworded dump to Display
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/linux/upower.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
GitHub's markdown renderer does not wrap single line breaks,
so the message the bot leaves when closing a thread
would have an awkward line break.
This commit re-wraps the message to avoid that.
The shields.io badge for displaying a count of contributors
has two variants: `contributors` and `contributors-anon`,
as shown in https://shields.io/category/activity.
Apparently the former only counts contributions (i.e. commits)
whose author emails can be mapped to GitHub users.
Other contributions are considered "anonymous" by GitHub.
They are usually the result of either a misconfigured git installation,
emails that haven't been added to the user's GitHub profile,
or accounts that have been deleted or that changed their email address.
Since the project has always existed on GitHub from its inception,
the anonymous count is closer to the real number,
since all contributions would have come from GitHub pull requests,
which require a GitHub account to create.
There may be a slight overestimation in the contributors-anon count,
e.g. from people who authored commits with different author emails;
but that is nevertheless a closer estimate than the non-anon count,
and besides, it matches what GitHub shows on their own interface.
See more details at <https://github.com/badges/shields/issues/5969>