Skip to content

Releases: devhindo/x

v1.1.2

15 Apr 02:50
Compare
Choose a tag to compare

Changelog

  • dfe36aa added tweet posted message

v1.1.1

04 Apr 21:21
Compare
Choose a tag to compare

Changelog

v1.1.0

04 Apr 15:06
Compare
Choose a tag to compare

New and more abstract way of posting tweets

  • added the ability to post tweets directly without the -t flag
    examples:
    x yo
    x "yo"
    x "yoooo that's me"

all the above now works for posting new tweets

Note: the following won't work => x yo this is me you need to add quotes for multiple words tweets like this => x "yo this is me"
and ofc you can always use the previous syntax x -t "yoo" or x --tweet "yoooo"

Changelog

v1.0.0

25 Sep 13:35
Compare
Choose a tag to compare

First Release

  • tweet from terminal using x -t "first tweet from terminal!"
  • check README.md for more info