Peek at the current contents of a GNU Screen session without attaching to it.
speek SESSIONSESSION may be a session name, PID, or full PID.name - same as you'd expect for native screen commands. Bash completion delegates to Screen's own session completion behavior.
-
Put
speek.shsomewhere in yourPATH, for example:mv speek.sh ~/bin/speek # or mv speek.sh ~/.local/bin/speek
-
Make it executable:
chmod +x ~/bin/speek -
If you use Bash and have
bash-completioninstalled, install the completion script:mkdir -p ~/.local/share/bash-completion/completions mv speek-completion.sh ~/.local/share/bash-completion/completions/speek
-
Enjoy!