2006-10-31 23:23:16 +08:00
\section mimedb mimedb - lookup file information via the mime database
2005-09-20 21:31:55 +08:00
\subsection mimedb-synopsis Synopsis
2014-08-01 20:25:41 +08:00
\fish{synopsis}
2014-08-01 10:37:32 +08:00
mimedb [OPTIONS] FILES...
\endfish
2005-09-20 21:31:55 +08:00
\subsection mimedb-description Description
2014-08-19 20:41:23 +08:00
`mimedb` queries the MIME type database and the `.desktop` files installed on the system in order to find information on the files listed in `FILES`. The information that `mimedb` can retrieve includes the MIME type for a file, a description of the type, and the default action that can be performed on the file. `mimedb` can also be used to launch the default action for this file.
2006-06-13 23:44:09 +08:00
Help cleanup
Large list of changes, including formatting and typos for most commands.
More substantive changes have been made to alias, bind, block, break,
builtin, case, cd, commandline, count, else, emit, fish_config, funced,
function, functions, history, math, mimedb, nextd, not, popd, prevd,
pushd, pwd, random, read, set, set_color, switch, test, trap, type,
ulimit, umask, and while.
2013-05-12 15:56:01 +08:00
The following options are available:
2014-08-01 10:37:32 +08:00
- `-t`, `--input-file-data` determines the files' type both by their filename and by their contents (default behaviour).
2014-08-19 20:41:23 +08:00
2014-08-01 10:37:32 +08:00
- `-f`, `--input-filename` determines the files' type by their filename.
2014-08-19 20:41:23 +08:00
2014-08-01 10:37:32 +08:00
- `-i`, `--input-mime` specifies that the arguments are not files, but MIME types.
2014-08-19 20:41:23 +08:00
2014-08-01 10:37:32 +08:00
- `-m`, `--output-mime` outputs the MIME type of each file (default behaviour).
2014-08-19 20:41:23 +08:00
2014-08-01 10:37:32 +08:00
- `-f`, `--output-description` outputs the description of each MIME type.
2014-08-19 20:41:23 +08:00
2014-08-01 10:37:32 +08:00
- `-a`, `--output-action` outputs the default action of each MIME type.
2014-08-19 20:41:23 +08:00
2014-08-01 10:37:32 +08:00
- `-l`, `--launch` launches the default action for the specified files.
2014-08-19 20:41:23 +08:00
- `-v`, `--version` displays the version number and exits.