There are several things I would like to be better in Ubuntu Terminal Emulator.
coloring, like in the source code
Copy and paste keyboard shortcuts that I used all the time in Windows:
Ctrl-CandCtrl-V
(Most of people here in Ubuntu use Ctrl+C and Ctrl+V keyboard shortcuts to copy and paste everywhere except the terminal! I think it's annoying for newcomers, and I don't worry about historical reasons)
- A feature to save all the output to log file
UPDATE:
Can the terminal be a powerful feature-full user-friendly tool like a modern IDE? The Linux user can spend 30% of time in the terminal. Programmers no longer code in a notepad. Can I see the history pane? Suggestions? Directory pane? Commands list? Search for words in an output? Contextual behavior? "Search in Google" for a mouse right-click. Tips and tricks learning?
Time is money! Please, people, give me a link to the 21st - century terminal.
ls > file.txt. Search for words in outputls | grep .jpg. – Anonymous Nov 14 '11 at 17:53