mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Manual: rejig the disktidy plugin entry somewhat.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28420 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dfac9503eb
commit
dbe2ac1ec6
1 changed files with 13 additions and 11 deletions
|
@ -1,17 +1,18 @@
|
||||||
% $Id$ %
|
% $Id$ %
|
||||||
\subsection{Disk Tidy}
|
\subsection{Disk Tidy}
|
||||||
Disk Tidy deletes junk files left behind by Windows, Linux or OS X after a USB
|
Disk Tidy deletes junk files commonly left behind by Windows, Linux and
|
||||||
connection. Select the OS's files you want to delete in the `Files to Clean'
|
OS X after connecting your \dap{} over USB. Select the files you want to
|
||||||
menu and select `Start Cleaning' to begin to process. The settings
|
delete in the ``Files to Clean'' menu and select ``Start Cleaning'' to begin
|
||||||
are stored in \fname{.rockbox/rocks/apps/disktidy.config}, in a plain text
|
the process. The settings are stored in the plain text file
|
||||||
file that is user-modifiable to allow more entries to be added.
|
\fname{.rockbox/rocks/apps/disktidy.config} that is user-modifiable to allow
|
||||||
|
custom entries to be added.
|
||||||
|
|
||||||
You can use up to one '*' as a wild-card character which matches any string.
|
The asterisk character (``*'') can be used a wild-card which will match any
|
||||||
the first '*' is recognized as a wild-card character and any additional '*' are
|
string; however only the first asterisk will be recognised as a wild-card
|
||||||
literal '*'.
|
with any additional uses being taken as literal.\\*
|
||||||
|
|
||||||
\warn{Be careful when you use custom entries.
|
\warn{Be careful when you use custom entries as you could accidentally delete
|
||||||
You could accidentally delete important files.}
|
important files.}
|
||||||
|
|
||||||
\subsubsection{Available Options}
|
\subsubsection{Available Options}
|
||||||
\begin{description}
|
\begin{description}
|
||||||
|
@ -24,7 +25,8 @@
|
||||||
\fname{/System Volume Information}.
|
\fname{/System Volume Information}.
|
||||||
\item[Mac] selects OS X files. Default files are \fname{.\_*}, \fname{.DS\_Store} and
|
\item[Mac] selects OS X files. Default files are \fname{.\_*}, \fname{.DS\_Store} and
|
||||||
\fname{/.Trashes}.
|
\fname{/.Trashes}.
|
||||||
\item[Other] selects additional files added in by the user.
|
\item[Other] selects additional files added to the configuration file by the
|
||||||
|
user.
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
\begin{btnmap}
|
\begin{btnmap}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue