Zack Radisic
274e5a2022
CSS Parser ( #14122 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-09-26 13:39:26 -07:00
Jarred Sumner
cd6785771e
run prettier and add back format action ( #13722 )
2024-09-03 21:32:52 -07:00
Viktor L
b70458c3e4
Fix "bun exec" examples ( #13318 )
2024-08-15 00:31:29 -07:00
Jarred Sumner
f5d1a17a5c
Fix crash in bun exec cd ( #12676 )
...
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com >
2024-07-19 22:57:52 -07:00
Dylan Conway
dd22c71612
fix(shell): handle cwd paths with non ascii characters ( #11990 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-06-19 23:53:50 -07:00
Zack Radisic
4b581b011c
feat: Add cp builtin to shell for Windows ( #10174 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com >
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com >
2024-05-08 17:01:00 -07:00
Jarred Sumner
291a39bd3f
Do not run shell tests outside test scope ( #10199 )
...
* Do not run tests outside test scope
* Fix tests
* Fix type errors and remove potentially precarious uses of unreachable
* yoops
* Remove all instances of "Ruh roh"
---------
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com >
2024-04-16 14:03:02 -07:00
Meghan Denny
fd3cd05647
shell: more builtin commands ( #9908 )
...
* remove asString and improve fromString
* make writeNoIO return Maybe
* shell: add builtin command 'yes'
* shell: add builtin command 'seq'
* shell: yes+seq: fix usage string
* shell: add builtin command 'dirname'
* shell: add builtin command 'basename'
* add more tests
* update shell docs with list of commands
* add 'bun exec' launch configurations
* fix AsyncDeinitReader name
* fix 'yes' command IO
* shell: rewrite 'bun' to 'bun-debug' when self is bun-debug
* make the docs not lie about bun being a shell builtin
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-04-05 16:29:50 -07:00
Meghan Denny
8980dc026d
shell: fix crash in 'ls' and other misc improvements ( #9772 )
...
* shell: ls: fix crash when passing argument
* shell: pwd: output was missing newline
* shell: exit: output was missing newline
* shell: pwd: make sure output goes to proper stdout/stderr
* add test ensuring all those work
* fix build error
* fix
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: dave caruso <me@paperdave.net >
2024-04-01 07:54:42 -07:00
Zack Radisic
7531bfbfe0
add bun exec ( #9762 )
...
* add `bun exec`
* Add tests for writing a lot of data for bun exec
* Resolve some comments
* fix on windows
2024-04-01 00:57:19 -07:00