Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litongjava/tauri-gitee
https://github.com/litongjava/tauri-gitee
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/litongjava/tauri-gitee
- Owner: litongjava
- License: mit
- Created: 2023-09-30T01:39:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T14:43:30.000Z (over 1 year ago)
- Last Synced: 2023-10-01T16:34:21.789Z (over 1 year ago)
- Language: Rust
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tauri-Gitee Desktop App
[English](readme.md)| [中文](readme_cn.md)[![GitHub stars](https://img.shields.io/github/stars/litongjava/tauri-gitee)](https://github.com/litongjava/tauri-gitee/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/litongjava/tauri-gitee)](https://github.com/litongjava/tauri-gitee/issues)Tauri-Gitee is a desktop application for http://gitee.com, encapsulated using [Tauri](https://tauri.studio/) and the Rust language. Access Gitee directly from your desktop without the need for a browser.
![1](readme_files/1.png)
## Features
- Fast and lightweight
- High performance and security with the Rust language
- Seamless integration with the desktop environment
- Enhanced security and stability with Tauri## Getting Started
### Download and Installation
**Download from Releases**: You can directly download the latest version of the application from the [Releases page](https://github.com/litongjava/tauri-gitee/releases).
### Build on Your Own
**Build on Your Own**:
- Clone this repository:
```bash
git clone https://github.com/litongjava/tauri-gitee.git
```
- Navigate into the project directory:
```bash
cd tauri-gitee
```
- Install dependencies and run with Cargo:
```bash
# Install dependencies
cargo build# Run the application
cargo run
```**Packaging the Application**
```bash
cargo tauri build
```## Contributing
We welcome contributions of any kind! Whether it's reporting bugs, suggesting improvements, or requesting new features, we appreciate it all.
## License
This project is licensed under the MIT License. For more details, see the [LICENSE](./LICENSE) file.