Skip to content

elky84/ForEachShell

Repository files navigation

Website Made with

Publish Nuget Package Publish Nuget Github Package ForEachShell GitHub forks GitHub stars GitHub watchers GitHub followers

GitHub GitHub repo size in bytes GitHub code size in bytes

ForEachShell

Extend CLI execute utility.

Github

install cli global tool

require dotnet 7 (LTS) or later (https://dotnet.microsoft.com/en-us/download)

dotnet tool install -g ForEachShell

must use input directory & output directory option.

ForEachShell -i {input directory} -o {output directory}

all options

shell execute example

--input {base directory} --command h2m --argument "-f index.html > index.md"

  • Strings containing spaces must be enclosed in double quotation (") marks.
  • If a - (hyphen) is required, it must be preceded by a \ (slash).

version history

v1.0.1

Supports OS other than Windows.