Skip to content

Commit

Permalink
Merge pull request #16 from juanibiapina/sub2
Browse files Browse the repository at this point in the history
Sub 2.0
  • Loading branch information
juanibiapina authored May 23, 2024
2 parents f1d3392 + 93c0425 commit e441931
Show file tree
Hide file tree
Showing 57 changed files with 1,744 additions and 763 deletions.
11 changes: 11 additions & 0 deletions .config/dev-session
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
new_window "editor"
run_cmd "$EDITOR"

new_window
run_cmd "g s"

new_window "sub"
run_cmd "watchexec make test"
split_h
run_cmd "watchexec make"
moveto "runner"
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v2.0.0 - 23.05.2024

Release 2.0.0 is a major release that includes breaking changes.

- Rename `--bin` to `--executable`
- Replace `help` subcommand with `--help` flag
- Replace `completions` subcommand with `--completions` flag
- Replace `commands` subcommand with `--commands` flag
- Validate script arguments from Usage comment

Plus a major refactor of the codebase, new features and changes to the output.

## v1.1.0 - 03.05.2024

- Add flag `--extension` (`-e`) to `commands` subcommand to filter by file extension
Expand Down
168 changes: 168 additions & 0 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
Expand Up @@ -5,7 +5,8 @@ authors = ["Juan Ibiapina <juanibiapina@gmail.com>"]
edition = "2021"

[dependencies]
clap = "4"
chumsky = "*"
clap = { version = "*", features = ["string"] }
lazy_static = "*"
regex = "*"
xdg = "*"
Loading

0 comments on commit e441931

Please sign in to comment.