The bmannconsulting.com website
1--- 2link: https://micro-editor.github.io/ 3github: https://github.com/zyedidia/micro 4tags: 5 - Linux 6 - CLI 7 - editor 8--- 9A modern and intuitive terminal-based text editor. 10 11It's a single executable binary so very easy to use anywhere. I got into it during my Chromebook years. 12 13One liner install on most systems: 14 15```shell 16curl https://getmic.ro | bash 17``` 18 19``` 20 __  __ _                  ___           _        _ _          _ _ 21|  \/  (_) ___ _ __ ___   |_ _|_ __  ___| |_ __  | | | ___  __| | | 22| |\/| | |/ __| '__/ _ \   | || '_ \/ __| __/ _\ | | |/ _ \/ _  | | 23| |  | | | (__| | | (_) |  | || | | \__ \ || (_| | | |  __/ (_| |_| 24|_|  |_|_|\___|_|  \___/  |___|_| |_|___/\__\__,_|_|_|\___|\__,_(_) 25 26Micro has been downloaded to the current directory. 27 28You can run it with: 29 30./micro 31``` 32 33Options are set in `~/config/micro/settings.json`. [List of options](https://github.com/zyedidia/micro/blob/master/runtime/help/options.md)