An open API service indexing awesome lists of open source software.

https://github.com/mantreshkhurana/terminal

This is a simple yet customizable terminal emulator written in Flutter.
https://github.com/mantreshkhurana/terminal

bash cmd cmdline flutter flutter-terminal terminal-emulator zsh

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Terminal

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

## Table of Contents

- [Screenshots](#screenshots)
- [Supported OSs](#supported-oss)
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Build](#build)
- [Contributing](#contributing)
- [Credits](#credits)
- [Author](#author)

## Screenshots

![Screenshot 1](./screenshots/screenshot-1.png)

## Supported OSs

- [x] macOS(zsh/bash)
- [x] Linux(zsh/bash)
- [x] Windows(cmd)

## Features

- [x] 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

- [Flutter](https://flutter.dev/docs/get-started/install)
- [Visual Studio Code](https://code.visualstudio.com)
- [Visual Studio](https://visualstudio.microsoft.com)
- [Xcode](https://developer.apple.com/xcode)

## Installation

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

## Usage

```bash
flutter run
```

## Build

Select platform like `macos`, `linux`, `windows` or `web`.

example: `flutter build macos`

```bash
flutter build
```

## Plugins

It will only support plugins that are built specifically for this terminal emulator, [Mantresh Khurana](https://github.com/mantreshkhurana) 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

```bash
git clone https://github.com//terminal.git
cd terminal
git checkout -b
# after adding your changes
git add .
git commit -m "your commit message"
git push origin
```

## Credits

- [xterm](https://pub.dev/packages/xterm)
- [Flutter](https://flutter.dev)

## Author

- [Mantresh Khurana](https://github.com/mantreshkhurana)