jv-k / my-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A list of my favourite tools

Resource Description
tldr-pages The tldr-pages project is a collection of community-maintained help pages for command-line tools, that aims to be a simpler, more approachable complement to traditional man pages
stackedit.io Open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites. You can edit and synchronise files directly with my Github repos, which is a very attractive feature for editing README.md files.
Fast A service provided by Netflix. Its web interface is located at https://fast.com/, and it has a command-line interface available through npm. Both the website and command-line utility provide the same basic interface: it's a simple-as-possible speed test.
n — Interactively manage Node.js versions Install, manage and switch between multiple versions of Node.js
github hub hub is an extension to command-line git that helps you do everyday GitHub tasks without ever leaving the terminal.

A handy way to create a repo to host a new project on GitHub from the command line:
$ git init
$ git add .
$ git commit -m "And so, it begins."
$ hub create
Clone a project:
$ hub clone github/hub
Amethyst Tiling window manager for macOS along the lines of xmonad. Windows. A quick screencast of basic functionality can be found here
SteerMouse SteerMouse is a utility that lets you freely customize buttons, wheels and cursor speed. Both USB and Bluetooth mice are supported.
Mos A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on MacOS
HapticTouchBar Discover the Touch Bar of the MacBook Pro should have shipped with from the start — Haptic Touch Bar provides actual feedback when pressing buttons on your Touch Bar
Breaktimer BreakTimer allows you to set up customizable breaks and will remind you to take them. BreakTimer is free and open source and available for Windows, macOS and Linux.
HyperDock HyperDock adds long awaited features to your Dock: Select individual application windows just by moving the mouse on a dock item, use mouse clicks to quickly open new windows and many more.
iStat Menu Bar iStat Menus is a fully-equipped system data collector that lives in your menu bar and provides vital info about the key indicators
Macs Fan Control Monitor and control fans on Apple computers
Git Graph View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.

It looks fantastic!
Pock Widgets manager for MacBook Touch Bar

Display the macOS Dock in Touch Bar
Terminalizer Record the terminal and generate animated gif images or share a web player
Fig Fig adds IDE-style autocomplete to the terminal
trash-cli Move files and folders delete in the terminal to the trash.
In contrast to `rm` which is dangerous and permanently deletes files, this only moves them to the trash, which is much safer and reversible.
One Thing Put a single task or goal in your MacOS menu bar
Velja Open links in a specific browser or a matching native app. Easily switch between browsers.
Warped

Tutorial Websites https://egghead.io/q/python

About