An open API service indexing awesome lists of open source software.

https://github.com/thewriter2/goldenpie-console

A python console with directory administration
https://github.com/thewriter2/goldenpie-console

cli command-line-interface console console-app directory directory-administration directory-management files filesystem folder-structure folders goldenpie-console python python-console python3 terminal terminal-app terminal-based windows

Last synced: about 1 month ago
JSON representation

A python console with directory administration

Awesome Lists containing this project

README

        

# GoldenPie-Console
A python console with directory administration

GoldenPie Console is a python-made console with different commands for directory handling.

# Commands

Directories and Files:

listdir:Prints all folders present in the directory you specify.\
listfile:Prints all files present in the directory you specify.\
dirgo:Sets the current directory to a directory you specify.\
createdir:Creates a folder in the current directory with the name you specify.\
deletedir:Deletes a folder if its empty.

Main:

main.exit:Exits the console.\
main.about:Shows a about text.

Text:

text.write:Prompts to write a text document with a name and text you specify(1000 Lines Maximum).\
text.read:Prints line per line of a text document you specify.

Python:

runpython:Lets you execute a python command.

Misc:

help:Shows a short description of all commands.

# Compatibility

Windows 8.1 - 64Bits(Tested)

# Using and Editing the Source Code

It is a normal python script, so you can just edit it by having the current Python version.