Lamented humanity

I fail to understand how and to what extent can humanity be dreadful . It would be imprudent and unjustifiable to myself if chose not to express my views,was very shaken and aghast on the recent…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




My Top Favourite Toolkit for the iTerm

Here is the list of the tools, I’m using mostly in everyday work. I love terminal, bash and shell scripting. Usually, I’m using ZSH with my customized dotfiles, customizations with Powerline9k and other scripting tools helps me to deliver productivity and flexibility.

So In this list, I like to share the tools I’m using;

tig

spaceship-prompt

Bat (it’s pretty cat)

Gron
Gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.

HTTPie
I switched from Curl (in most situations) to the HTTPie for it’s easy and convinent DSL for HTTP requests

http-server
It is simply, Node.js backend web server (like fileserver) to host directory of contents to make it accessible in localhost

mkcert
It is zero-config tool to the make local http-server secure for me, adds support to SSL with trusted certificates, so easy to test SSL spesific environment

Cheat.sh
My favorite tool to cheatsheet. So easy syntax to access any cheatsheet in any programming language.

oh-my-zsh
From the creators description; “Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes”.
This is actually great toolkit for my environment.

zsh-syntax-highlighting
Fish shell like syntax highlighting for Zsh.

awesome-zsh-plugins
A collection of ZSH frameworks, plugins & themes inspired by the various awesome list collections out there.

mackup
Keep your application settings in sync (OS X/Linux)

Add a comment

Related posts:

10 Startups You Should not Miss at WebSummit 2018

A list of ten most interesting startups that certainly worth your time at Web Summit.

Basic introduction to Object oriented programming in JavaScript

Programming languages were procedural — defined step by step instructions that the computer would follow and this worked well for a time but when you want to program something beyond a basic sequence…