-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nushell support, thanks. #304
Comments
Resolved :) @hustcer would be great if you could try it out and report back any issues. Just need to build from master, or let me know and I can get you one. |
@boyter Thanks, I will try it later! |
Great! Seems fine. The counting result output:
The total *.nu files and line counts matched as bellow: termix-nu on master [$]
> fd .nu|lines|each { wc -l $it } | detect columns -n|rename lines file|get lines|each {$it|into int}|math sum
1562
termix-nu on master [$]
> fd .nu|wc -l
33 |
Excellent. Thanks for verifying. I shall consider this done then and close it out. It will make the next release. |
@boyter Hi, when will the next version be released, any plans? Thanks |
@hustcer Sometime after Go 1.18 comes out. Although I do need to finish off the .git support stuff which is the last major thing I want done. |
For more detail: https://github.com/nushell/nushell
The text was updated successfully, but these errors were encountered: