JT
|
12b85beecc
|
Fix path join on streams (#4959)
|
2022-03-26 07:46:48 +13:00 |
|
JT
|
020ad24b25
|
"maybe text codec" version 2 (#871)
* Add a RawStream that can be binary or string
* Finish up updating the into's
|
2022-01-28 13:32:33 -05:00 |
|
JT
|
41dbc641cc
|
Some cleanups for cd/PWD (#667)
* Some cleanups for cd/PWD
* Some cleanups for cd/PWD
|
2022-01-05 11:26:01 +11: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 |
|
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 |
|