clwrap

Crates.ioclwrap
lib.rsclwrap
version0.3.0
sourcesrc
created_at2022-12-11 07:00:23.755521
updated_at2022-12-25 12:08:44.005828
descriptionCommand line wrapper for autologin then execute command
homepagehttps://github.com/yamaura/clwrap
repositoryhttps://github.com/yamaura/clwrap
max_upload_size
id734195
size48,928
Yuki Yamaura (yamaura)

documentation

README

Command line wrapper for autologin then execute command

How to use

Double dash(--) separated two commands, 1st is spawn commnd to open terminal and then execute command in opened terminal.

For example, use telnet to open terminal then type whoami command in it.

$ clwrap -u [username_to_login] -p [password_to_login] -- telnet [target_host] -- whoami
username_to_login

Compile

If you want to use clwrap command. You have to enable --features="cmdline" option.

Commit count: 10

cargo fmt