ret2src
ret2src
It's a very powerful utility for display management. It's already mentioned on the [Sway "useful add ons" page](https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway#displayoutputs):
When using the plugin inside a Cryptomator vault, it doesn't work and triggers a very interesting error message. 1. Download and install [Cryptomator](https://cryptomator.org/) on Linux 2. Create a new vault,...
I love ksnip. At least when I'm on KDE Plasma. Unfortunately, I'm also an avid Sway user and as of today, Sway is not really supported by ksnip—what a shame!...
Hi, first of all: Thank you for creating `auto-cpufreq`, I really like it and prefer it to more invasive alternatives like TLP. I'm fairly new to Linux power management and...
Thank you for creating this project! Do you think you could make it installable via `pipx`? This would make it much easier to integrate your project into installer/bootstrapping-scripts...
this fixes issue #4, see
Great project! I just looked into your code because I was interested in extending it for Germany. Unfortunately, I couldn't find an official, regularly updated, and free source for the...
Thanks for creating this amazing tool! I'm currently using it to discover network ranges of a company that has a name which matches many other companies as well. Would it...
# Add New Prompt You'll need to add your prompt into README.md, and to the `prompts.csv` file. If your prompt includes quotes, you will need to double-quote them to escape...
Currently, `cewler` seems to rely on the [deprecated and removed `cgi` module](https://docs.python.org/3/library/cgi.html): ```bash $ cewler --help Traceback (most recent call last): File "/home/user/.local/bin/cewler", line 5, in from cewler.cewler import main...