Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

katoob(1) [debian man page]

KATOOB(1)						      General Commands Manual							 KATOOB(1)

NAME
katoob - A Gtk2 light weight multilingual BiDi aware text editor. katoob is a text editor for X, You can use it to create and edit text files. Katoob support reading and saving text files in many encod- ings. As well as importing / exporting to HTML character reference. SYNOPSIS
katoob [options] files... DESCRIPTION
This manual page documents briefly the katoob commands. katoob is a light weight, multi lingual, BiDi aware text editor. It supports opening and saving files in multiple encodings. The main sup- port was for Arabic language but more languages are currently supported. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -v, --version Show version of program. -u, --usage Display brief usage message. - Read input from the standard input. files... Specifies the files to be opened. Multiple files are supported but they should be separated by spaces, Reading from pipes is also supported by using a dash "-". If no files specified, Katoob'll start with an empty document. FILES
$HOME/.katoob/ User's configuration files directory $HOME/.katoob/config Main configuration file $HOME/.katoob/recent Recent files list $PREFIX/share/katoob Global program directory EXAMPLES
Opening multiple files: katoob foo.txt bar.text zot Opening a file called foo and the output of cat: cat bar | katoob foo - Reading from a pipe: ls | katoob - Reading from multiple pipes: katoob - - Here katoob'll try to read from the standard input 2 times. To close the standard input you should press CTRL-D For each dash passed, Katoob'll reopen the standard input and read from it. BUGS
Something like cat foo | katoob - - "should read cat output and then wait for the user input and open each one in a separate document" is not supported. AUTHOR
katoob was written by Mohammed Sameer. BUGS
Bugs should be reported at http://bugzilla.arabeyes.org/ or the Arabeyes.org developer mailing list developer@arabeyes.org. June 22, 2003 KATOOB(1)

Check Out this Related Man Page

SPYDER(1)							Spyder User Manual							 SPYDER(1)

NAME
spyder - Spyder is an integrated development environment integrating Python, numpy, scipy, and matplotlib. SYNOPSIS
spyder -e this [--example=that] [{-e | --example} this] [{-e | --example} {this | that}] spyder [{-h | --help}] DESCRIPTION
This manual page documents briefly the spyder command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the GNU info(1) format; see below. spyder is a program that... OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the info(1) files. -e this, --example=that Does this and that. -h, --help Show summary of options. -v, --version Show version of program. FILES
/etc/foo.conf The system-wide configuration file to control the behaviour of spyder. See foo.conf(5) for further details. ${HOME}/.foo.conf The per-user configuration file to control the behaviour of spyder. See foo.conf(5) for further details. ENVIONMENT
FOO_CONF If used, the defined file is used as configuration file (see also the section called "FILES"). DIAGNOSTICS
The following diagnostics may be issued on stderr: Bad configuration file. Exiting. The configuration file seems to contain a broken configuration line. Use the --verbose option, to get more info. spyder provides some return codes, that can be used in scripts: Code Diagnostic 0 Program exited successfully. 1 The configuration file seems to be broken. BUGS
The program is currently limited to only work with the foobar library. The upstreams BTS can be found at http://bugzilla.foo.tld. SEE ALSO
bar(1), baz(1), foo.conf(5) The programs are documented fully by The Rise and Fall of a Fooish Bar available via the info(1) system. AUTHOR
Ludovic Aubry <laubrycomm@free.fr> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2007 Ludovic Aubry This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License. spyder 11/03/2010 SPYDER(1)
Man Page