Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 960 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 960 Bytes

This is a simple utility to access and edit files in the directory.

I was inspired to write this when i felt it increasingly difficult to make small changes in live PHP websites. This shell can create new files, edit files and read files. also since there were chances that my changes can break the whole website, i also added a rollback command to reverse to previous code.

Usage

To login in index.html inputbox

'@username:password'

To logout

'~'

Create file

!new file.html

read file

!read file.html

Write file

!read file.html > (check Write to activate textarea) > !write file.html

Restore file to last saved version

http://someaddress.com/restore.php?path=file.html

List of other commands

--Most of the commands from cmd are supported except the commands that require elevated permission