- #17 Configure default terminal for mac in case of
VSCode
/Apple_Terminal
Fixed a bug where iTerm
and Linux
launchers didn't work
- #12 Add support for
cd
option in node API (decide in which directory to run the new shell)
- #8 Remove
lodash.merge
to lower download size - Pass environment parameters from the initial process to the new shell
- #10 Add
${cwd}/node_modules/.bin
directory toPATH
/Path
- Added support for multiple cases of iTerm app name
- Fix a bug when using split without
iterm
/tmux
- #7 Improve tests coverage and infra
- #6 Add tests for
file
andCLI
- Added support for absolute path in
file
method - Pass environment parameters to the new shell instance
- Added [${version}] to the help page
- #4 Add support for split in tmux 🎛
- #5 Change
--splitDirection
cli argument into--split-vertically
and--split-horizontally
- Send errors without stack in the CLI
Rename into newsh
🐚
- #2 Support spliting (instead of opening new window/tab) with
iTerm2
Publish only relevant files
Rename shell
to command
in node API
- #1 Windows support
- Initial version