Project

kuiq

0.02
There's a lot of open issues
A native desktop application for Sidekiq operators, using the Glimmer toolkit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Kuiq - Sidekiq UI

Kuiq (UI for Sidekiq, pronounced "quick") is a native desktop application for Sidekiq administration. It uses the Glimmer DSL for LibUI toolkit for building native GUIs in Ruby.

Please note this is a prototype and nothing official or usable at the moment.

If you are unfamiliar with Glimmer DSL for LibUI, you can see a large set of helpful examples by running gem install glimmer-dsl-libui; glimmer examples.

Installation

Stable release (not available yet):

gem install kuiq

Latest version:

git clone git@github.com:mperham/kuiq.git
cd kuiq && bundle
bundle exec bin/kuiq

Usage

You'll need to check out the latest code and run Kuiq manually. Specify your Redis location with REDIS_URL:

REDIS_URL=redis://localhost:6379/0 bundle exec bin/kuiq

Screenshot

If all goes well, you'll see something like this:

ui.png

Author

Andy Maleh, Mike Perham