Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arisnacg/laboon

A simple TUI that looks similar to Docker Desktop
https://github.com/arisnacg/laboon

Last synced: 3 months ago
JSON representation

A simple TUI that looks similar to Docker Desktop

Awesome Lists containing this project

README

        

# Laboon

Simple TUI of Docker Desktop written in [Go](https://golang.org/) and [Bubbletea](https://github.com/charmbracelet/bubbletea) 🐳

## Demo

![alt text](demo.gif)

## Requirements

- [Nerd Font](https://www.nerdfonts.com/font-downloads) installed

## Installation

via Homebrew
```bash
brew tap arisnacg/cli
brew install laboon
```

via Go
```bash
go install github.com/arisnacg/laboon@latest
```

## Navigation

| Key | Description |
| ------- | ---------------------------------- |
| `s` | Start current/selected container |
| `S` | Stop current/selected container |
| `p` | Pause current/selected container |
| `P` | Unpause current/selected container |
| `space` | Toggle current/selected container |