Skip to content

POWER Shell is a shell created with Python by AzizBgBoss. Latest version: 0.3b

Notifications You must be signed in to change notification settings

AzizBgBoss/POWER-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

POWER-Shell

POWER Shell is a shell created with Python by AzizBgBoss. Latest version: 0.3b

THE FILE SHOULDN'T HAVE ANY VIRUSES/TROJANS. ALLOW THE TROJAN ON YOUR WINDOWS DEFENDER AFTER CHECKING THE SOURCE IN VIRUSTOTAL.COM


Versions:

0.1b: Start of the beta phase:


Commands:


kill: Quits the shell.
help: POWER shell manual.
print: Prints a string.
var *variable* = *value*: defines a variable.
var *variable*: prints the value of a variable.
history: shows you the commands history.

0.2b:


What's new?


Added a new history system, where history is kept in a .his file.
Added file editing system.

New commands:


history clear: Clears the history.
fappend *file name* *content*: appends data to a file.
fdelete *file name*: deletes a file.
fread *file name*: prints the content of a file.

0.3b:


What's new?


Added waiting system, where the shell will wait for a specified given time.
Added file script reading system, where commands written on a file will be executed.
Added DEBUGing system which you can toggle (boolean) to see Python errors.
Added user input reading system where the answer is saved in a variable.
Added working changeable directory system, but the .his (History) file is still saved in the POWER-Shell.exe executable main directory.

New commands:


wait *milliseconds*: waits :D.
script *file name*: runs the script in a file.
ndebug *boolean*: shows Python fatal error when possible.
read *var* *line*: prints *line* and save user answer in *var*.
dir *path*: change the file directory path (enter whole path (c:/.../folder)).

Note:


- Some commands (like: DEBUG) can't be executed in a script file. Since it's out of the executing function, will be fixed soon...
- A huge improvement in executement will be done and will start the official versions phase.

Thanks for checking out and support :)

About

POWER Shell is a shell created with Python by AzizBgBoss. Latest version: 0.3b

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages