1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

bclm, autoraise: add page; gallery-dl: edit page (#15161)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Laaarge 2024-12-20 23:34:45 +01:00 committed by GitHub
parent f050572beb
commit 0fe60568a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 0 deletions

View file

@ -7,6 +7,10 @@
`gallery-dl "{{url}}"`
- Save images to a specific directory:
`gallery-dl --destination {{path/to/directory}} "{{url}}"`
- Retrieve pre-existing cookies from your web browser (useful for sites that require login):
`gallery-dl --cookies-from-browser {{browser}} "{{url}}"`

8
pages/osx/autoraise.md Normal file
View file

@ -0,0 +1,8 @@
# AutoRaise
> Automatically raise and/or focus a window when hovering over it with the mouse.
> More information: <https://github.com/sbmpost/AutoRaise>.
- Run AutoRaise in the background:
`autoraise &`

20
pages/osx/bclm.md Normal file
View file

@ -0,0 +1,20 @@
# bclm
> Set a custom charge limit on MacBooks.
> More information: <https://github.com/zackelia/bclme>.
- Set the charge limit to about 80% (for Intel machines, the battery charge level may be slightly lower than the set value):
`sudo bclm write {{77}}`
- Read the current charge limit:
`bclm read`
- Keep the charge limit after rebooting/smc reset:
`sudo bclm persist`
- Remove the persistent charge limit:
`sudo bclm unpersist`