Introducing Glide-UI: A Modern GUI for Glide

Overview

Glide-UI is a sleek and modern graphical user interface (GUI) built for the Glide application, developed by @ngpal. Designed using the Textual framework in Python, Glide-UI brings a responsive and interactive experience to terminal-based user interfaces. The project aims to provide an intuitive way to interact with Glide while maintaining a lightweight and efficient implementation.

Features

  • Built with Textual: Leverages the power of Textual to create a dynamic and responsive TUI (Text User Interface).

  • Seamless Integration: Designed to work with glide-server (v1.0.3), ensuring smooth compatibility.

  • Lightweight and Efficient: Optimized for performance without unnecessary bloat.

  • Themed Styling: Uses glideui.tcss for custom styling, making the interface visually appealing.

Getting Started

To get started with Glide-UI, you need to install the necessary dependencies and run the application. Follow these simple steps:

Installation

  1. Clone the repository:

    git clone https://github.com/totallynotmanas/glide-ui.git
    cd glide-ui
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run Glide-UI:

    textual run glide-ui.py
    

Why Use Glide-UI?

If you’re looking for a lightweight yet feature-rich UI for Glide, this project is a perfect choice. Whether you’re a developer wanting a structured interface for Glide or a user who prefers an enhanced visual experience over raw terminal commands, Glide-UI bridges the gap between efficiency and usability.

Contribute & Feedback

Glide-UI is an open-source project, and contributions are always welcome! Feel free to submit issues, pull requests, or ideas for improvements on the GitHub repository.

Stay tuned for updates, and enjoy a smoother Glide experience with Glide-UI!