X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/ac807f1a40c5dc50ae117941372341c256e0ee2b..bfe6897366a85b1d76be9528e41b5ee8bb3a570c:/bti.xml diff --git a/bti.xml b/bti.xml index 091f824..ae08e4f 100644 --- a/bti.xml +++ b/bti.xml @@ -33,6 +33,9 @@ + + + @@ -128,6 +131,43 @@ + + + + + Specify a config file for bti to read from. By default, bti + looks in the ~/.bti file for config values. This default + location can be overridden by setting a specific file with this + option. + + + + + + + + Status ID of a single post to which you want to create a threaded + reply to. + + + For twitter, this is ignored unless the message starts with the + @name of the owner of the post with the status ID. + + + For status.net, this can link any two messages into context with + each other. Status.net will also link a message that contains an + @name without this without regard to context. + + + + + + + + Status ID of a single post which you want to retweet. + + + @@ -138,7 +178,11 @@ more suitable for micro-blogging. - Currently, only http://2tu.us/ is used as a URL shrinking service. + The following URL shrinking services are available: + http://2tu.us/ (default) and http://bit.ly / http://j.mp + + + See the documentation for bti-shrink-urls for the configuration options. @@ -171,7 +215,7 @@ - Verbose mode + Verbose mode. Print status IDs and timestamps. @@ -183,11 +227,20 @@ help specify it is coming from a command line. Don't put the working directory and the '$' in the tweet message. + + + This option implies . + + + + + + - This mode also does not report back any errors that might have - happened when sending the message, and it sends it in the - background, returning immediately, allowing the process to - continue on. + Do not report back any errors that might have + happened when sending the message, and send it in the + background, returning immediately, allowing the user + to continue on. @@ -317,6 +370,19 @@ + + + + + The status ID to which all notices will be linked to. + + + There is no sane reason for a need to have this set in a + config file. One such reason is to have all your messages + as children to a particular status. + + + @@ -361,7 +427,10 @@ For example, command line options always override any config file - option, or any environment variables. + option, or any environment variables. Unless a config file is + specified by the command line. At that point, the new config file is + read, and any previous options set by a command line option, would be + overridden.