Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 672134

Summary: app-admin/eselect - new feature suggestion: to reduce user's keyboard stroke.
Product: Gentoo Hosted Projects Reporter: WooHyung Jeon <mail>
Component: eselectAssignee: Gentoo eselect Team <eselect>
Status: UNCONFIRMED ---    
Severity: enhancement CC: jaak
Priority: Normal Keywords: NeedPatch
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://forums.gentoo.org/viewtopic-t-1089936-start-0-postdays-0-postorder-asc-highlight-.html
Whiteboard:
Package list:
Runtime testing required: ---

Description WooHyung Jeon 2018-11-28 07:49:14 UTC
I'm suggesting that 'eselect' could have '-i, --interactive' like an option which makes users can just type 
'#eselect -i kernel' 
and then, look what is set now, and asked 
'>>> Which one do you want to set? [1/2/N]:' 
and answer that to set a newer kernel or other eselect modules.

This can reduce current 'eselect kernel list', 'eselect kernel set 2' combos to just one 'eselect -i kernel'.

Reproducible: Didn't try

Steps to Reproduce:
1.#eselect kernel list
2.#eselect kernel set 2
Actual Results:  
1.changed kernel 

Expected Results:  
1.#eselect -i kernel
2.check what's set now, and what number to set
3.answer followed question with #1 command. (like '2')
4.change kernel to '2'(second) one.

Now, we already have 'update' option but it selects automatically. IMHO, We can change that option to interactively update, but it can confuse Gentoo users, so how about adding an interactive option or 'manual-update'.