Add micro to every edition #81
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
monolith-os/monolith!81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-micro"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
microto the shared package list inrecipes/common.yml, so every edition ships it.micro is a terminal text editor with the keybindings people already have in their fingers: ctrl-s saves, ctrl-q quits, ctrl-c/ctrl-v copy and paste, mouse and scrolling work. It covers the quick edit over ssh or in a TTY without anyone needing vim, and it displaces nothing, since the bases ship no editor beyond vi and nano.
Fedora 44 carries micro 2.0.15 in the release repo (verified with
dnf repoqueryagainst fedora:44 with updates-testing disabled), so this is a plain package add, not the upstream-release fetch superfile, nak, and ngit needed.