Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentdchan/terminalone
Terminal One is a blazingly fast, smart and and friendly terminal emulator for developers.
https://github.com/vincentdchan/terminalone
rust tauri terminal
Last synced: about 1 month ago
JSON representation
Terminal One is a blazingly fast, smart and and friendly terminal emulator for developers.
- Host: GitHub
- URL: https://github.com/vincentdchan/terminalone
- Owner: vincentdchan
- Created: 2023-06-02T15:33:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-01T15:14:07.000Z (10 months ago)
- Last Synced: 2024-05-10T06:25:58.650Z (6 months ago)
- Topics: rust, tauri, terminal
- Language: TypeScript
- Homepage: https://www.terminalone.app/
- Size: 1.91 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminal One
Terminal One is a blazingly fast, smart and and friendly terminal emulator for developers.
![](./public/app.png)
## Features
- **Various feature integration:** Terminal one include various feature integration that help you to level up your productivity.
Click the button directly or press `CTRL+NUM` to run the command.
- **File Explorer:** Terminal One provides a file explorer that helps you to
navigate through your files and folders easily.
Terminal One will track your current working directory
and will open the file explorer in that directory.
Everything is done naturally and automatically.
- **CPU Monitor:** Monitoring the CPU usage of the running program in the terminal is a very common task for developers.
Terminal One provides a CPU monitor that help you to monitor the running program in real-time.## Development
```sh
pnpm i
pnpm tauri dev
```## Env
- T1_FORCE_ONBOARDING: Force the terminal show the onboarding
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)