Shows a menu for handling Network Manager's profile.
- Python
- Network Manager
- Tmux
Add the plugin in .tmux.conf
:
set -g @plugin 'c3r34lk1ll3r/tmux-networkmanager.git'
Press prefix + I
to fetch the plugin and source it. Done.
Clone the repo somewhere. Add run-shell
in the end of .tmux.conf
:
run-shell PATH_TO_REPO/tmux-nm.tmux
Resource the file (or restart Tmux).
Press Tmux prefix + N
(for example, C-b N
) and a menu will compare.
Selecting a connected network, that will be disconnected. Instead, Selecting a not connected network, that will be connected.
- Better handling of password
- A lot of testing
tmux-networkmanager plugin is released under the MIT License.