Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ofx2qif(1) [debian man page]

OFX2QIF(1)							   User Commands							OFX2QIF(1)

NAME
ofx2qif - convert OFX files to QIF format SYNOPSIS
ofx2qif path_to_ofx_file/ofx_filename > output_filename.qif DESCRIPTION
ofx2qif is a OFX "file" to QIF (Quicken Interchange Format) converter. It was written as a second code example, and as a way for LibOFX to immediately provide something useful, and to give people a reason to try the library. It is not recommended that financial software use the output of this utility for OFX support. The QIF file format is very primitive, and much information is lost. The utility currently supports every transaction tags of the QIF format except the address lines, and supports many of the !Account tags. It should generate QIF files that will import successfully in just about every software with QIF support. OPTIONS
This program does not accept any command-line options. CAVEATS
The libofx maintainer does not plan on improving this utility much further, but contributions and patches are gladly accepted. If you are interested in hacking on ofx2qif, links to QIF documentation are available on the LibOFX home page. Note that all error output is disabled by default. AUTHOR
Benoit Gregoire <benoitg@coeus.ca> HISTORY
ofx2qif is meant to be the C code example and demo of the libofx library. It uses many of the functions and structures of the LibOFX API. COPYRIGHT
ofx2qif is Copyright 2002 by Benoit Gregoire <benoitg@coeus.ca>. This program 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 2 of the License, or (at your option) any later version. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. This manual page was written by Bryan Donlan <bdonlan@gmail.com>, for the Debian GNU/Linux system (but may be used by others). As portions of this manual page are derived from source code comments, this manual page is also licensed under the terms above. SEE ALSO
ofxdump(1), ofxconnect(1) <http://libofx.sourceforge.net/> perl v5.14.2 2011-07-09 OFX2QIF(1)

Check Out this Related Man Page

SAPPHIRE(1)						      General Commands Manual						       SAPPHIRE(1)

NAME
sapphire -- minimal but configurable window manager SYNOPSIS
sapphire [-display displayname | -version ] DESCRIPTION
This manual page documents briefly the sapphire command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. sapphire is a minimal but configurable window manager for X11R6. It supports themes in the form of X resource files, and has a customisable menu. The Debian version receives Debian menu entries automatically in a "Debian" submenu by default, you can add entries specifically to sap- phire (in the rest of the menu) in the default-menu file. For more information, see update-menus (1) and the FILES section below. Users can also set their own options in $HOME/.sapphire/wmconf (an X resource file). OPTIONS
-display displayname Use the X-server display 'displayname'. -version Show version of program. FILES
/etc/X11/sapphire/menu/default-menu menu entries specific to sapphire (you can edit this one, it's a conffile) /etc/X11/sapphire/menu/menudefs.hook Debian menu entries in sapphire's format, not read directly, do not edit (edit default-menu instead) /etc/X11/sapphire/menu/default this menu file is the one sapphire actually reads, it is automatically generated from the other two by update-menus, do not edit (edit default-menu instead) $HOME/.sapphire/wmconf user-specific options /usr/share/sapphire/themes themes directory, all of the above may refer to themes from here (the files themselves are X resource files) HISTORY
Sapphire was originally developed from Decklin Foster's aewm, and also uses some code from Blackbox (for gradients). SEE ALSO
XFree86 (1), update-menus (1). AUTHOR
This manual page was written by Chris Boyle <cmb@debian.org> for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. SAPPHIRE(1)
Man Page