it's a shell
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordan Orelli 11a3911f28 adding a builtin rm 7 months ago
macros start lexin 2 years ago
src adding a builtin rm 7 months ago
.gitignore is this macro at all necessary 2 years ago
Cargo.lock just messin around now 1 year ago
Cargo.toml refactored some stuff 8 months ago
README.md adding a builtin rm 7 months ago

README.md

clyde

A command-line shell for Windows.

examples

In all examples, the Clyde prompt is written as follows:

  1. Run a built-in command:

Built-in commands are invoked by executing them with a bare string

c:\dev\clyde ▷ cd src
c:\dev\clyde\src ▷
  1. Run an external command:

External commands are invoked in the same way:

c:\one ▷ cd two
c:\one\two ▷