fswatch: a file change monitor
fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified. A cross-platform file change monitor with multiple backends: Apple OS X …
fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified. A cross-platform file change monitor with multiple backends: Apple OS X …
godocc: Like go doc but with colors. Accepts all the arguments and flags go doc works with. Godocc is just a simple wrapper around the go doc tool. examples: godocc io Writer
The following are the building blocks of a YAML file: Key Value Pair – The basic type of entry in a YAML file is of a key value pair. After …
kubebox: Terminal and Web console for Kubernetes. # OSX curl -Lo kubebox https://github.com/astefanutti/kubebox/releases/download/v0.6.0/kubebox-macos && chmod +x kubebox
Preview markdown files in a separate window. Markdown is formatted exactly the same as on GitHub. Features GitHub style: The markdown content is rendered as close to the way it’s rendered …
Modd (https://github.com/cortesi/modd) is a tool to listen to file system changes and launch process. Configuring it is as easy as creating a modd.conf file on root project path and setting the commands …
Sampler is a tool for shell commands execution, visualization and alerting. Configured with a simple YAML file. Usage You specify shell commands, Sampler executes them with a required rate. The …
This week i was writing some JavaScript easy script for mirroring data. Main job was work wit data in arrays. I was reading data from arrays, make some calculations with …
eksctl is a simple CLI tool for creating clusters on EKS – Amazon’s new managed Kubernetes service for EC2. It is written in Go, uses CloudFormation, was created by Weaveworks …
kubctx: Switch faster between clusters and namespaces in kubectl. This repository provides both kubectx and kubens tools. kubectx kubectx is a utility to manage and switch between kubectl(1) contexts. kubens …