A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/donnemartin/saws/issues/17 below:

Improve support for piping commands · Issue #17 · donnemartin/saws · GitHub

Currently within SAWS, you can do some piping of commands such as:

saws> aws ec2 ls > instances.txt

and view (one screen at a time) instances.txt within SAWS with:

However, not all piping is supported. For example you can't do the following:

In saws.py, changing from:

to

process = pexpect.spawn()
process.interact()

seems to allow support for this, but pexpect is not supported under Windows. WExpect is dubbed as "pexpect for Windows" and might do the trick.

Thanks to krues8dr on Reddit for the suggestion.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4