Translations:Applications/Editors/1/en

From Funtoo
Revision as of 23:33, April 14, 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Text editors are perhaps the single most important piece of software to software developers. On Funtoo they should all be found in the app-editors category of the Funtoo tree. So, running
user $ ls -d /var/git/meta-repo/kits/*/app-editors/*
should show all text editors available from the Funtoo tree. To list all available applications in this category, including those in enabled third-party repositories (e.g., overlays added using Layman) run:
user $ emerge --search "%@^app-editors"
By default Funtoo comes with just two text editors pre-installed: nano and vi. Both are command-line text editors.