As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!/usr/bin/env bash | |
| # | |
| # This is sp, the command-line Spotify controller. It talks to a running | |
| # instance of the Spotify Linux client over dbus, providing an interface not | |
| # unlike mpc. | |
| # | |
| # Put differently, it allows you to control Spotify without leaving the comfort | |
| # of your command line, and without a custom client or Premium subscription. | |
| # |
| # git branch -r --merged master | |
| ## List all remote merged branches (master) | |
| # awk -Forigin/ '/\/PVKZU-/ {print $2}' | |
| ## remove origin/ prefix | |
| # tr '\n' ' ' | |
| ## Replace new line with space (to get one single argument) | |
| # xargs -rt git push origin --delete |