Skip to main content

Questions tagged [nushell]

A flexible cross-platform shell with structured data, a programming language, clear error messages, IDE support, and its own (input) line editor "reedline".

1 question with no upvoted or accepted answers
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