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

PowerShell Extract JSON #17

Open
dfinke opened this issue Jul 5, 2018 · 9 comments
Open

PowerShell Extract JSON #17

dfinke opened this issue Jul 5, 2018 · 9 comments

Comments

@dfinke
Copy link

dfinke commented Jul 5, 2018

Great work on prose. I explored and wrapped the extract json in PowerShell. I need to find time to do more investigation of the rest of prose.

image

@simmdan
Copy link
Member

simmdan commented Jul 5, 2018

Very cool! Thanks for telling us about it. Do you intend to share your work somewhere? Maybe you could put source in another repo on GitHub or something.

@dfinke
Copy link
Author

dfinke commented Jul 6, 2018

I'd like to share it, haven't figured out the workflow for it going forward. Use the nuget feed for the dlls, compile it myself, are you folks going to publish an official PowerShell module similar to how you did ConvertFrom-String etc.?

@dfinke
Copy link
Author

dfinke commented Jul 6, 2018

Got the basics for text transform working in both Windows PowerShell and PowerShell Core. Should work on Linux too.

image

@dfinke
Copy link
Author

dfinke commented Jul 9, 2018

Prose is a really excellent addition to the toolbox. Here is Split Text in PowerShell. I convert it to objects so the data can be sent over the pipeline and consumed by other PS functions. The two examples are a WPF app with a grid and a Browser based grid

image

@dfinke
Copy link
Author

dfinke commented Oct 14, 2018

@simmdan I started a repo here https://github.com/dfinke/PSProse

@simmdan
Copy link
Member

simmdan commented Nov 9, 2018

@dfinke, this is very cool! I'm glad to see that you have had some success building useful powershell commandlets on top of PROSE. I've opened one very minor issue in your repo. Once that's resolved, I'll look at adding a section to our website about community projects with a link to yours.

@simmdan
Copy link
Member

simmdan commented Nov 10, 2018

Remaining work to close this issue: Add a community projects section to the site. This is blocked on accessibility testing that is currently underway, however. Will leave this issue open until I can make that update.

@dfinke
Copy link
Author

dfinke commented Nov 13, 2018

Got the split text working in PowerShell.

Wrote a UI in PowerShell (WPF) to experiment. More to come.

@simmdan
Copy link
Member

simmdan commented Nov 13, 2018

Awesome! That looks really cool!

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

No branches or pull requests

2 participants