Skip to content

This is a simple yet customizable terminal emulator written in Flutter.

License

Notifications You must be signed in to change notification settings

mantreshkhurana/terminal

Repository files navigation

Terminal

This is a simple yet customizable terminal emulator written in Flutter.

Table of Contents

Screenshots

Screenshot 1

Supported OSs

  • macOS(zsh/bash)
  • Linux(zsh/bash)
  • Windows(cmd)

Features

  • oh-my-zsh support
  • Auto App Updater
  • AI Implementation
  • Terminal plugins
  • Customizable
  • Initial Text
  • Customizable key bindings
  • Customizable themes
  • Customizable fonts
  • Customizable cursor
  • Customizable shell
  • Customizable shell arguments
  • Customizable shell environment variables
  • Customizable shell aliases

Requirements

Installation

git clone https://github.com/mantreshkhurana/terminal.git
cd terminal
flutter pub get

Usage

flutter run

Build

Select platform like macos, linux, windows or web.

example: flutter build macos

flutter build <platform>

Plugins

It will only support plugins that are built specifically for this terminal emulator, Mantresh Khurana is the only one who can verify and add your plugins to the official plugin list. Plugins will be built in shell script and will be implemented in the terminal emulator using dart, docs for building plugins will be available soon.

Contributing

git clone https://github.com/<your-username>/terminal.git
cd terminal
git checkout -b <your-branch-name>
# after adding your changes
git add .
git commit -m "your commit message"
git push origin <your-branch-name>

Credits

Author