yank

The yank utility reads input from stdin and display a selection interface that allows a field to be selected and copied to the clipboard. Fields are either recognized by a …

go: GChalk

https://github.com/jwalton/gchalk is a library heavily inspired by chalk, the popular Node.js terminal color library, and using go ports of supports-color and ansi-styles. Features Expressive API Highly performant Ability to nest styles 256/Truecolor color support with …

lazy developer with nvim

If You are lazy developer as me, maybe you are seeing this small shit tool in go like useable for quick and comfy way how to update local installed nvim …

Pyroscope: profiling go apps

Pyroscope: Open Source Continuous Profiling Platform. Debug performance issues down to a single line of code. Getting Started Install Pyrocope server brew install pyroscope-io/brew/pyroscope Start Pyroscope server pyroscope server Start …

golang: debugging application in neovim

vimspector The plugin is a capable Vim graphical debugger for multiple languages DAP (Debug Adapter Protocol) nvim-dap is a Debug Adapter Protocol client implementation for Neovim (>= 0.5). nvim-dap allows you to: Launch an application …