LinuxLikeConsole

An asset by codot
The page banner background of a mountain and forest
LinuxLikeConsole hero image

Quick Information

0 ratings
LinuxLikeConsole icon image
codot
LinuxLikeConsole

Only the "console" folder is neededFull documentation/wiki/usage/changlog on:- https://github.com/cobrapitz/LinuxLikeConsole Features:- Auto completion / suggestion- Custom commands- Custom Channels (Default only 'All' Channel)- Custom/built in themes (arch theme, ubuntu theme, windows, light, dark, text_only)- Built in commands like -> man, tree, ls, cd, help, alias, setDock, clear, ...- Predefined and runtime forwarded parameters (runtime forwarding is prioritized)- Easy BBcode support (like: [b]this is bold[/b])- Logging- Dragable console- Slide in animation- User rights (to restrict the usage of developer only commands)- Additional Visual and Logging functions (warn, error, sucess )

Supported Engine Version
3.2
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL

LinuxLikeConsole (v3.0)

Linux Like Console written in gdscript for Godot (Game Engine)

For additional features or problems just write an issue or Discord cobrapitz#2872

README Console

toggle with: key above tab

Showcase

Wiki

Changelog


Features:

  • Auto completion / suggestion
  • Custom commands
  • (NEW) Custom Channels (Default only 'All' Channel)
  • Custom/built in themes (arch theme, ubuntu theme, windows, light, dark, text_only)
  • Built in commands like
    • man, tree, ls, cd, help, alias, setDock, clear, ...
  • Predefined and runtime forwarded parameters (runtime forwarding is prioritized)
  • Easy BBcode support (like: [b]this is bold[/b])
  • Logging
  • Dragable console
  • Slide in animation
  • User rights (to restrict the usage of developer only commands)
  • Additional Visual and Logging functions (warn, error, sucess )

Fully customizeable

README functions


How to create custom commands

Full Version here
#short version

onready var console = $Console

func _ready():
    var printThreeRef = CommandRef.new(self, "my_three_print", 3)
    var printThreeCommand = ConsoleCommand.new('printThree', printThreeRef , 'Custom print.')
    console.add_command(printThreeCommand )

# 3-arguments version (called with: /printVariant print this please)
func my_three_print(arg1, arg2, arg3):
    print("your args: %s %s %s" % [arg1, arg2, arg3]) 

Only the "console" folder is needed

Full documentation/wiki/usage/changlog on:
- https://github.com/cobrapitz/LinuxLikeConsole

Features:
- Auto completion / suggestion
- Custom commands
- Custom Channels (Default only 'All' Channel)
- Custom/built in themes (arch theme, ubuntu theme, windows, light, dark, text_only)
- Built in commands like
-> man, tree, ls, cd, help, alias, setDock, clear, ...
- Predefined and runtime forwarded parameters (runtime forwarding is prioritized)
- Easy BBcode support (like: [b]this is bold[/b])
- Logging
- Dragable console
- Slide in animation
- User rights (to restrict the usage of developer only commands)
- Additional Visual and Logging functions (warn, error, sucess )

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
LinuxLikeConsole icon image
codot
LinuxLikeConsole

Only the "console" folder is neededFull documentation/wiki/usage/changlog on:- https://github.com/cobrapitz/LinuxLikeConsole Features:- Auto completion / suggestion- Custom commands- Custom Channels (Default only 'All' Channel)- Custom/built in themes (arch theme, ubuntu theme, windows, light, dark, text_only)- Built in commands like -> man, tree, ls, cd, help, alias, setDock, clear, ...- Predefined and runtime forwarded parameters (runtime forwarding is prioritized)- Easy BBcode support (like: [b]this is bold[/b])- Logging- Dragable console- Slide in animation- User rights (to restrict the usage of developer only commands)- Additional Visual and Logging functions (warn, error, sucess )

Supported Engine Version
3.2
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers