JT
2ae1de2470
move 'bytes' back to commands ( #10051 )
...
# Description
Moves the `bytes XXXX` commands back to the default set.
2023-08-19 22:43:53 +02:00
Michael Angerman
d1449c4ee7
cratification: move the bytes command to nu-cmd-extra ( #9509 )
...
now that #9455 has landed we can move the bytes command to nu-cmd-extra
in concert with
moving nu_command::util to nu-cmd-base
2023-06-23 12:23:08 -07:00
WindSoilder
457514590d
Refactor: introduce general operate
commands to reduce duplicate code ( #6879 )
...
* make format filesize more flexible
* make code simpler
* finish refactor on bytes commands
* finish refactor on str commands
* fimplify code
* rename from column_paths to cell_paths
2022-10-29 16:29:46 -05:00
WindSoilder
9e3c64aa84
Add bytes collect, bytes remove, bytes build cmd ( #6008 )
...
* add bytes collect
* index_of support searching from end
* add bytes remove
* make bytes replace work better for empty pattern
* add bytes build
* remove comment
* tweak words
Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2022-07-11 06:26:00 -05:00
WindSoilder
81df42d63b
add more bytes cmd ( #5989 )
2022-07-08 21:42:31 -05:00
WindSoilder
22edb37162
Add some bytes relative cmd ( #5967 )
...
* add reverse, ends_with command
* add bytes replace, make little refactor
* add bytes add
2022-07-06 08:25:37 -05:00
Darren Schroeder
1ac87715ff
add bytes root command ( #5956 )
...
* add bytes root command
* fixed type-o
2022-07-06 16:46:56 +12:00
WindSoilder
390d06d4e7
add bytes starts-with command ( #5950 )
...
* refactor operate, make it generic
* refactor operate, add starts with command
* add comment
* remove useless file
2022-07-05 06:42:01 -05:00
WindSoilder
1e8212a938
add bytes len ( #5945 )
2022-07-04 05:51:07 -05:00