Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.33 KB

readme.md

File metadata and controls

46 lines (30 loc) · 1.33 KB

Custom shell

This custom shell is a python alternative for your standard windows cmd. It has custom modules, easy usage and easily customizable.

Join the discord server to get help, download modules or upload your own!

Functions

  • Easy customization
  • Easily add custom commands
  • Command highlighting
  • Command suggestions
  • Tab complete
  • Automatic argument type parser

Examples

This gif shows the command highlighting, command suggestion, and tab complete GIF_highlight_showoff

This image shows the code of a custom command. As you can see, it also automatically parses if the argument is an int or not! command_code

Why use it

This shell is made with customization and functionality in mind. It allows you to add new commands, change the look of your shell and a lot more within seconds!

Why i made it

I made this because i personally really didn't like the default windows command prompt. So i decided i'd make my own shell that'll be more customizable AND look better. This is my third time making a shell, and with that also the best version.

TODO

  • Fix auto-update to actually work propperly
  • Fix and add more documentation
  • Fix color bug when typing in a backslash
  • Find more bugs so i can fix them
  • More key handling