Woo Shell
Home

Download

Screen shots Documentation

Woo Shell is developed and tested on Windows XP. Binaries and source code can be downloaded here. Wsh can be downloaded bundled with a number GnuWin32 tools. See below for details.

Source code can also be accessed directory from cvs on the source forge server. Either use the html cvs browser or use a cvs client, for instance cvs -d:ext:username@cvs.sf.net:/cvsroot/wsh checkout wsh.


GnuWin32

The 'wsh-<version>-win-with_gnuwin32.exe' package contains wsh and includes a number of GNU tools that can be executed from wsh. These tools are Win32 implementations of GNU tools from the GnuWin32 project. The following GnuWin32 packages are included:

coreutils-5.3.0
cygutils-1.2.8
diffutils-2.8.7-1
findutils-4.2.20-2
grep-2.5.1a
gzip-1.3.5
less-382-2
libiconv-1.8-1
libintl-0.11.5-2
sed-4.1.4
tar-1.13-1
zip-2.31

 

Releases:

Version 0.3

New features:
- Copy and paste
- Support for interpreted commands
- internal command 'which' added
- simple wild card expansion
- back slash escapes
- mouse wheel and single line scrolling
- scary icon
- stdin, stdout redirection
- file associations
- larger buffers - for everything

Fixes:
- Fixed problem with wsh exiting on code EOI.
- CTRL-C now shuts down all child process.
- Fixed problem with quoted arguments.
- bottom line clip issue with maximized windows fixed.
- print stderr after stdout last (still not interleaving)
- parser errors no longer kills the shell
- wsh forgot to close directory handles on file/command name expansion


Version 0.2
- Execution of shell commands with pipelining and sequencing
- Execution of simple command script
- Minimal job control
- Use/modify environment variables


Version 0.01
- Initial version, very limited functionality.

 

Special thanks to:

SourceForge.net Logo

GnuWin32