~ubuntu-branches/ubuntu/utopic/gnome-user-docs/utopic-proposed

« back to all changes in this revision

Viewing changes to gnome-help/id/files-browse.page

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 23:55:05 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120416235505-4nznk0i4b7391ele
Tags: 3.4.1-1
* New upstream release.
* debian/copyright: Move to copyright 1.0 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-browse" xml:lang="id">
 
3
 
 
4
 
 
5
  <info>
 
6
    <link type="guide" xref="files" group="#first"/>
 
7
    <link type="seealso" xref="files-copy"/>
 
8
    <desc>Manage and organize files with the file manager.</desc>
 
9
 
 
10
    <revision pkgversion="3.4.0" date="2012-02-19" status="outdated"/>
 
11
    <credit type="author">
 
12
      <name>Tiffany Antopolski</name>
 
13
      <email>tiffany.antopolski@gmail.com</email>
 
14
    </credit>
 
15
    <credit type="author">
 
16
      <name>Shaun McCance</name>
 
17
      <email>shaunm@gnome.org</email>
 
18
    </credit>
 
19
    <credit type="author">
 
20
      <name>Phil Bull</name>
 
21
      <email>philbull@gmail.com</email>
 
22
    </credit>
 
23
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
24
  
 
25
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
26
      <mal:name>Andika Triwidada</mal:name>
 
27
      <mal:email>andika@gmail.com</mal:email>
 
28
      <mal:years>2011, 2012</mal:years>
 
29
    </mal:credit>
 
30
  </info>
 
31
 
 
32
<title>Browse files and folders</title>
 
33
 
 
34
<comment>
 
35
        <p>This page is a feature overview. There should be a greater visual
 
36
        separation between features. Small illustrative figures should be used
 
37
        to display these features where appropriate, and video demonstrations of
 
38
        some of the features might be useful too. Explain how you can add things to
 
39
        the sidebar (link to a topic or explain it here).</p>
 
40
</comment>
 
41
 
 
42
<p>Use the <app>Files</app> file manager to browse and organize the files on
 
43
your computer. You can also use it to manage files on storage devices (like
 
44
external hard disks), on <link xref="nautilus-connect">file servers</link>, and
 
45
network shares.</p>
 
46
 
 
47
<p>To open the file manager, open <app>Files</app> in the <gui>Activities</gui>
 
48
overview. You can also search for files and folders through the overview in the
 
49
same way you would <link xref="shell-apps-open">search for applications</link>.
 
50
</p>
 
51
 
 
52
<section id="files-view-folder-contents">
 
53
  <title>Exploring the contents of folders</title>
 
54
 
 
55
<p>In the file manager, double-click any folder to view its contents,
 
56
and double-click any file to open it with the default application for
 
57
that file. You can also right-click a folder to open it in a new tab
 
58
or new window. In <link xref="files-sort#list-view">list view</link>,
 
59
you can also click the expander next to a folder to show its contents
 
60
in a tree.</p>
 
61
 
 
62
<p>When looking through the files in a folder, you can quickly <link xref="files-preview">preview each file</link> by pressing the space bar
 
63
to be sure you have the right file before opening it, copying it, or
 
64
deleting it.</p>
 
65
 
 
66
<p>The <em>path bar</em> above the list of files and folders shows you which
 
67
folder you're viewing, including the parent folders of the current folder.
 
68
Click a parent folder in the path bar to go to that folder. Right-click any
 
69
folder in the path bar to open it in a new tab or window, copy or move it, or
 
70
access its properties.</p>
 
71
 
 
72
<p>If you want to quickly skip to a file in the folder you're viewing,
 
73
start typing its name. A search box will appear at the bottom of the window and
 
74
the first file which matches your search will be highlighted. Press the
 
75
down arrow key or <keyseq><key>Ctrl</key><key>G</key></keyseq>, or
 
76
scroll with the mouse, to skip to the next file that matches your search.</p>
 
77
 
 
78
<p>You can quickly access common places from the <em>sidebar</em>. If you do
 
79
not see the sidebar, click <guiseq><gui>View</gui><gui>Sidebar</gui>
 
80
<gui>Show Sidebar</gui></guiseq>. You can add bookmarks to folders that
 
81
you use often and they will appear in the sidebar. Use the
 
82
<gui>Bookmarks</gui> menu to do this, or simply drag a folder into the
 
83
sidebar.</p>
 
84
 
 
85
<p>If you frequently move files between nested folders, you might
 
86
find it more useful to show a <em>tree</em> in the sidebar instead. Click
 
87
<guiseq><gui>View</gui><gui>Sidebar</gui><gui>Tree</gui></guiseq>
 
88
to enable the tree sidebar. Click the expander arrow next to a folder to
 
89
show its child folders in the tree, or click a folder to open it
 
90
in the window.</p>
 
91
</section>
 
92
</page>