Skip to content

rphillips/loom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

loom

A pure Go implementation of several SSH commands, inspired by Python's Fabric.

With loom, you can run commands as well as put and get files from remote servers, over SSH.

For documentation, check godoc.

TODOs

  • Examples
  • In Run(), use pipes instead of CombinedOutput so that we can show the output of commands more interactively, instead of now, which is after they're completely done executing.
  • Handle wildcards in Get()
  • Better error checking in Get()

About

Loom is a Python Fabric-like library to interact with remote servers using SSH, written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%