Zed
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.
 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...