Releases: devhindo/x
Releases · devhindo/x
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
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
- d7c9e45 Add .goreleaser.yaml to .gitignore
- 31e1502 ignored goreleaser
- fe8d8ee Update version number in x CLI
- 38c3a5f Add .goreleaser.yaml to .gitignore
- bff8fc8 ignored goreleaser
- 0c64b4b Add tweet functionality to unknown command handling
- 6867084 added FUNDING
- 3a7f4c2 fixed typo
- c64442f edited repo link
- 7f56dc2 added installation guide
- 0351432 ignored .vscode dir
- 2225249 edited
README.md
- a7bcce4 added preview