Thursday, June 15, 2023

Show HN: adjust dynamic adjustment for system parameters https://ift.tt/lpQx3Jy

Show HN: adjust – dynamic adjustment for system parameters I made a tiny utility to be able to adjust sound, brightness, gamma etc., from the terminal. In the file ~/.adjustments, just add a name for the thing you want to control, then low high step and initial values, can be decimal, and then a line with the command you want to execute, with a single '%' being replaced with the value. Hit 'q' to finish. It's super handy to have ← → cursor keys to adjust a setting, rather than retyping the command in full. https://ift.tt/N7l6w9M June 16, 2023 at 06:34AM

No comments:

Show HN: Run your GitHub Actions locally or self-hosted in isolated microvms https://ift.tt/d4i6syT

Show HN: Run your GitHub Actions locally or self-hosted in isolated microvms Hey HN. I've been frustrated with Github Actions' relia...