SabreTools

Introduction

This project started as a desktop port of some core features of Wizard of DATz Redux, but it has since grown into a fully-featured DAT management tool. Below is a brief description of the features available in the suite. For more information about each feature, see the help text in each of the programs. For more information about the parent project, see here. Note to self: Add information on every single one of the flags to this or another file. And be more descriptive than the help text. This will be hard, but it will be worth helping new users.

Features

Currently, the SabreTools suite consists of the following programs: SabreTools (formerly DATabase)

The main tool of the SabreTools suite. Performs the majority of the core features of the parent project, including the following:

This tool has a comprehensive list of command line parameters that can be used to do the above and much more. Headerer

A simple auxilary tool that detects and removes headers and also restores headers for the following systems:

The saved headers are currently stored in a database; multiple headers allowed per file. SimpleSort

A simple rebuild-from-DAT tool that allows users to sort from the commandline.

Power User Tools

This section is for tools that have been requested for a highly specific purpose and are not generally going to be used by regular users. All of them have a possibility of being included in the main DATabase program eventually. RombaSharp

An in-progress tool that will try to act as a C# port of the Go-based Romba program. All features that are not already a part of SabreTools will be attempted to be added to this program. It is NOT ready for use yet. TGZConvert

A simple tool to convert a folder to TGZ, optionally to a specific folder.

Licensing

The preceeding programs use, in part or in whole, code, libraries, and/or applications from the 7-zip project. 7-zip is licenced under the GNU LGPL.
All other external code is marked as such within the source and correctly attributed to the site and/or person(s) that originally wrote the code. All code written by project members is licensed under GPL v3. See LICENSE for more details.

Contributions

Any feature suggestions or code contributions are accepted. Please take the time to look over the existing code to see proper coding and documentation patterns.