Comment on micro – A Modern Alternative to nano
Genrawir@lemmy.world 1 year ago
Looks interesting. I’ll probably keep using nano, as it is usually installed by default and my needs are minimal. Tthe single binary without dependencies should certainly make adoption easier.
alcasa@lemmy.sdf.org 1 year ago
I feel like being preinstalled is really the most difficult hurdle for a lot of these tools to clear. Its the reason most scripts are written in sh/bash. You don’t want to give your users another dependency, so you use what everyone has installed anyways.