Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arisnacg/laboon
- Owner: arisnacg
- License: mit
- Created: 2024-02-26T17:15:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T07:23:04.000Z (11 months ago)
- Last Synced: 2024-09-06T01:13:07.622Z (5 months ago)
- Language: Go
- Size: 1.17 MB
- Stars: 37
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- charm-in-the-wild - laboon - A Docker-desktop-style container manager. (_built with Bubble Tea_) (Applications / Cloud and DevOps)
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 |