charmbracelet / vhs

Your CLI home video recorder 📼
MIT License
14.72k stars 247 forks source link

The '<' operator is reserved for future use. #266

Closed dqmn closed 1 year ago

dqmn commented 1 year ago

Powershell:

At line:1 char:5
+ vhs < test.tape
+     ~
The '<' operator is reserved for future use.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : RedirectionNotSupported

I know there is an option to use another terminal like the old windows command line, git bash, tabby, cmder etc. but I suggest making a command instead of feeding it into VHS.

maaslalani commented 1 year ago

You should be able to also pass the file name as an argument.

vhs test.tape

Let us know if that doesn't work for you.

stjohnfinn commented 1 year ago

Is this advertised somewhere in the readme? I am unable to find it and I think it would be extremely helpful for Windows users.

maaslalani commented 1 year ago

@stjohnfinn Just changed it in the README: https://github.com/charmbracelet/vhs/commit/49671388bdbe3d3bd238efd4ac145a2736224dab. Thank you!

dqmn commented 1 year ago

Thank you!