tmux-thumbs
k9s
tmux-thumbs | k9s | |
---|---|---|
4 | 153 | |
943 | 28,362 | |
1.6% | 1.4% | |
0.0 | 9.2 | |
10 months ago | about 23 hours ago | |
Rust | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tmux-thumbs
-
Wezterm QuickSelect
After using tmux for more than a decade, Iāve recently moved away from it and switched to using the multiplex features in wezterm. One of my favorite plugins for tmux is tmux-thumbs. This allowed me to write patterns using regex and press a shortcut to highlight those patterns. It would give me a set of quick keys I could type that would then either copy the text to my clipboard or paste it to the command line. This comes in very handy when using kubectl and dealing with pod names.
-
What is your favorites plugins, themes or configuration details?
I really recommend tmux-thumbs . It is similar to extracto and you can pick up text from the screen with few key strokes.
-
Tmux lets you select and copy text with your keyboard
Only glanced at it but didn't see it mention 'V' which selects rows rather than characters. Which can be quite useful.
There are also tmux plugins to make some operations smoother.
https://github.com/fcsonline/tmux-thumbs
Like keyboard driven browsers uses hints, so file paths, git SHAs etc. are highlighted using a small hint and if you press it it is copied.
https://github.com/laktak/extrakto
Fuzzy search in current pane to insert/copy things of interest.
k9s
-
Ask HN: Are there any CLI only tools that are monetised
I would have said k9s (free) and k9s alpha (pay for additional features), but it looks like the k9s alpha site is not up/working at the moment. k9s itself still gets regular updates, but Iām not sure what the status of k9s alpha is anymore. I had assumed it was still available, but I never tracked it too closely.
https://github.com/derailed/k9s
https://k9scli.io/
-
Supercharging Deepseek-R1 with Ray + vLLM: A Distributed System Approach
I have chosen Standard_NC4as_T4_v3 VM for for GPU node and kept the count as 2, so total we will have 32GB of VRAM(16+16). Lets now add the kubernetes config to our system: az aks get-credentials --resource-group rayBlog --name rayBlogCluster. We can now use k9s(want to explore k9s?) to view our nodes and check if everything is configured correctly.
-
7 Kubernetes Tools that will end your Infrastructure nightmares
5. K9s - Terminal Lovers' Dream
-
TIL: Ghostty ā a new and quite promising terminal emulator
While design is an important part to some degree, there is something more that I've become observing and, therefore, liking lately: the reasonable default configs of the apps, which mean that the majority of the users will never need to mess with configs at all. Here is a great post by Arne about this trend which lists such tools like Fish (mentioned above), Helix, Lazygit, Zellij, k9s, etc. And that a very user-friendly approach: install and use right away! I believe that Ghostty would be a good addition to the list. For example:
- AIOpsĀ : Investigation par lāIA dans Kubernetes avec HolmesGPT, Ollama et RunPodĀ ā¦
-
Essential Kubernetes Setup for DevOps and Developers - A Community Based Guide
k9s If you're more comfortable working from the terminal, k9s is a great tool. It provides a real-time, terminal-based UI for Kubernetes, allowing you to view logs, pods, services, and resources interactively. github
-
k9s - manage your Kubernetes cluster like a pro!
More information around k9s can be found here: https://k9scli.io/
-
How to Install K9s on Ubuntu: A Step-by-Step Guide
wget https://github.com/derailed/k9s/releases/download/v0.32.5/k9s_linux_amd64.deb
-
12 Tools that will make Kubernetes management easier in 2024
K9s is a terminal-based UI to interact with your Kubernetes clusters. This project aims to make it easier to navigate, observe, and manage your deployed applications in the wild. K9s continually watch Kubernetes for changes and offer subsequent commands to interact with your observed resources.
-
Turing Pi 2 Home cluster
That's it. As far as the installation goes, I had a Kubernetes cluster up and running. I had to install K9s in my local machine to manage the cluster and bind the cluster to the ./kube/config file.
What are some alternatives?
tmux-copycat - A plugin that enhances tmux search
lens - Lens - The way the world runs Kubernetes
extrakto - extrakto for tmux - quickly select, copy/insert/complete text without a mouse
minikube - Run Kubernetes locally
tmux-yank - Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
k3s - Lightweight Kubernetes
tmux-open - Tmux key bindings for quick opening of a highlighted file or url
popeye - š A Kubernetes cluster resource sanitizer
universe - A group of my various scripts, see the Manifest (below)
k8s - How to deploy Portainer inside a Kubernetes environment.
vim-repl - Best REPL environment for Vim
stern - ā Multi pod and container log tailing for Kubernetes