Nautilus a Command Line
Written by schneegestoeber the 21 Nov 08 at 18:26.
Related project: brainstorm.ubuntu.com .
In development
Often I use the command line to handle files and directories and sometimes I use Nautilus. A combination of the two would be fantastic (at least for me).
Why not give Nautilus a little built-in terminal window (with a show/hide button) that follows the file browser as we navigate the directory tree and that reflects the commands we apply? And vice versa: If I type, e.g. ,
ls *.pdf
the GUI shows me all the pdf files (and the terminal does as well, of course). In principle this could be some combination of gnome terminal and Nautilus (and other graphicel tools).
73
votes
98
1
25
5
votes
7
1
2
Selected solution (#2):
Build the same functionality into the graphical UI
Written by
Endolith the 30 Jan 09 at 16:51.
Why not create a graphical way to do all the same things?
If you want to filter the display or select all files of a certain type by using wildcards, there should be a quick graphical way to do it.
Similarly, instead of using grep, why not just allow Nautilus to search the contents of files and provide a list of matches in the list view?
Instead of typing arcane, undiscoverable command line switches (-r), we should have advanced search abilities with checkboxes for each option ([] Recursive).
Command lines are for programming, not for user interaction. Interfaces should be intuitive and discoverable.
Why not create a graphical way to do all the same things?
If you want to filter the display or select all files of a certain type by using wildcards, there should be a quick graphical way to do it.
Similarly, instead of using grep, why not just allow Nautilus to search the contents of files and provide a list of matches in the list view?
Instead of typing arcane, undiscoverable command line switches (-r), we should have advanced search abilities with checkboxes for each option ([] Recursive).
Command lines are for programming, not for user interaction. Interfaces should be intuitive and discoverable.
42
votes
53
0
11
Selected solution (#3):
Nautilus Terminal (plugin)
Written by
FLOZz the 8 Sep 10 at 01:29.
I am working on a plugin that provides an embedded terminal for nautilus.
Screenshot:
http://software.flogisoft.com/nautilus-terminal/img/screenshot_nautilus.png
Project page on Launchpad:
https://launchpad.net/nautilus-terminal
:)