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
- Host: GitHub
- URL: https://github.com/thewriter2/goldenpie-console
- Owner: TheWriter2
- Created: 2020-11-20T12:17:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T10:53:53.000Z (about 4 years ago)
- Last Synced: 2025-02-17T21:46:12.425Z (4 months ago)
- Topics: 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
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoldenPie-Console
A python console with directory administrationGoldenPie 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.