Show HN: EDI – An editor in Go
satyajit.ranjeev.in
Show HN: EDI – An editor in Go
1–10 of 50 posts
Re: Show HN: EDI – An editor in Go
#2Looks really nice and simple in an elegant way; I'll be interested in trying this.
Re: Show HN: EDI – An editor in Go
#3I've added binaries for Linux-64 and Mac in the blog article. This will help you try it if you do not have Go installed. :)
Re: Show HN: EDI – An editor in Go
#4Interesting concept. Are you planning on adding a system where you can write plug-ins in Javascript or Python for example? I saw in the blog post you were looking to adding a way to extend the editor.
Re: Show HN: EDI – An editor in Go
#5Interesting concept. Are you planning on adding a system where you can write plug-ins in Javascript or Python for example? I saw in the blog post you were looking to adding a way to extend the editor.
Yes in a future release I do plan to do so.
Re: Show HN: EDI – An editor in Go
#6Old dudes like me might have a strong negative reaction to something called "EDI."
Re: Show HN: EDI – An editor in Go
#7Looks really nice and simple in an elegant way; I'll be interested in trying this.
It looks like a terminal inside Firefox. I didn't see any file tree view, or even an actual editor.
Re: Show HN: EDI – An editor in Go
#8Old dudes like me might have a strong negative reaction to something called "EDI."
For the young dudes like me could you explain why?
Re: Show HN: EDI – An editor in Go
#9Looks like a nice start. I'll be watching with interest. The collapsible command context is a neat idea for a shell that's attached to an editor -- I could see just having a pane that's always running the app being developed.
I'm curious how you handle the right-clicking on filenames in the shell pane -- for example, does it only work if the clicked text contains the complete relative path from the current working directory? If not, how do you determine the full path to the clicked file?
Re: Show HN: EDI – An editor in Go
#10Honest question, since you posted this yourself on HN, what is the purpose of adding a “post to HN” button at the end of the post? Do further submissions after the original count as upvotes?