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.
- Host: GitHub
- URL: https://github.com/mantreshkhurana/terminal
- Owner: mantreshkhurana
- License: mit
- Created: 2023-09-01T10:06:23.000Z (almost 2 years ago)
- Default Branch: stable
- Last Pushed: 2024-07-20T06:01:30.000Z (11 months ago)
- Last Synced: 2024-07-20T07:21:36.757Z (11 months ago)
- Topics: bash, cmd, cmdline, flutter, flutter-terminal, terminal-emulator, zsh
- Language: C++
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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)