fileformat 0.3.2
Tool for recognizing file formats
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
fileformat is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
fileformat
fileformat is a tool for recognizing file formats.
Ready-made packages
See download page.
Build from source
Preparing
Before assembling, you need to install a compiler for D (now this project supports compiler ldc2).
This project is assembled with a dynamic or static linking to the Amalthea library. So if you want to build this project from source, you also need to build and install Amalthea. Then return to this instruction.
Compilation and installation
Creating of executable bin-file:
$ make
Installation (by default, main directory is /usr/local/):
# make install
After that, the application is ready for use.
You can install this application in any other directory:
$ make install DESTDIR=home/$USER/sandbox PREFIX=usr
Uninstall:
# make uninstall
If you installed it in an alternate directory:
$ make uninstall DESTDIR=home/$USER/sandbox PREFIX=usr
Usage
fileformat <file> ... [-m|--mime]
Show format name, format description and format type
(audio, video, archives, etc.) for specified file(s).
If '-m' or '--mime' has been used, the program will show
the MIME type and its description.
Feedback
Questions, suggestions, comments, bugs:
Also use the repository service tools.
- Registered by Eugene 'Vindex' Stulin
- 0.3.2 released 3 years ago
- os-18/fileformat
- GPL-3.0
- Authors:
- Dependencies:
- amalthea
- Versions:
-
0.4.2 2024-Jul-18 0.4.1 2024-Jun-18 0.4.0 2022-Sep-24 0.3.2 2021-Oct-06 0.3.1 2021-Oct-06 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
17 downloads total
-
- Score:
- 0.0
- Short URL:
- fileformat.dub.pm