Skip to content

arthurdent/watdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

watdo

Dependencies: bash, curl, coreutils/busybox, openssl

watdo?

  1. Tweet from the console.

howdo?

$ ./watdo "Hey, I'm tweeting!"
$ ./watdo <<< "Hey, I'm tweeting!"
$ echo "Hey, I'm tweeting!" | ./watdo

See also:

$ ./watdo --help

wheredo?

Anywhere:

Run as ./watdo, copy watdo to /usr/bin, or add it to $PATH.

whydo?

I hate dependencies more than I hate bash. Also writing a real JSON parser in bash is funny.

todo:

  • Parse urls in submitted tweets and count them as 20 chars.
  • Display newsfeeds.
    • Finish JSON parser

About

tweet while u hack!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages