Usairim Isani
Usairim Isani
Add Exercises on Stdio, Read, Write and Files.
# 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...