Who cares about mobile apps, what command line tools (platform in/dependent) do you wish existed?<p>The question comes from boredom and wanting to write something in Rust...
I'm really interested in writing a command line client for Slack since the IRC gateway is heavily hit or miss. Once there's a decent websockets crate I'll jump on the idea.
I haven't thoroughly investigated possible CLI solutions for the following, but here are some things that come to mind.<p>* iMessages / SMS<p>* Viber / Slack / Whatsapp / Facebook (messages)<p>* Better calendar app<p>* Better Pivotal Tracker CLI<p>As you can see, I think messaging is a perfect use-case for the CLI, and you don't lose much functionality when compared to a GUI (except images, gifs and movies for the most part). So seeing development in that area would be awesome.
This might already exist, but while tailing logs today I wished for a tool that would let me view a log file as its changing - like "tail -f" so new lines appear at the bottom, but with the added ability to scroll up, jump to any line, search etc like a text editor.