Skip to content

Releases: pd2-works/psh

Almost Full Features

22 Mar 14:04
Compare
Choose a tag to compare
Almost Full Features Pre-release
Pre-release

This version provides a truthful CLI toolbox without annoying logs!

It has almost all features. In other words, Pd2 Shell can finally run with plugins, extensions and provided commands!

So why not try it now? Although it may still has a few unknown bugs...

java -jar psh-1.0.1-b118.jar [--debug] [-d|--directory <dir>] [--log|-l inf|err] [--disable-module]

Commands Update

07 Mar 14:06
Compare
Choose a tag to compare
Commands Update Pre-release
Pre-release

We can finally enjoy commands in this version!

...Although there is only one command. It is called psh:test-args.

psh:
>> test-args

or

psh:test-args a b c " d "  "e   1"   f2  g3

or even

test-args "Oops!"

The First Release Version

19 Feb 13:28
Compare
Choose a tag to compare
Pre-release

There isn't any useful functions in Pd2 Shell now.
But it can provide a prompt command line, and a basic command history function!

$ java -jar psh-1.0.0-a111.jar

Right now, RUN IT!