Skip to content

Commit

Permalink
Release v0.2.1: Improve output, colorize, make scripts optional
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsmutti committed May 9, 2020
1 parent b587b69 commit 280ec95
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 59 deletions.
249 changes: 241 additions & 8 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "homer"
version = "0.2.0"
version = "0.2.1"
authors = ["Christian Mutti <[email protected]>"]
edition = "2018"

[dependencies]
structopt = "0.3.14"
anyhow = "1.0.28"
crossterm = "0.17.4"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ An action plan will always be shown, and then the user can choose to accept the
or reject them (you can pass the `--force` flag to auto-accept the prompt).

```
homer 0.2.0
homer 0.2.1
"Doh!" A CLI for managing your dotfiles!
USAGE:
Expand All @@ -75,9 +75,9 @@ FLAGS:
OPTIONS:
-i, --input <input> Directory containing files to link into user's home directory [default: ./home]
-o, --output <output> Directory the files will be linked to, defaults to $HOME
-o, --output <output> Directory the files will be linked to, defaults to $HOME [env: HOME]
--scripts <scripts> Directory containing scripts that will be run after the plan is completed. If force flag
is passed, no confirmation prompt will be shown [default: ./scripts]
is passed, no confirmation prompt will be shown
```

### This could be a bash script!!1!
Expand Down
Empty file added __test__/not_folder/not_folder
Empty file.
Loading

0 comments on commit 280ec95

Please sign in to comment.