Difference between revisions of "Package:Ego"

From Funtoo
Jump to navigation Jump to search
Line 14: Line 14:
{{3Col|'''type'''|'''sub-command'''|'''description'''}}
{{3Col|'''type'''|'''sub-command'''|'''description'''}}
{{3Col|profile|{{c|epro}}|Profile management -- see [[Funtoo Profiles]] for usage information}}
{{3Col|profile|{{c|epro}}|Profile management -- see [[Funtoo Profiles]] for usage information}}
{{3Col|kernel|{{c|ekern}}|Kernel config management -- see [[Funtoo Kernels]] for usage information}}
{{3Col|kernel|{{c|ekern}}|Kernel config management -- see [[Funtoo Kernel Config-Blobs]] for usage information}}
{{TableEnd}}
{{TableEnd}}


{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 12:59, April 25, 2017

Ego

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


ego is Funtoo's official system personality management tool, designed to eventually replace the venerable eselect from Gentoo Linux. Daniel Robbins created a new meta-tool to replace eselect because eselect has a couple of design issues. It requires extensions to be written as shell scripts, which is a big limitation. With the advent of Funtoo's modular profile system, eselect profile was becoming cumbersome to use, and I needed to make the tool faster and more feature-rich. Ultimately, shell scripts are too slow and too hard to use to implement advanced functionality.

ego is a meta-tool that works similarly to eselect. Typing ego will show a list of available commands. Some of the benefits of ego over eselect are that ego modules can be implemented in any language. In addition, the ego architecture is designed so that the modules are themselves stand-alone commands, which allows you to access these sub-commands using shortcuts. For example, epro is a shortcut for ego profile.

Ego Modules

typesub-commanddescription
profileeproProfile management -- see Funtoo Profiles for usage information
kernelekernKernel config management -- see Funtoo Kernel Config-Blobs for usage information