Standalone CLI - toy project #21
Replies: 1 comment
-
If you are just working on this for fun (and to see how far you get) then feel free to experiment. I am glad you are working on this, I don't have the time to write a CLI right now so having an example of how to use the high-level API that is a bit more self-contained than helix would be nice. With my comment about reaching out first I mostly wanted to prevent people reading my comment and going off to write the entire CLI without any communication with me and then being upset when the CLI does not align with my vision and I don't end up merging it/requestring significant changes during review. That kind of basic communication sounds like basic common sense but sadly we had this exact situation happen multiple times with helix so I like to just leave a note like that whenever I say I am open to contributions.
I would suggest you heavily reference the implementation (file picker) in helix. It's pretty much the reference implementation right now. I saw you used walkdir, I would suggest using If you do hope to upstream this eventually I would also suggest that you copy the But in general, if you just do some experimentation for yourself and are ok with the results not necessarily being merged into this repo, just go wild and do whatever you want. I am always happy to see people use nulceo! Just wanted to make sure there were the right expectations. I will convert this to a discussion since it is not really anything actionable (and more a discussion :D) |
Beta Was this translation helpful? Give feedback.
-
Hi! I saw your reddit post about nucleo and I got curious about writing a standalone cli version as a little "side project" (as "coding-breaks" beside learning for my exams). I've already started but I didn't create this issue at the beginning because I don't know how far I'll get or if it will turn into a mature cli program at all.
However, you said in this answer:
So I'm writing this issue, just in case you may be interested in it and want to use some of my code if you start to write the standalone cli of
nucleo
. Here's the link to my repo: https://github.com/TornaxO7/nucleIf you have some suggestions/hints/questions, feel free to ask.
Beta Was this translation helpful? Give feedback.
All reactions