Giter Site home page Giter Site logo

myterminal's Introduction

Gr^k-T's Python Terminal

Require:

Forced

  • Pygame

Optional

  • Pyperclip (for Paste function)

Keyboard Shortcut

"Key up" Scroll up the Terminal
"Key down" Scroll down the Terminal
"Key left" Move the cursor to the left
"Key right" Move the cursor to the right
"Page up" Last command
"Page down" Before last command
"F1" Paste
"F2" Cursor moves to the beginning of the line
"F3" Cursor moves to the end of the line
"F4" Get a empty line

"help" command

Compact
  • [...] -> optional

Terminal Working

  • "exit" -> stop Terminal from working.
  • "clear" -> clear all command lines which is displayed on Terminal.

Directory Working

  • "ls" -> List all the folders and the files at current working directory.
  • "pwd" -> Print the current working directory.
  • "cd new_working_directory" -> Change current working directory to new_working_directory.

Files And Folders Working

  • "move file_name/folder_name new_place" -> move the file or the folder to new_place.
  • "rename file_name/folder_name new_name" -> rename the file or the folder to new_name.
  • "rmf file_name" -> remove file file_name.
  • "rmdir folder_name" -> remove folder folder_name.
  • "mkf file_name" -> create file file_name.
  • "mkdir folder_name" -> create folder folder_name.
  • "get content file_name" -> get content of the file_name.
  • "checkpath path" -> check whether path valid or not.
  • "checkdir folder_name" -> check whether folder folder_name exist or not.
  • "checkf file_name" -> check whether file file_name exist or not.
  • "zip ls file_zip" -> get the list in file_zip.
  • "zip getfilesize item file_zip" -> get file size of item in file_zip.
  • "zip getcomsize item file_zip" -> get compress size of item in file_zip.
  • "zip file/folder_name file_zip" -> create a zip file from file/folder_name.
  • "unzipall file_zip [path]" -> extract all file in file_zip into the path.
  • "unzip item file_zip [path] - > extract item in the file zip into the path.

myterminal's People

Contributors

graktung avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.