beckr / XMLDirectoryExporter

A really simple shell in python which could export a directory structure in xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMLDirectoryExporter

A simple python shell with directory hierarchy exporting feature in a xml file.

This was for an university coursework I've made. It will not be maintained, it's just for sharing and education purposes. There is no explicit licence, if you need to use it contact me we could agree on a nice open-source licence.

Commands

help

Display the help

help

cd

Change current directory

cd ..

cd Python27

pwd

Show the path of the current directory

pwd

ls

List the current directory

ls

export

Export directories and files from current chosen directory as a xml file.

export

export my_filename

About

A really simple shell in python which could export a directory structure in xml


Languages

Language:Python 100.0%