Ubuntu – How to change terminal theme / behavior

command linegnome-terminalguithemesvirtual-terminal

Like Excel / .Net / Java can terminal also be a user friendly ?

In current scenario it's single colour window single font and working with merely zero GUI, limited people who are aware about commands and their uses of terminal can work in terminal for others it's just an application

Example which can help user to build more interest in using terminal as more as he can :

  1. Look and feel of Terminal
  2. GUI control
  3. instead of writing more commands pick and drag option auto fill the command option should be there
  4. list of commands which user can write whenever he type anything on terminal
    any alphabet or any numeric a / b / c / … / z
  5. brief summary about each command should also comes there for him to understand to get
    more information on that command
  6. a person should have an option to view the entire help section in new window

As as user who use computer for nearly 16- 18 hours a day and work on all bits and pieces available i work, but I don't know the coding.. like the idea of ask Ubuntu so chalking down my thoughts here… thanks!

Best Answer

  1. There are different Terminal emulators (the windows) and different shells (the thing that does the work) and they can be configured or changed. Maybe you'll like the Zsh-shell more than the Bash which is default.

  2. Terminal are made for Text In- and output. i don't think there is a need of a GUI. There are GUI-applications, which can be used as alternative to shell commands

  3. There is possibility for Copy&Paste in Terminal emulators and many shells offer auto-complete with the TAB-key

  4. many shells offer auto-complete with the TAB-key

  5. most commands offer a simple help with command --help. For more information there are manpages: man command

  6. You can open the help section in a different window or look it up on the internet with your browser

I know the shell is hard at the beginning, but there are much more possibilities than with most GUI-applications. If you like to do more with the shell, there are wikis who explain step for step how to use it