Michael Bryant
Michael Bryant
There is a little bit of configuration support for this already, but no actual support. Essentially, backed up files will get encrypted using a given password, and restored files will...
Should probably happen after #13. Encryption using public/private key pairs. Probably PGP. I'll need to do some investigation into the best ways to implement this in Rust.
Allow an environment to require other environments to be true. The simplest example is `unix = ["linux", "freebsd", "macos", ...]` where each one is an environment matching the appropriate os....
**Describe the bug** Certain bastille subcommands exit with a successful exit code despite failing. The bug report is particularly because of the `bastille cp` command, though the issue may be...
I'd like to be able to add an action to open a given book in KOReader, from that book's overflow menu in the library view (with "Read Now", "View Details",...
I see that `themes.txt` contains both `github.com` and `gitlab.com` links. If I were to submit a theme with a repo hosted on `git.sr.ht` (Sourcehut), would that be accepted?
This is particularly for the Go template, since it currently assumes that all files are part of a `main` package. In most cases, the parent folder of the file has...
From the [netstat man page](https://linux.die.net/man/8/netstat): > This program is obsolete. Replacement for netstat is ss. Replacement for netstat -r is ip route. Replacement for netstat -i is ip -s link....
Suppose I have a workspace with crates `foo` and `bar`: ``` - Cargo.toml - foo | - Cargo.toml - bar | - Cargo.toml ``` If I want to run `cargo...