CMD | A simple windows like cmd

This project has been archived.

Download | Github | Source Code


How Does It Look Like?

Dark


Light

light_mode


How To Use

Built In Commands:

clear
  • clears the cmd
cd
  • “cd …” goes to the last directory
  • “cd [GameObject]” sets the directory to the [GameObject]
settings
  • “getFont” shows the current font
  • “setFont [font]” sets the font (Default SourceSans)
  • “getFonts” shows the fonts
  • “getBackgroundColor” - shows current background color
  • “setBackgroundColor [Red] [Green] [Blue]” - sets background color
packages
  • “fromHttp [link] [any name for the package]” turns the code given into a package
  • “remove [package name]” removes the given package
  • “get” shows the current loaded packages
  • “add” adds a module script as package with the directory
version
  • “latest” shows latest version
  • “current” shows curren version
help
  • shows every command and sub-command from every loaded package

API


Credits

Fusion

5 Likes

1.0.1

  • Added new font command

Instead of doing this, I’d advise you to make a “settings” command that lets you change the font using a subcommand.

2 Likes

Little Poll about the Documentation

I was thinking about re-doing the documentation so y’all decide:

Better Documentation?
  • Better Documentation
  • Nah. It’s good

0 voters

1.2.0

  • replaced font command with settings
  • added changeable background colors
  • added version command
  • fixed version bug

New Documentation is out

If you want to visit it here it is: CMD - CMD - Documentation

1.2.2

  • Fixed package removing

Enable monospaced font by default!

Using somthing like Inconsolata makes your code much more organised and legible! If it’s not monospaced, it’s probably not meant to be read by the Lua interpreter.

2 Likes

Archived

For anyone still using please use RbxTerminal