X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/35f9afd2df1cc9b633ec9eee01a3292dc7eb5ccd..301cf11b4cfad43c7710c7005d34078b693ecb8e:/bti.xml diff --git a/bti.xml b/bti.xml index 251f476..eb93b41 100644 --- a/bti.xml +++ b/bti.xml @@ -33,6 +33,7 @@ + @@ -75,7 +76,7 @@ are "update" to send a message, "friends" to see your friends timeline, "public" to track public timeline, "replies" to see replies to your messages and "user" to see a specific user's - timeline. + timeline. Default is "update". @@ -83,7 +84,7 @@ - Specify the user you want to see his/her messages while the + Specify the user whose messages you want to see when the action is "user". @@ -128,6 +129,17 @@ + + + + + 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. + + + @@ -216,7 +228,7 @@ out. - It's primary focus is to allow you to log everything that you + Its primary focus is to allow you to log everything that you type into a bash shell, in a crazy, "this is what I'm doing right now!" type of way, letting the world follow along with you constant moving between directories and refreshing your email @@ -241,7 +253,7 @@ The account and password can be stored in a configuration file in the users home directory in a file named - .bti The structure of this file is as + .bti. The structure of this file is as follows: @@ -361,7 +373,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.