fjp icon indicating copy to clipboard operation
fjp copied to clipboard

A handy command line program to work fast and straightforward with firejail profiles.

Results 8 fjp issues
Sort by recently updated
recently updated
newest added

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

dependencies

Looks like `fjp edit -t` always restores the system profile causing data loss if there is a user profile. Always have backups :grey_exclamation:

bug

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

documentation
enhancement
good first issue

# CP - Subcommand copy profiles. @rusty-snake More info needed, copy profile to same directory or to a different directory, provided an argument.

enhancement

# Trash subcommand A trash for user-wide profiles (~/.config/firejail/trash). ```--empty``` ```--list``` ```--undo=PROFILE``` ```--delete=PROFILE```

enhancement

# mv subcommand rename profiles

enhancement

# Migrating Modules to new Profile implementation. - [x] rm - [x] enable - [x] disable - [x] cat - [x] edit - [x] diff - [ ] has -...

enhancement
help wanted
good first issue
tracking

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

help wanted
good first issue