Darren Schroeder
|
7faa4fbff4
|
revert file_types to lowercase (#623)
* revert file_types to lowercase
* fix test
|
2021-12-29 21:16:50 -06:00 |
|
JT
|
3522bead97
|
Add string stream and binary stream, add text decoding (#570)
* WIP
* Add binary/string streams and text decoding
* Make string collection fallible
* Oops, forgot pretty hex
* Oops, forgot pretty hex
* clippy
|
2021-12-24 18:22:11 +11:00 |
|
Jakub Žádník
|
1609101e62
|
Fix capturing environment variables with " or ' (#537)
* Fix path expand error span
* Fix capturing env vars containing ' or "; Rustfmt
|
2021-12-20 23:19:43 +02:00 |
|
JT
|
2883d6cd1e
|
Remove Span::unknown (#525)
|
2021-12-19 18:46:13 +11:00 |
|
Hilmar Gústafsson
|
90ddb23492
|
Add Path commands (#280)
* Add Path command
* Add `path basename`
* Refactor operate into `mod`
* Add `path dirname`
* Add `path exists`
* Add `path expand`
* Remove Arc wrapper for args
* Add `path type`
* Add `path relative`
* Add `path parse`
* Add `path split`
* Add `path join`
* Fix errors after rebase
* Convert to Path in `operate`
* Fix table behavior in `path join`
* Use conditional import in `path parse`
* Fix missing cases for `path join`
* Update default_context.rs
* clippy
* Fix tests
* Fix tests
Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
Co-authored-by: JT <jonathan.d.turner@gmail.com>
|
2021-12-13 12:47:14 +11:00 |
|