Download List

專案描述

Hotwire is an object-oriented hypershell. It is a
shell designed for systems programming (files,
processes), and thus it is in the same conceptual
category of software as the Unix shell/terminal
and Windows PowerShell. The goal of the Hotwire
project is to create a better systems programming
shell than both Unix and PowerShell. It is called
a hyper-shell because Hotwire blends the concepts
of a traditional shell with a modern graphical
user interface display.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-03-24 01:07
0.721

This release has an entirely revamped UI. The goal is to be closer to a shell/terminal interface than before, giving more space to the output of commands while still allowing use of the mouse for operations. You can define Hotwire builtins as regular Python functions, but with a decorator.
標籤: Major feature enhancements

2008-02-06 09:56
0.710

Internal line processing now includes newlines.
~/.bash_history is imported. Non-UTF8 locales can
be handled. Sorting is done by the file renderer.
The "open" action now works on Windows. The
"apply" builtin was added. The "view" builtin was
added, which launches an editor in read-only mode.
"kill" now optionally takes Process objects as
input. "rm" has a new --unlink option to really
delete.
標籤: Major bugfixes

2008-01-25 14:11
0.700

This is the first alpha release. While it is still
in development and a number of things may change,
it is expected that significantly more people will
find it to be a compelling replacement for a
terminal and a shell.

2007-11-28 13:01
0.620

Some system commands were changed to open in a new
terminal window which does not close when the
command exits. Often you want to see the final
output of the command after it exits. Examples
include "sudo" and "su". Complete commands are
only removed after they've been viewed. Command
output is significantly faster. UID/GID lookups
are cached, which speeds up file listings.
標籤: Minor feature enhancements

2007-11-09 10:49
0.600

Basic input to system commands is now supported
(press Ctrl-I). Drag and drop works for files in
FilePathRenderer? (ls/cd).
標籤: Major feature enhancements

Project Resources