Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
https://github.com/felixse/FluentTerminal
Last synced: about 2 months ago
JSON representation
A Terminal Emulator based on UWP and web technologies.
- Host: GitHub
- URL: https://github.com/felixse/FluentTerminal
- Owner: felixse
- License: gpl-3.0
- Created: 2018-01-21T09:45:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T10:48:24.000Z (3 months ago)
- Last Synced: 2024-10-15T12:42:04.094Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 18 MB
- Stars: 9,213
- Watchers: 124
- Forks: 443
- Open Issues: 252
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - felixse/FluentTerminal
- awesome - felixse/FluentTerminal - A Terminal Emulator based on UWP and web technologies. (C\#)
- awesome - FluentTerminal - A Terminal Emulator based on UWP and web technologies. (C# #)
- favorite-link - 基于 UWP 和 Web 技术的终端。
- terminals-are-sexy - FluentTerminal - A Terminal Emulator based on UWP and web technologies. (Terminal Emulation Applications / Fish)
- awesome-windows - FluentTerminal - UWP-based modern terminal emulator. (Terminal / Email)
- awesome-windows - FluentTerminal - A Terminal Emulator based on UWP and web technologies. (Terminal / Email)
- awesome-starred-test - felixse/FluentTerminal - A Terminal Emulator based on UWP and web technologies. (C# #)
- my-awesome-github-stars - felixse/FluentTerminal - A Terminal Emulator based on UWP and web technologies. (C# #)
- fucking-terminals-are-sexy - FluentTerminal - A Terminal Emulator based on UWP and web technologies. (Terminal Emulation Applications / Fish)
- awesome - FluentTerminal - A Terminal Emulator based on UWP and web technologies. (CSharp)
README
Fluent Terminal
![CI](https://github.com/felixse/FluentTerminal/workflows/CI/badge.svg?branch=master)
[![SonarCloud](https://sonarcloud.io/api/project_badges/measure?project=FluentTerminal&metric=alert_status)](https://sonarcloud.io/dashboard?id=FluentTerminal)
[![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FluentTerminal)
[![Downloads](https://img.shields.io/github/downloads/felixse/FluentTerminal/total.svg?label=Downloads)](https://github.com/felixse/FluentTerminal/releases/)
[![Release](https://img.shields.io/github/release/felixse/FluentTerminal.svg?label=Release)](https://github.com/felixse/FluentTerminal/releases)
[![Contributors](https://img.shields.io/github/contributors/felixse/FluentTerminal?label=Contributors)](https://github.com/felixse/FluentTerminal/graphs/contributors)A Terminal Emulator based on UWP and web technologies.
## Features
- Terminal for PowerShell, CMD, WSL or custom shells
- Built-in support for SSH and [Mosh](https://mosh.org/) connections
- Supports tabs and multiple windows
- Theming and appearance configuration
- Import/Export themes
- Import iTerm themes
- Fullscreen mode
- Editable keybindings
- Search function
- Configure shell profiles to quickly switch between different shells
- Explorer context menu integration (Installation script can be found [here](https://github.com/felixse/FluentTerminal/tree/master/Explorer%20Context%20Menu%20Integration))
- VsCode Extension ([here](https://marketplace.visualstudio.com/items?itemName=Xherdi.fluent-terminal))## Screenshots
![Terminal window](Screenshots/terminal.png)
![Settings window](Screenshots/settings.png)## Languages
- Albanian
- Arabic
- Arabic (Iraq)
- Azerbaijani
- Bosnian
- Bulgarian
- Chinese (Simplified)
- Chinese (Traditional)
- Croatian
- Dutch
- English
- Esperanto
- French
- German
- Hebrew
- Hindi
- Hungarian
- Indonesian
- Italian
- Japanese
- Korean
- Persian
- Polish
- Portuguese
- Portuguese (Brazilian)
- Romanian
- Russian
- Serbian
- Slovenian
- Spanish
- Swedish
- Turkish
- Ukrainian
- Uzbek
- VietnameseSign up to [POEditor](https://poeditor.com/join/project/TfKNIt826z) to help with existing translations or add a new language
## How to install (as an end-user)
### Prerequisite
- You need to update to Fall Creators Update or later.### Microsoft Store
- Search for Fluent Terminal in the Microsoft Store App or click [here](https://www.microsoft.com/store/apps/9p2krlmfxf9t)### Chocolatey package manager installation
- Install [Chocolatey](https://chocolatey.org/)
- From an elevated/admin shell, execute `choco install fluent-terminal`### Scoop package manager installation
- Install Scoop
- Install 7zip and git (to add buckets): `scoop install 7zip git`
- From an elevated/admin shell, execute
```
scoop bucket add nonportable
scoop install fluent-terminal-np
```### Manual
- Download and extract the latest [release](https://github.com/felixse/FluentTerminal/releases).
- Double click the *.appxbundle file.## How to set up a development environment
Please refer to [this Wiki page](https://github.com/felixse/FluentTerminal/wiki/How-to-set-up-a-development-environment)