Page 1 of 1
Request: micro text editor
Posted: Thu Jan 10, 2019 9:14 am
by gimcrack
I just download the binary and place it in my /usr/local/bin as root. It's works just fine, my all time favorite text editor. Notice it wasn't in the repositories. I usually don't make request. Because I know how to do it myself. But it would help other's if it was more of a simple click on install command. Thanks.
Re: Request: micro text editor
Posted: Thu Jan 10, 2019 10:47 am
by manyroads
Is the editor named "micro text editor" ? If you want "your favorite" text editor in the repos, you may place a request here:
viewforum.php?f=55
Re: Request: micro text editor
Posted: Thu Jan 10, 2019 11:19 am
by gimcrack
manyroads wrote: Thu Jan 10, 2019 10:47 am
Is the editor named "micro text editor" ? If you want "your favorite" text editor in the repos, you may place a request here:
viewforum.php?f=55
Yes, and thanks.
https://micro-editor.github.io/
Re: Request: micro text editor
Posted: Thu Jan 10, 2019 11:22 am
by smilliken
Mine is Scite. Unfortunately, it is only for 386's. I now it can be installed on a 64 bit it all of the supporting 386 packages are installed. Lots of clutter.
Re: Request: micro text editor
Posted: Thu Jan 10, 2019 11:31 am
by Buck Fankers
A-ha, so it is like, Nano, terminal based editor, correct?
Re: Request: micro text editor
Posted: Thu Jan 10, 2019 11:37 am
by gimcrack
Buck Fankers wrote: Thu Jan 10, 2019 11:31 am
A-ha, so it is like, Nano, terminal based editor, correct?
Not really. It's written in Go and the plugin scripts are written in Lua. A lot more features then nano, but not as advance as vim. It's a in betweener. Someone that what something better then nano. But don't want to go as far as learning how to use vim.
Re: Request: micro text editor
Posted: Thu Jan 10, 2019 12:03 pm
by Buck Fankers
gimcrack wrote: Thu Jan 10, 2019 11:37 am
A-ha, so it is like, Nano, terminal based editor, correct?
Not really. It's written in Go and the plugin scripts are written in Lua. A lot more features then nano, but not as advance as vim. It's a in betweener. Someone that what something better then nano. But don't want to go as far as learning how to use vim.
[/quote]
Cool, will check it out, thanks
Re: Request: micro text editor
Posted: Thu Jan 10, 2019 12:51 pm
by baldyeti
smilliken wrote: Thu Jan 10, 2019 11:22 am
Mine is Scite. Unfortunately, it is only for 386's. I now it can be installed on a 64 bit it all of the supporting 386 packages are installed. Lots of clutter.
I do not know what makes you think that, scite is available from the regular Debian repo (also for amd64).
A personal favorite of mine,too (after vim, of course ;-)
Actually this editor is a show-case for the scintilla widget on which the very popular notepad++ is based (but that one is windows-only)
Re: Request: micro text editor
Posted: Thu Jan 10, 2019 3:09 pm
by Stevo
Getting Debian packages is issue #1 for micro and still open:
https://github.com/zyedidia/micro/issues/1
It's also getting almost too late to include with Buster.
However, we could just package the binaries as a "micro-bin" package like the AUR, since we don't have to follow strict Debian policy for our repos.