Skip to content

m0nochr0me/shyysh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShyySH

Secure Shell (SSH) connection manager with TUI

screenshot0 screenshot1

GitHub GitHub last commit AUR version

Stack

Install

Archlinux

yay -S shyysh-git

Manual

Ensure you have installed tmux in your os.

Install python packages from requirements.txt

python setup.py build

python setup.py install

Run

shyysh

While being run outside existing tmux session it will start one, otherwise shyysh will be started in newly created tmux window.

Notes

You may want to change default command key binding in tmux.conf to avoid conflicts when tmux session being run inside another:

unbind C-b
set -g prefix C-a
bind C-a send-prefix

Validation in 'Connection Edit' frame is for informational purposes only - it will not disallow saving unexecutable profiles.


Default location for config file and DB: ~/.config/shyysh

Why ShyySH?

Видишь ящики - грузи в ящики

...

Сломаешь шиш - получишь десятку

Issues

  • Sometimes terminal color scheme is being reset when resizing window.