All Projects → Trendyol → Docker Shell

Trendyol / Docker Shell

Licence: mit
A simple interactive prompt for docker

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
golang
3204 projects

Projects that are alternatives of or similar to Docker Shell

Windows10debloater
Script to remove Windows 10 bloatware.
Stars: ✭ 11,462 (+3733.44%)
Mutual labels:  prompt, interactive
Bit
Bit is a modern Git CLI
Stars: ✭ 5,723 (+1814.05%)
Mutual labels:  prompt, interactive
Go Prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
Stars: ✭ 4,255 (+1323.08%)
Mutual labels:  prompt, interactive
enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.…
Stars: ✭ 6,523 (+2081.61%)
Mutual labels:  interactive, prompt
requestty
An easy-to-use collection of interactive cli prompts inspired by Inquirer.js.
Stars: ✭ 158 (-47.16%)
Mutual labels:  interactive, prompt
Sharprompt
Interactive command line interface toolkit for C#
Stars: ✭ 197 (-34.11%)
Mutual labels:  prompt, interactive
Readline Sync
Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).
Stars: ✭ 601 (+101%)
Mutual labels:  prompt, interactive
Survey
A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
Stars: ✭ 2,843 (+850.84%)
Mutual labels:  prompt, interactive
inquire
A Rust library for building interactive prompts
Stars: ✭ 419 (+40.13%)
Mutual labels:  interactive, prompt
yargs-interactive
Interactive support for yargs
Stars: ✭ 40 (-86.62%)
Mutual labels:  interactive, prompt
interactive-window
Visual Studio Interactive Window
Stars: ✭ 53 (-82.27%)
Mutual labels:  interactive
InteractiveCodeSearch.jl
Interactively search Julia code from terminal
Stars: ✭ 74 (-75.25%)
Mutual labels:  interactive
git-prompt.zsh
A fast, customizable, pure-shell, asynchronous Git prompt for Zsh
Stars: ✭ 139 (-53.51%)
Mutual labels:  prompt
Trueline
Fast and extensible bash powerline prompt with true color and fancy icon support
Stars: ✭ 271 (-9.36%)
Mutual labels:  prompt
mobile-message
基于移动端的弹窗组件,默认提供info、success、warning、error、alert、confirm、multiple、vertical、bottomSheet、prompt,可自定义弹窗。它可以包含任何Html内容可以自定义弹窗的样式,也可以加入自定以的弹窗动画。
Stars: ✭ 13 (-95.65%)
Mutual labels:  prompt
date-prompt
A CLI date picker prompt.
Stars: ✭ 16 (-94.65%)
Mutual labels:  prompt
bashy
Extremely fast and simple git prompt for bash and zsh
Stars: ✭ 43 (-85.62%)
Mutual labels:  prompt
facade
Facade Framework - autogenerated embedded live dashboards for Rust apps
Stars: ✭ 95 (-68.23%)
Mutual labels:  interactive
marcizhu
An interactive chess game in a README file!
Stars: ✭ 37 (-87.63%)
Mutual labels:  interactive
Ink
🌈 React for interactive command-line apps
Stars: ✭ 17,505 (+5754.52%)
Mutual labels:  interactive

docker-shell

A simple interactive prompt for Docker. Inspired from kube-prompt uses go-prompt.

License: MIT Contributor Covenant

Table Of Contents

Features

  • [X] Suggest docker commands
  • [X] List container ids&names after docker exec/start/stop commands
  • [X] Suggest command parameters based on typed command
  • [X] List images from docker hub after docker pull command v1.2.0
  • [X] Suggest port mappings after docker run command v1.3.0
  • [X] Suggest available images after docker run command v1.3.0

Installation

Homebrew

You can install by using homebrew:

brew tap trendyol/trendyol-tap

brew install docker-shell

Build From Source Code

You can build the command from source code by following the steps below:

git clone [email protected]:Trendyol/docker-shell.git

cd docker-shell

sudo go build -o /usr/local/bin/docker-shell .

docker-shell

How To Use

After installation, you can type docker-shell and run the interactive shell.

asciicast

Image suggestion from docker hub:

asciicast

Port mapping suggestion:

asciicast

How To Contribute

Contributions are welcome and will be fully credited.

Please read the CONTRIBUTING and CODE_OF_CONDUCT files for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].