Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unoqwy committed Nov 9, 2022
1 parent eff68e2 commit 48efa4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shinydir"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "CLI tool to enforce clean directories by setting rules"
repository = "https://github.com/Unoqwy/shinydir"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ You may set the configuration file path with the environment variable `SHINYDIR_
* Linux: `$XDG_CONFIG_HOME/shinydir/shinydir.toml` (`$XDG_CONFIG_HOME` defaults to `$HOME/.config` if unset)
* MacOS: `$HOME/Library/Application Support/Shiny-Dir/shinydir.toml`
* Windows: `C:\Users\User\AppData\Roaming\Shiny Dir\config\shinydir.toml`
The default config is copied on first run if the config file doesn't exist. You can check out the defaults [here](./shinydir.toml).

The default config is copied on first run if the config file doesn't exist.You can check out the defaults [here](./shinydir.toml).

---

The power of shinydir comes from your own configuration, make sure to tailor the config file to your liking before proceeding.

Expand Down

0 comments on commit 48efa4b

Please sign in to comment.