Skip to main content

All Questions

Tagged with
1 vote
0 answers
18 views

Nushell progress status length and index

I am running some image transcoding tasks using taskfile and Nushell -- using Nconvert to transcode. transcode-jpegxl: #!nu let read_img_files = { ls -f **/* | where type == file | get name} do $...
Shah-G's user avatar
  • 151