Zed

Results 6 issues of Zed

Update the readme as pacman doesn't have lux pkg instead added Aur tools yay and paru

Traceback (most recent call last): File "auto_lyrics_tagger.py", line 3, in import urllib2 ModuleNotFoundError: No module named 'urllib2'

i have a directory called search and z remembers it and works but after a reboot when i retry it z outputs `search did not match any results`

How to send args to RustDebuggables like i do in terminal ./program A B C or in cargo run -- A B C i tried like this but not working...

Can youtube music run in elinks in anyway since it shows deprecated browser warning and to install chrome.

![image](https://github.com/beryx/badass-jlink-plugin/assets/33319711/d294ca6c-b112-4e44-a09e-fd62d6a5385f) This is the error and this is my build.gradle.kts ``` plugins { id("java") id("application") id("org.beryx.jlink") version "3.0.1" } group = "org.zed.snakez" version = "1.0-SNAPSHOT" application { mainClass.set("org.zed.snakez.Main") } dependencies...