Skip to content

An advanced terminal for windows, macOS, linux written in Rust with forth interpreter

Notifications You must be signed in to change notification settings

RealViper8/terminal

Repository files navigation

terminal

A Terminal for windows, macOS, linux written in Rust to reset the configs just delete the config.ini and then start the terminal again

1.0.3 Version:

Latest

Configurable terminal

config

Configurations

if you want to configure it manually then go in config.ini , if you dont have this file then just run the terminal one time

[terminal] => is the category

path=/bin => is the option

color=1 => set the default color when you open the terminal

ls=list2 OR ls=list

[app]

debug=off => set on if you have a error and want a detailed look on the issue

Setup

If you dont want to compile it yourself then you can get the release for linux, windows and macOS if you have installed the release follow this steps to open

For linux and macOS:

  1. chmod +x app
  2. ./app

OR sh termgstart.sh

and for windows just do ./app or open the termgstart.bat

Releases