Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

weechat-curses(1) [debian man page]

WEECHAT(1)						      General Commands Manual							WEECHAT(1)

NAME
weechat-curses - Wee Enhanced Environment for Chat (Curses version) SYNOPSIS
weechat-curses [option...] [plugin:option...] DESCRIPTION
Fast, light and extensible chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with scripts. It is compliant with IRC RFCs 1459, 2810, 2811, 2812, and 2813. OPTIONS
-a, --no-connect disable auto-connect to servers at startup -c, --colors display default colors in terminal -d, --dir <dir> set WeeChat home dir -h, --help display summary of options -k, --keys display default keys -l, --license display program license -p, --no-plugin don't load any plugin at startup -s, --no-script don't load any script at startup -v, --version display WeeChat version PLUGIN OPTIONS
Options for plugins depend on plugins, you can look at plugins documentation on WeeChat website for more information. For example, with irc plugin, you can connect to temporary server with an url like: irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]] To join WeeChat IRC channel support with nick "mynick": irc://mynick@irc.freenode.net/#weechat IPv6 address can be enclosed in brackets to add a port after address, for example: irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test FILES
$HOME/.weechat/weechat.conf main WeeChat configuration file $HOME/.weechat/plugins.conf plugins configuration file $HOME/.weechat/alias.conf configuration file for alias plugin $HOME/.weechat/aspell.conf configuration file for aspell plugin $HOME/.weechat/charset.conf configuration file for charset plugin $HOME/.weechat/irc.conf configuration file for IRC plugin $HOME/.weechat/logger.conf configuration file for logger plugin $HOME/.weechat/relay.conf configuration file for relay plugin $HOME/.weechat/rmodifier.conf configuration file for rmodifier plugin $HOME/.weechat/xfer.conf configuration file for xfer plugin $HOME/.weechat/weechat.log WeeChat log file LICENSE
Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> WeeChat is distributed under the GNU General Public License, version 3. Please read the COPYING file for more information. BUGS
Please report bugs or feature requests at Savannah website: - Bugs: http://savannah.nongnu.org/bugs/?group=weechat - Feature requests: http://savannah.nongnu.org/task/?group=weechat AUTHOR
WeeChat is written by Sebastien Helleu <flashcode@flashtux.org> Web: http://www.weechat.org/ Sebastien Helleu June 2012 WEECHAT(1)

Check Out this Related Man Page

GCSTAR(1)							Linux User's Manual							 GCSTAR(1)

NAME
GCstar - Personal collection manager SYNOPSIS
gcstar [-u UPDATE-OPTIONS] [-x EXECUTE-OPTIONS] [FILENAME] DESCRIPTION
GCstar is a Gtk2 program used to manage personal collections. OPTIONS
Without any option, it will open FILENAME if specified or the previously opened file. There are also two groups of options. UPDATE-OPTIONS -u, --update Tell GCstar to look for available updates -a, --all Update all components -c, --collection Update collection models -w, --website Update plugins to download information -i, --import Update plugins to import data -e, --export Update plugins to export data -l, --lang Update translations -n, --noproxy Don't ask for a proxy EXECUTE-OPTIONS -x, --execute Enter non-interactive mode -c, --collection MODEL Specify the collection type -w, --website PLUGIN Specify the plugin to use to download information -i, --import PLUGIN Specify the plugin to use to import a collection -e, --export PLUGIN Specify the plugin to use to export the collection -f, --fields FILENAME File containing fields list to use for import/export -o, --output FILENAME Write output in FILENAME instead of standard output --download TITLE Search for the item with TITLE as name --importprefs PREFERENCES Preferences for the import plugin --exportprefs PREFERENCES Preferences for the export plugin Preferences for import/export plugins are specified using this schema Key1=>Value1,Key2=>Value2 ENVIRONMENT
HOME Used to define following variables if needed XDG_CONFIG_HOME Where configuration files should be stored. If not defined: $HOME/.config XDG_DATA_HOME Where some data will be stored. If not defined: $HOME/.local/share BUGS REPORTING
To report bugs, please use this forum: http://forums.gcstar.org/viewforum.php?id=4 AUTHORS
Tian <tian@c-sait.net> http://www.gcstar.org/ GCstar 17 August 2006 GCSTAR(1)
Man Page