#How to get part of terminal command? and How to create a terminal window solely dedicated to editor?

6 messages · Page 1 of 1 (latest)

wooden nacelle
#

I am making a terminal based editor called med and I want it to run by “med {file path}”. How can I get the file path part so I can open that file? Also, how can I activate the editor window as its own like Neovim? I’m thinking of using FTXUI btw but if you have any suggestions I’m open to them.

wise deltaBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

native flint
#

neovim uses Qt

#

argv to get the file path parameter

wooden nacelle
#

!solved

wise deltaBOT
#

Thank you and let us know if you have any more questions!