diff --git a/pages/common/gallery-dl.md b/pages/common/gallery-dl.md index b3e19bb49b..0e3ffdf8a0 100644 --- a/pages/common/gallery-dl.md +++ b/pages/common/gallery-dl.md @@ -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}}"` diff --git a/pages/osx/autoraise.md b/pages/osx/autoraise.md new file mode 100644 index 0000000000..71ee6c686a --- /dev/null +++ b/pages/osx/autoraise.md @@ -0,0 +1,8 @@ +# AutoRaise + +> Automatically raise and/or focus a window when hovering over it with the mouse. +> More information: . + +- Run AutoRaise in the background: + +`autoraise &` diff --git a/pages/osx/bclm.md b/pages/osx/bclm.md new file mode 100644 index 0000000000..f7c6ab6b41 --- /dev/null +++ b/pages/osx/bclm.md @@ -0,0 +1,20 @@ +# bclm + +> Set a custom charge limit on MacBooks. +> More information: . + +- 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`