Skip to content

FPSGamesPro/Directive-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Directive Console

Directive Console is a simple working terminal. It does not do much, but it sure can create files!

IMPORTANT: This will not be edited, this is a terminal that already has alot of commands inside it.

You can make .dico files which can easily run this code. The name ".dico" comes from "'Di'rective 'Co"'nsole", the name. It's simple, and you could probably make a whole Operating System, also called OS with a single .dico file!

.dico files are structured like:

"showtext [This doesn't do anything, it's just an example!] color orange

/#/ This is a comment! /#/

showtext [Starting script...] color cyan

wait [0.3]

textcolor green

showtext [Loading modules...]

wait [2.4]

showtext [Modules loaded successfully!] color yellow

textcolor turquoise

showtext [Running initialization...]

wait [4]

showtext [Initialization complete.] color lime

textcolor purple

showtext [Script finished!]

wait [2]

exitterminal"

A list of every .dico and non-.dico command is shown below:

"tellallcommands" Tells a list of every command

"exitterminal" Closes the terminal

"website [url/specific] open" Opens a tab in your main browser

"website [url/specific] close" Closes a tab in your main browser

"website [url/*] close" Closes all tabs with that url that are open in your main browser, this doesn't have a open all tabs that aren't open in your main browser version as that could easily crash your device

"textcolor color" Changes the color of all your future text, but not the previous text

"showtext [text] (optional: color color)" Shows text, with colors and a list of all colors is shown here: "white", "green", "blue", "cyan", "pink", "purple", "red", "orange", "yellow", "magenta", "lime", "turquoise", "gold", "violet"

"makefileat [path] namewithfileextension [file.ext]" Makes a file with a extension, opens a window with what to put in it, close that tab to put that as the text inside the file

"makefileat [path] namewithfileextension [file.ext] contains [text] (in .dico)" Makes a file with a extension, and since a window can't open, add the text in the slot with the text shown, line breaks are not allowed

"makefolderat [path] name [foldername]" Makes a folder

"deletefileat [path] file [file.ext]" Deletes a file

"deletefolderat [path] name [foldername]" Deletes a folder

"wait [seconds]" Waits the amount of seconds

"runatpath [path] file [file.ext]" Opens/runs a file at that path

"/#/ comment /#/ (in .dico only)" Is a comment, ignored by the .dico

About

Directive Console is a simple working terminal. It does not do much, but it sure can create files!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors