diff options
author | Brandon Pribula <b.pribs11@gmail.com> | 2022-04-06 17:37:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:49 +0700 |
commit | ae4164e3e90ef702ba671f1a02d37bb141dbdb83 (patch) | |
tree | be87da09736774ba35b9fb778fff6a69d9f4f9a5 /development/micro/README | |
parent | ec2393089c23b48a9c07b6ebe7cff89fe5281466 (diff) |
development/micro: Added (Text Editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/micro/README')
-rw-r--r-- | development/micro/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/development/micro/README b/development/micro/README new file mode 100644 index 000000000000..4030b374a7af --- /dev/null +++ b/development/micro/README @@ -0,0 +1,20 @@ +micro is a terminal-based text editor that aims to be easy to use +and intuitive, while also taking advantage of the capabilities +of modern terminals. + +As its name indicates, micro aims to be somewhat of a +successor to the nano editor by being easy to install and use. +It strives to be enjoyable as a full-time editor for people who +prefer to work in a terminal, or those who regularly edit files +over SSH. + +Optional Dependencies +---------------------- +On Linux, clipboard support requires: + + On X11, the xclip or xsel commands (Available on SBo) + On Wayland, the wl-clipboard command + +If you don't have these commands, micro will use an internal +clipboard for copy and paste, but it won't work with +external applications. |