-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
micro: Recommend installing pasting utilities
A macOS-specific control file is necessary as recommending pasteboard-utils on macOS is redundant; they come preinstalled
- Loading branch information
1 parent
f026ae4
commit 0a318b9
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Package: micro | ||
Version: @DEB_MICRO_V@ | ||
Architecture: @DEB_ARCH@ | ||
Maintainer: @DEB_MAINTAINER@ | ||
Section: Text_Editors | ||
Priority: optional | ||
Description: modern and intuitive terminal-based text editor | ||
micro is a terminal-based text editor that aims to be easy to use | ||
and intuitive, while also taking advantage of the full capabilities | ||
of modern terminals. As the name indicates, micro aims to be somewhat | ||
of a successor to the nano editor by being easy to install and use. |