orakaro / rainbowstream

A smart and nice Twitter client on terminal written in Python.
https://github.com/orakaro/rainbowstream
MIT License
3.54k stars 260 forks source link

Automatically switch to stream a specific list instead of my own stream at startup? #210

Open stianlagstad opened 7 years ago

stianlagstad commented 7 years ago

Is there a way to automatically show a specific list instead of my default stream when I start rainbowstream? Instead of going through: $ switch list $ @person/listName

stianlagstad commented 7 years ago

As I'm using Guake, I solved it by doing this:

guake -n "rainbowstream"
guake -r "rainbowstream"
sleep 1
guake -e rainbowstream
sleep 3
guake -e "switch list"
sleep 1
guake -e "@person/listName"
sleep 1
vonpupp commented 7 years ago

I second this feature, I believe it would be very useful.

I fire rainbowstream with tmuxp which will create multiple panes automatically. My objective is to have several instances of rainbowstream with a list on each pane.

Any way to automate list switching?

Thank you very much.

supercid commented 7 years ago

@vonpupp Did you try to use the switch command? $ switch list and you'll be prompted for the @user/list_name

vonpupp commented 7 years ago

Thank you for your anser @supercid. Yes I have tried that but it is not automatic which is the focus of the question itself. Some sort of command line option would be the best solution IMHO.