bti icon indicating copy to clipboard operation
bti copied to clipboard

bash twitter ididocy

Results 16 bti issues
Sort by recently updated
recently updated
newest added

Hi! I'm trying to post a multiline tweet using: ```bash #$msg = string with \n echo "$msg" | bti ``` But the result is a tweet with just the first...

error: problem: Conflicting requests -Nothing provides Libjson-C. So. 3 () (64bit) needed by BTI-034-12. Fc28. x86_64

Have been using bti for many years with great success. But since a couple of days I'm getting following errors: # echo "test" | bti --action update --debug --verbose bti...

But is it possible that it never works on Fedora?

We have the following bug report in Debian: https://bugs.debian.org/1000121 Summary: bti uses the old pcre library which is supposed to be faded out in Debian as it's EOL. The maintainer...

bash version 5.1.4 `bti --proxy http://127.0.0.1:xxx` or in configure file ~/.bti `proxy=http://127.0.0.1:xxx` or `http_proxy=http://127.0.0.1:xxx bti` doesn't work. but `https_proxy=http://127.0.0.1:xxx bti` works

Twitter only sends the full content of tweets if one explicitly asks for it with the `tweet_mode=extended` parameter. It then sends the content in a key name "full_text", except for...

I'm using bti along with a bash script and it'd be a lot easier if I could just read the tab-separated values rather than parsing the current output. In addition...

This is a patch to bti.c to accept the new, longer tweets. ``` diff --git a/bti.c b/bti.c index 7f485a8..a4316d3 100644 --- a/bti.c +++ b/bti.c @@ -572,7 +572,7 @@ static void...