summaryrefslogtreecommitdiffstats
path: root/manual/plugins/disktidy.tex
blob: c0d429cb7fefbd33d56f72144061b55c24a2b75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% $Id$ %
\subsection{Disk Tidy}
  Disk Tidy deletes junk files left behind by Windows, Linux or OS X after a USB
  connection. Select the OS's files you want to delete in the `Files to Clean'
  menu and select `Start Cleaning' to begin to process. The settings
  are stored in \fname{.rockbox/rocks/apps/disktidy.config}, in a plain text
  file that is user-modifiable to allow more entries to be added.
  
  You can use up to one '*' as a wild-card character which matches any string.
  the first '*' is recognized as a wild-card character and any additional '*' are 
  literal '*'.
  
  \warn{Be careful when you use custom entries.
  You could accidentally delete important files.}

  \subsubsection{Available Options}
  \begin{description}
    \item[All] selects all Linux, OS X, and Windows files.
    \item[None] deselects all file options.
    \item[Linux] selects Linux files. Default files are
      \fname{.dolphinview}, \fname{.d3lphinview}, and \fname{.Trash-*/}.
    \item[Windows] selects Windows files. Default files are
      \fname{Thumbs.db}, \fname{RECYCLE.BIN}, \fname{Desktop.ini}, \fname{/Recycled} and
      \fname{/System Volume Information}.
    \item[Mac] selects OS X files. Default files are \fname{.\_*}, \fname{.DS\_Store} and
      \fname{/.Trashes}.
    \item[Other] selects additional files added in by the user.
  \end{description}
  
  \begin{btnmap}
      \ActionStdCancel
        \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
      & Exit / Abort\\
  \end{btnmap}