blacknon / lssh

List selection type ssh/scp/sftp client command. Supports single connection and parallel connection. Local bashrc can also be used without placing it on a remote machine. Written in Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[lsftp] 既存コマンド・シェルの機能強化

blacknon opened this issue · comments

  • pathを複数指定可能にする
    • ls
    • get
    • put
    • cat
    • cd
    • chgrp
    • chmod
    • chown
    • df
    • ln
    • mkdir
    • rename
    • rm
    • rmdir
    • symlink
  • host,host...:/path/to/dirでホストを指定可能にする
    • ls
    • get
    • put
    • cat
    • cd
    • chgrp
    • chmod
    • chown
    • df
    • ln
    • mkdir
    • rename
    • rm
    • rmdir
    • symlink
  • ホスト指定を考慮した補完処理を追加
  • PATH補完でホスト指定状態では対象ホストのPATHに制限する処理を追加
  • modeの補完機能を作る

developにmergeしたためクローズ。