fjp
fjp copied to clipboard
A handy command line program to work fast and straightforward with firejail profiles.
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.35.13 to 0.35.15. Commits 954bb0d chore: Release rustix version 0.35.15 842d7d9 Remove some rerun-if-env-changed lines from build.rs. (#576) 7eb9187 Add a comment. 556ed8a Only use RUSTC_WRAPPER when...
Looks like `fjp edit -t` always restores the system profile causing data loss if there is a user profile. Always have backups :grey_exclamation:
Rustdoc has a new feature which resolves links to other types,methods,... in doc-comments. This prevents 404 links and other trouble. Let's use it everywhere :rocket: . https://blog.rust-lang.org/2020/11/19/Rust-1.48.html#easier-linking-in-rustdoc https://doc.rust-lang.org/rustdoc/linking-to-items-by-name.html
# CP - Subcommand copy profiles. @rusty-snake More info needed, copy profile to same directory or to a different directory, provided an argument.
# Trash subcommand A trash for user-wide profiles (~/.config/firejail/trash). ```--empty``` ```--list``` ```--undo=PROFILE``` ```--delete=PROFILE```
# Migrating Modules to new Profile implementation. - [x] rm - [x] enable - [x] disable - [x] cat - [x] edit - [x] diff - [ ] has -...
Sounds great, here are some suggestions: **tests** - Unit tests for utils.rs, profile.rs, macros::fjp_version, location.rs - Integration tests (possible crates: assert-cmd & assert-fs) e.g. works `fjp disable firefox`, ... **new...