Ansar Smagulov
Ansar Smagulov
The only thing stopping Zen from working in other desktop environments is that it can't set the system proxy settings. On GNOME it is done via [couple gsettings commands](https://github.com/anfragment/zen/blob/master/proxy/proxy_linux.go#L15), but...
### Description The rule `$doc,removeparam=/^\??utm_.*$/i,domain=~tradedoubler.com|~sendgb.com|~allegro.pl|~tix.axs.com|~transfernow.*|~carrefourpl.snrpage.com|~justdial.com|~pepper.pl` from DandelionSprout's URL Shortener should block any utm_* parameters on requests to HTML documents, which it doesn't. ### Version v0.4.0 ### Operating System macOS ###...
### Description Text box under the Filter lists/Custom.
### Discussed in https://github.com/anfragment/zen/discussions/69 Originally posted by **AkioNuernberger** March 26, 2024 Salem Ansar! Love the product and thank you for bringing this into the world. One additional thing I would...
### Discussed in https://github.com/anfragment/zen/discussions/52 Originally posted by **hiro-gj** February 6, 2024 Hi, anfragment Thank you very much for this wonderful app. By the way, I would like the Windows version...
### Description Example: ```sh osascript -e 'do shell script "command_goes_here" with administrator privileges with prompt "Your custom message here"' ```
## Self-update algorithm 1. Fetch the release manifest 2. Check if manifest version > current version 3. Download the file from assetURL into a [temporary directory](https://yourbasic.org/golang/temporary-file-directory/) 4. Check if the...
### Description There are some glaring issues with the current self-update setup: - On macOS, `go-github-selfupdate` attempts to update the binary inside the Contents/MacOS folder, encountering permission errors. Replacing the...