- chore(deps): update actions/checkout digest to 692973e (#64)
- chore(nix): fix shell invocation
- chore(deps): cargo update
- chore(deps): flake update
- chore(flake): replace flake-utils with systems
- chore(deps): update cachix/install-nix-action action to v27 (#66)
- Merge pull request #63 from deemp/main
- fix: mdsh derivation - don't depend on readme - update hash - bump patch version
- chore: bump version
- fix: improve messages about failing commands
- fix: set RUST_SRC_PATH
- chore(deps): update cachix/install-nix-action action to v26 (#60)
- FEAT: support multiline commands (#59)
- FEAT: add Nix package and describe usage with flakes (#59)
- FIX: print newline after command
- CHORE: update readme
- CHORE: switch default branch to main
- CHORE: update deps
- FEAT: add support for multiple inputs (#33)
- FIX: add libiconv as a dev dependency
- FIX: avoid writing if no change
- README: make the run reproducible
- CHORE: fix CI on macOS
- CHORE: fix warning
- CHORE: Bump regex from 1.4.3 to 1.5.5 (#31)
- CHANGE: handle empty lines between command and result
- bump dependencies
- NEW: add variables support (#27)
- NEW: Codefence type (#26)
- CHANGE: use the RHS of the link as a source.
Eg:
$ [before.rb](after.rb)
now loadsafter.rb
instead ofbefore.rb
- FEAT: add support for commented-out commands
- FIX: fix line collapsing
- FEAT: add pre-commit hooks
- improve diff output for --frozen
- FEAT: implement --frozen option (#13)
- FEAT: filter out ANSI escape characters (#22)
- FEAT: better error messages on read/write errors (#18)
- DOC: improved documentation overall
- FEAT: allow switching between outputs
- FEAT: add support for work_dir. Fixes #5
- README: add installation instructions
- README: clarify the syntax
- README: Fix typos (#3)
- pin nixpkgs
- README: improve the docs
- README: add badges
- cargo fmt
- Cargo.toml: add metadata
- add linking support
- support stdin and stdout
- basic implementation