rusty-snake

Results 98 issues of rusty-snake

The README.md says I should run `[sudo] dnf install sd`. ``` $ LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 sudo dnf install sd Last metadata expiration check: ……… No match for argument: sd Error: Unable...

Is there any way to match a question-mark literally without using regexp? Example: I want a exclude rule like `://example.com/foo/bar?frog_id=*` where the `?` is a `?` and not `any char`....

enhancement

### Currently - `http`: `http://` - `https`: `https://` - `http/https`: `http://`, `https://`, `ws://`, `wss://` ### Suggestion - `http`: `http://` - `https`: `https://` - `ws`: `ws://` - `wss`: `wss://` - `any`:...

enhancement

Destructive ("Restore defaults" and "Delete") actions should be behind a prompt to prevent accidental lost of rules. The most UX guidelines will suggest this if there is no trash/undo feature.

ux
enhancement

I build an rpm package ([source](https://github.com/rusty-snake/fedora-extras/tree/main/hardened_malloc)) for hardened_malloc to installed it via dnf so dependencies/uninstalling are less likely to make trouble. However after I upgraded to Fedora 36 hardened_malloc fails...

Currently this crate does has no README.md (and no readme key in Cargo.toml) causing it to be rendered without a README on crates.io. Why is that bad? Crates which miss...

F-Droid has some (very old) apps which use the same app-id as pre-installed apps (`com.android.talkback` or `com.android.music` as examples). It would be nice to have an option to hide such...

enhancement

FYI I've wrote a bubblejail.spec. If users of Fedora (or other rpm-based distros) want to use it to create a package before installing bubblejail https://github.com/rusty-snake/fedora-extras/tree/main/bubblejail might be helpful.

#### Describe the feature you want to implement: Add an option to enable dark/light theme independent of OS setting. #### Is your feature request related to a problem? Please describe:...

enhancement
ui