Skip to content
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

Closed
hustcer opened this issue Nov 19, 2021 · 6 comments
Closed

Add nushell support, thanks. #304

hustcer opened this issue Nov 19, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@hustcer
Copy link

hustcer commented Nov 19, 2021

For more detail: https://github.com/nushell/nushell

@boyter boyter added the enhancement New feature or request label Nov 21, 2021
boyter added a commit that referenced this issue Dec 14, 2021
@boyter
Copy link
Owner

boyter commented Dec 14, 2021

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.

@hustcer
Copy link
Author

hustcer commented Dec 14, 2021

@boyter Thanks, I will try it later!

@hustcer
Copy link
Author

hustcer commented Dec 14, 2021

Great! Seems fine. The counting result output:

───────────────────────────────────────────────────────────────────────────────
Language                 Files     Lines   Blanks  Comments     Code Complexity
───────────────────────────────────────────────────────────────────────────────
Nushell                     33      1562      150       388     1024        180
Markdown                     2      1016      314         0      702          0
Shell                        2       173        8        74       91         36
TOML                         2       170       11        49      110          4
Just                         1        94       11        41       42          3
gitignore                    1         2        0         0        2          0
───────────────────────────────────────────────────────────────────────────────
Total                       41      3017      494       552     1971        223
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop (organic) $55,082
Estimated Schedule Effort (organic) 4.57 months
Estimated People Required (organic) 1.07
───────────────────────────────────────────────────────────────────────────────
Processed 128190 bytes, 0.128 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────

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

@boyter
Copy link
Owner

boyter commented Dec 14, 2021

Excellent. Thanks for verifying.

I shall consider this done then and close it out. It will make the next release.

@boyter boyter closed this as completed Dec 14, 2021
@hustcer
Copy link
Author

hustcer commented Mar 7, 2022

@boyter Hi, when will the next version be released, any plans? Thanks

@boyter
Copy link
Owner

boyter commented Mar 7, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants