clout ls # list global posts
clout ls --follow # filter by follow
clout [username] # username's profile & posts
clout login # enter secret phrase
clout logout # delete secret from drive
clout like [postHash] # like/unlike a post
clout post --reply=postHash # post or reply
clout reclout [postHash] # reclout specific post
clout follow [username] # toggle follow
clout notifications # list notifications
clout followers # who follows you
clout following # who you follow
clout whoami # base58 pubkey logged in
https://github.com/andrewarrow/clout-cliIf you are into BitClout (what, what's BitClout?) try a cli client. BitClout is the new social media app that has no central authority. Based on BTC every profile is a coin. There are lots of clients but this is a CLI one I've been hacking on. Anyone else find this useful or their preferred way to consume the data? I like rarely leaving terminal and doing a `./clout ls` throughout my day when I need a social media break!