All Projects → nii236 → Kk

nii236 / Kk

Licence: mit
A kubernetes/kubectl terminal client

Programming Languages

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

Projects that are alternatives of or similar to Kk

Clrcli
CLRCLI is an event-driven library for building line-art user interfaces in C#/.Net command-line applications.
Stars: ✭ 124 (+0%)
Mutual labels:  tui, gui
Sauron Native
Truly cross platform, truly native. multiple backend GUI for rust
Stars: ✭ 587 (+373.39%)
Mutual labels:  tui, gui
Kubebox
⎈❏ Terminal and Web console for Kubernetes
Stars: ✭ 1,855 (+1395.97%)
Mutual labels:  tui, gui
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (+475.81%)
Mutual labels:  tui, gui
Clui
Command Line User Interface (Console UI inspired by TurboVision)
Stars: ✭ 561 (+352.42%)
Mutual labels:  tui, gui
C Sharp Console Gui Framework
A GUI framework for C# console applications
Stars: ✭ 838 (+575.81%)
Mutual labels:  tui, gui
Iaito
This project has been moved to:
Stars: ✭ 1,516 (+1122.58%)
Mutual labels:  gui
Cylon
A CLI TUI menu driven bash shell script supporting updates, maintenance, backups and system checks for an Arch based Linux distro
Stars: ✭ 121 (-2.42%)
Mutual labels:  tui
Cemui
A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 118 (-4.84%)
Mutual labels:  gui
Easygui
Easy GUI for microcontrollers
Stars: ✭ 116 (-6.45%)
Mutual labels:  gui
Proxmark3gui
A cross-platform GUI for Proxmark3 client | 为PM3设计的图形界面
Stars: ✭ 122 (-1.61%)
Mutual labels:  gui
Phoenix
wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
Stars: ✭ 1,698 (+1269.35%)
Mutual labels:  gui
Simple
The Simple Intelligent and Modular Programming Language and Environment
Stars: ✭ 120 (-3.23%)
Mutual labels:  gui
Binding.scala
Reactive data-binding for Scala
Stars: ✭ 1,539 (+1141.13%)
Mutual labels:  gui
Jclasslib
jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
Stars: ✭ 1,789 (+1342.74%)
Mutual labels:  gui
Kubectl Sheetcheat
The Definitive Kubectl Sheetcheat. ⭐ Give it a star if you like it. Work (always) in progress !
Stars: ✭ 119 (-4.03%)
Mutual labels:  kubectl
Kubectl Reap
kubectl plugin that deletes unused Kubernetes resources
Stars: ✭ 123 (-0.81%)
Mutual labels:  kubectl
Liveprof Ui
An aggregator and web interface for Live Profiler
Stars: ✭ 118 (-4.84%)
Mutual labels:  gui
Pspg
Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.
Stars: ✭ 1,749 (+1310.48%)
Mutual labels:  tui
React Yue
Render the views of Yue with React.
Stars: ✭ 122 (-1.61%)
Mutual labels:  gui

KK

Go Report Card

I got sick of typing the same kubectl commands over and over again so here is my simplified TUI wrapper, kk.

Installation

go get -u github.com/golang/dep/cmd/dep
go get -d -u github.com/nii236/kk/...
cd $GOPATH/src/github.com/nii236/kk
dep ensure
go install ./...
kk
NAME:
   kk - Terminal User Interface (TUI) for Kubernetes

USAGE:
   kk [global options] command [command options] [arguments...]

VERSION:
   0.0.1

DESCRIPTION:
   For when you are sick of typing namespaces over and over again

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --kubeconfig-path value, -c value  Kubeconfig path (Uses $HOME) (default: "/Users/nii236/.kube/admin.conf") [$KUBECONFIG_PATH]
   --refresh-interval value           Seconds between updates (default: 1) [$REFRESH_INTERVAL]
   --auto-refresh, -a                 Automatic refresh [$AUTO_REFRESH]
   --production, -p                   Production mode [$PRODUCTION]
   --debug, -d                        Debug logging [$DEBUG]
   --log-to-file, -f                  Log to file [$LOG_TO_FILE]
   --log-file-path value              File to log to (default: "/tmp/debug.log") [$LOG_FILE_PATH]
   --test, -t                         Use the K8S mock client [$TEST]
   --help, -h                         show help
   --version, -v                      print the version

Screenshots

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].