Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael78912 authored Jul 29, 2018
1 parent 7123bfd commit 2a3a863
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ built in commands so far include:

`ls`, `cd`, `mkdir`, `pwd`, `cat`, `alias`, `echo`, `help`, `set`. yeah, I know thats barely anything, I'm still working on it :P

## Scripts (if you can call it that)
It now supports a very basic form of script, basically just a list of commands.
to run one (with source) type `py -3 wish.py -s <scriptname>`
if you installed with the installer, then type `wish -s <scriptname>` (it should be in PATH)

## Need to do:
- make many more commands (grep, read, etc...)
- allow all extensions in %PATHEXT% to be called as programs (access default programs through registry)
- enable piping
- enable access to environment variables
- enable piping
- enable access to environment variables
- **scripting** (thats a big one)
- different prompts (I want there to be a bunch of different kinds of prompts)
- initiation script
Expand Down

0 comments on commit 2a3a863

Please sign in to comment.