Unix and Linux Discussions Tagged with tool |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
13 |
70,138 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,162 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
25,651 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,094 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
1,984 |
What is on Your Mind? |
|
|
|
7 |
6,774 |
UNIX for Advanced & Expert Users |
|
|
|
11 |
12,705 |
Shell Programming and Scripting |
|
|
|
0 |
3,405 |
IP Networking |
|
|
|
2 |
5,072 |
Solaris |
|
|
|
9 |
7,380 |
Shell Programming and Scripting |
|
|
|
3 |
2,581 |
Shell Programming and Scripting |
|
|
|
2 |
7,663 |
Red Hat |
|
|
|
0 |
1,545 |
Software Releases - RSS News |
|
|
|
0 |
1,249 |
Software Releases - RSS News |
|
|
|
0 |
1,050 |
Software Releases - RSS News |
|
|
|
3 |
7,231 |
Infrastructure Monitoring |
|
|
|
0 |
1,786 |
Software Releases - RSS News |
|
|
|
0 |
1,283 |
Software Releases - RSS News |
|
|
|
0 |
1,674 |
Software Releases - RSS News |
|
|
|
2 |
3,807 |
OS X (Apple) |
|
|
|
0 |
1,388 |
Software Releases - RSS News |
|
|
|
2 |
8,980 |
Shell Programming and Scripting |
|
|
|
29 |
13,419 |
Shell Programming and Scripting |
|
|
|
0 |
2,454 |
UNIX and Linux RSS News |
|
|
|
4 |
5,571 |
Web Development |
|
|
|
0 |
1,296 |
Software Releases - RSS News |
|
|
|
0 |
1,252 |
Software Releases - RSS News |
|
|
|
0 |
1,156 |
Software Releases - RSS News |
|
|
|
0 |
1,559 |
Solaris BigAdmin RSS |
|
|
|
1 |
2,491 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,091 |
Software Releases - RSS News |
|
|
|
0 |
4,663 |
UNIX and Linux Applications |
|
|
|
1 |
3,137 |
Web Development |
|
|
|
3 |
6,264 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,276 |
Software Releases - RSS News |
|
|
|
0 |
1,181 |
UNIX and Linux RSS News |
|
|
|
0 |
1,612 |
UNIX and Linux RSS News |
|
|
|
1 |
6,050 |
Solaris |
|
|
|
0 |
961 |
Software Releases - RSS News |
|
|
|
0 |
1,543 |
Software Releases - RSS News |
MC-TOOL(1) Utilities MC-TOOL(1)
NAME
mc-tool - manipulate Mission Control accounts from the command line
SYNOPSIS
mc-tool list
mc-tool add PROFILE DISPLAY-NAME [PARAMETER-SETTINGS...]
mc-tool add MANAGER/PROTOCOL [PARAMETER-SETTINGS...]
mc-tool update ACCOUNT [PARAMETER-SETTINGS...]
mc-tool display ACCOUNT DISPLAY-NAME
mc-tool nick ACCOUNT NICKNAME
mc-tool icon ACCOUNT ICON
mc-tool show ACCOUNT
mc-tool get ACCOUNT PARAMETER [PARAMETER...]
mc-tool auto-presence ACCOUNT STATUS [MESSAGE]
mc-tool request ACCOUNT STATUS [MESSAGE]
mc-tool auto-connect ACCOUNT on|off
mc-tool remove ACCOUNT
DESCRIPTION
mc-tool's usage depends on its first argument (the "command")
SPECIFYING ACCOUNTS
Where an account name is needed, it may be given as a full object path (e.g. /org/freedesktop/Telepathy/Account/gabble/jabber/example), or
as the unique account-specific suffix (e.g. gabble/jabber/example).
SPECIFYING PARAMETER SETTINGS
Many commands take arguments that represent Telepathy connection manager parameters (see the Telepathy Specification for details of these).
Each argument has the following form:
TYPE:NAME=VALUE
where TYPE is either int, uint, bool, or string (other parameter types exist, but are currently unsupported by mc-tool), NAME is the name
of the connection manager parameter (e.g. account or password), and VALUE is the parameter's value (with integers in decimal, and booleans
as 0 or 1).
The update command also accepts arguments of the form clear:NAME which delete the named parameter from the account configuration.
LIST
mc-tool list lists the available accounts.
ADD
mc-tool add adds an account. The connection manager and protocol can either be given as the name of a Mission Control profile, (e.g.
gtalk), or as a slash-separated connection manager name and protocol (e.g. gabble/jabber).
DISPLAY
mc-tool display ACCOUNT DISPLAY-NAME sets the DisplayName property of ACCOUNT to DISPLAY-NAME.
NICK
mc-tool nick ACCOUNT NICKNAME sets the Nickname property of ACCOUNT to NICKNAME.
ICON
mc-tool icon ACCOUNT ICON sets the Icon property of ACCOUNT to ICON.
SHOW
mc-tool show ACCOUNT shows information about ACCOUNT.
GET
mc-tool get ACCOUNT PARAMETER [PARAMETER...] shows the values of the given parameters of ACCOUNT.
ENABLE
mc-tool enable ACCOUNT sets the Enabled property of ACCOUNT to True.
DISABLE
mc-tool disable ACCOUNT sets the Enabled property of ACCOUNT to False.
AUTO-PRESENCE
mc-tool auto-presence ACCOUNT STATUS [MESSAGE] sets the AutomaticPresence property of ACCOUNT to STATUS with optional message MESSAGE.
REQUEST
mc-tool request ACCOUNT STATUS [MESSAGE] sets the RequestedPresence property of ACCOUNT to STATUS with optional message MESSAGE; this is
how you tell an account to connect or go offline, for example.
AUTO-CONNECT
mc-tool auto-connect ACCOUNT on sets the ConnectAutomatically property of ACCOUNT to True. mc-tool auto-connect ACCOUNT off sets it to
False.
Telepathy July 2009 MC-TOOL(1)