nnao45 / ztl

zsh with tmux logging while some command doing.

Home Page:https://qiita.com/nnao45/items/c562a7428808d44bbd8c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ztl

zsh with tmux logging while some command doing.

Demo

Usage

Basic Using

$ ztl <command> ...

Basic Using with ssh

$ ztl ssh <host> ...

And Option

Usage:
     ztl [<option>] [command]

Options:
    --logdir [path], -d [path]       ztl save dirctory path
    --version, -v                    print ztl version
    --help, -h                       print this

Install

Zplug

write zshrc

zplug "nnao45/ztl", use:'src/_*' 

Source Install

Download Repo

$ mkdir ${HOME}/.ztl
$ git clone https://github.com/nnao45/ztl.git ${HOME}/.ztl/

write zshrc

$ echo 'source ${HOME}/.ztl/src/_*' >> ${HOME}/.zshrc

Writer & License

pexpo was writed by nnao45 (WORK:Infrastructure Engineer, Twitter:@A_Resas, MAIL:n4sekai5y@gmail.com).
This software is released under the GPLv2 License, see LICENSE.

About

zsh with tmux logging while some command doing.

https://qiita.com/nnao45/items/c562a7428808d44bbd8c

License:GNU General Public License v2.0


Languages

Language:Perl 93.9%Language:Shell 6.1%