Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
somnek committed May 18, 2023
2 parents 9118b64 + 291e55f commit 1c06265
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@


# killer-whale 🐳
Container manager TUI for terminal dwellers ☠️

# Usage
Killer Whale is a container manager TUI for terminal dwellers. It provides an intuitive, easy-to-use interface for managing your Docker containers without leaving the comfort of your command line.



## Usage

1. Clone the repository using Git:

```bash
git clone https://github.com/somnek/killer-whale.git
```

2. Run the application using Go:

```bash
go run .
```
Expand All @@ -36,6 +42,7 @@ exec bash
```

4. Run the application:

```bash
killer-whale
```
Expand All @@ -46,8 +53,9 @@ killer-whale
- [x] Restart containers
- [x] Remove containers

# WIP
- [ ] List all images (WIP)
- [ ] Remove images (WIP)
- [ ] Hotkeys configuration (WIP)
# WIP 🛠️
- [ ] List all images
- [ ] Remove images
- [ ] Hotkeys configuration

So why settle for a boring GUI when you can have a killer 🤘 command-line interface to manage your Docker containers? Killer Whale is designed to be fun and easy to use, with intuitive keyboard shortcuts ⌨️ and an attractive, streamlined interface that won't slow you down. With Killer Whale, you'll feel like a Docker pro in no time 🚀. Give it a try and see how killer your container management skills can be! 😎

0 comments on commit 1c06265

Please sign in to comment.