tmux: clipboard copy and paste
Add into ~/.tmux.conf copy to clipboard CTRL+B [ and then move cursor to start of area which you want to copy. pres key v to make selection when you select …
Add into ~/.tmux.conf copy to clipboard CTRL+B [ and then move cursor to start of area which you want to copy. pres key v to make selection when you select …
Codi is an interactive scratchpad for hackers, with a similar interface to Numi. It opens a pane synchronized to your main buffer which displays the results of evaluating each line as you …
Vimium is a browser extension that provides keyboard-based navigation and control of the web in the spirit of the Vim editor. Installation instructions: Install via the Chrome web store or the Firefox Addons …
1. normal build Size of my binary: 20MB 2. ldflags You can build app with additional parameters -ldflags=“-s -w“ Size of my binary: 16MB 3. FINALY: upx You can use …
Very well know situation: you want to see changes in the concrete file between last commits. Only what was changed… glchng View the code on Gist. Usage fast and comfy
My mnt.shfor mounting remote dirs to my Mac. It can be useable if You want to work with files in remote servers on Your machine with locally installed tools. View …
Chime 1.0 is Available Chime is out, and available to everyone. Here’s a look at the state of the release and where we go from here. Built for macOS Chime …
shox: A customisable terminal status bar with universal shell/terminal compatibility. Currently works on Mac/Linux.
q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). q treats ordinary files as database tables, and supports …