blacknon

Results 61 issues of blacknon

Added Alt+← and Alt+→ processing to the contents of [this pull request](https://github.com/c-bata/go-prompt/pull/112). For MacOS terminal emulators, Option + delete does not work with the default settings. Therefore, it is necessary...

日本語ですみません! すごいいいツールですね!個人マシンに早速入れさせてもらいました! 使ってて欲しいなと思った機能として、フィールドをコマンドにわたす際に標準入力ではなく `xargs -I@`みたいな形でフィールドを渡せたら便利そうだなぁと思いました。 ```bash $ # syslogの日付をdateに渡して変換する例 $ head syslog Jun 27 15:25:01 BS-PUB-DEVELOP CRON[6002]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) Jun 27...

現在は以下のコマンドがまだ未実装なので、追加する。 - 実行可能なコマンドの追加 - [x] lumask command - [ ] tree/ltree command - [ ] copy command - [ ] %%command ... lssh parallel shellと同様、ローカルホストでのコマンド実行 - [ ] ctrl+cで処理のキャンセルをできるようにする -...

enhancement
lsftp

parallel shellの機能追加、強化を行う。 - [ ] 接続が切れた場合の再接続処理、および再接続ができなかった場合のsliceからの削除対応の追加 - [ ] pShellのログ(実行コマンド及び出力結果)をログファイルに記録する機能の追加 - [ ] グループ化(`()`で囲んだりする)や三項演算子への対応 - [ ] `@host:command...` or `@host,@host..:command...` で、指定したサーバでのみコマンドを実行させる機能の追加 - [ ] `!command`時、`!

enhancement
lssh

現在、接続先ホストが0の場合でもシェルが立ち上がってしまうため、対処する。

bug
lsftp

Add functionality to allow multiple files to be copied in parallel using lscp and lsftp.

enhancement
lscp
lsftp

Implement plug-in functions so that target functions such as conf can be limited and individual functions can be added.

Needs to be supported on [go-sshlib](https://github.com/blacknon/go-sshlib) side. Add automatic reconnection function. Specify the number of retries.

github.com/urfave/cli version up for v1 to v2.