Skip to content

Commit

Permalink
✨ feature: 0.5.0: boxxy scan!
Browse files Browse the repository at this point in the history
  • Loading branch information
queer committed Mar 24, 2023
1 parent 7dbfc72 commit 379d5c4
Show file tree
Hide file tree
Showing 7 changed files with 2,484 additions and 16 deletions.
29 changes: 25 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boxxy"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/queer/boxxy"

Expand All @@ -25,6 +25,8 @@ pretty_env_logger = "0.4.0"
regex = "1.7.2"
rlimit = "0.9.1"
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
serde_yaml = "0.9.19"
shellexpand = "3.1.0"
strum = { version = "0.24.1", features = ["derive"] }
syscall-numbers = "3.0.0"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ force it to puts its data somewhere nice and proper.
- minimal overhead
- opt-in immutable fs outside of rule rewrites, ie only the files/directories
you specify in rules are writable
- as of `0.5.0`, boxxy can scan your homedir to automatically suggest rules for
you! ![image of boxxy scan](https://cdn.mewna.xyz/2023/03/25/G6hrd3iQjEy65.png)

### potential drawbacks

Expand Down
Loading

0 comments on commit 379d5c4

Please sign in to comment.