Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example: tmux script #21

Closed
TexZeTech opened this issue Aug 6, 2020 · 1 comment
Closed

Example: tmux script #21

TexZeTech opened this issue Aug 6, 2020 · 1 comment

Comments

@TexZeTech
Copy link

#!/bin/sh
tmux new-session -d -s BTC_mon 'watch -n 30 bitcoin-chart-cli --currency CAD --mins 30 --width 60'
tmux split-window -h 'watch -n 60 bitcoin-chart-cli --currency CAD --hours 24 --width 60'
tmux split-window -v -t 0 'watch -n 60 bitcoin-chart-cli --currency CAD --days 7 --width 60'
tmux split-window -v -t 2 'watch -n 60 bitcoin-chart-cli --currency CAD --days 30 --width 60'
tmux -2 attach-session -t BTC_mon

Just wanted to post a good tmux example for the graph.
Not really an error just thought it would help people.
Also love the program 👍

@madnight madnight changed the title tmux script Example: tmux script Aug 11, 2020
@madnight
Copy link
Owner

glad you like it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants