by ecounysis on 1/4/12, 3:50 PM with 9 comments
by bediger on 1/4/12, 4:38 PM
Yet, research in human-computer interaction barely acknowledges the command line's existence. It's a strange omission, since the core principles of human factors engineering still apply to the console.
Why is this? I've also noticed a corollary, that interface testing for "experts" doesn't really use expert testing. One paper I've read (name eludes me) about text editor usability had the nominal "expert" users ignoring regular expression searching, and just scrolling about randomly for the assigned phrase.
Either truly "expert" users are so few and far between that researchers can't find them, or the researchers can't tell who qualifies as an "expert" and who doesn't.
by tmhedberg on 1/4/12, 5:52 PM
by rcfox on 1/4/12, 7:51 PM
The only thing that would make it better is Ido-style completion.
by mdonahoe on 1/4/12, 4:45 PM
Logging to a database is an excellent idea.
by GICodeWarrior on 1/4/12, 6:41 PM
alias frequency='sort | uniq -c'
Also, this should probably use exec. system(". cdto '@row'") ;
exit ;
Otherwise, you are needlessly keeping Perl on your stack.by alexyoung on 1/4/12, 8:26 PM
by vdm on 1/4/12, 6:27 PM
http://code.google.com/p/ergoemacs/source/browse/trunk/packa...