10x Developer
  • Introduction
  • HTML
    • HTML DOM Jquery
    • HTML: Form
    • CSS
    • CSS Layout
    • CSS Flexbox
    • CSS Grid
    • SASS/LESS
    • CSS/LESS/SASS Cookbook
    • Bootstrap
  • JavaScript
    • JavaScript
    • ES6
    • TypeScript
    • JavaScript Testing
    • JavaScript Event Loop
    • DOM
    • Web APIs
    • JSON
    • RegEx
    • Functional Programming
    • JavaScript Lib
    • CoffeeScript
    • CoffeeScript to ES6 cheatsheet
  • Angular.js
    • Angular
    • Angular Cookbook
    • Angular Mistakes I Made
    • Angular 1.x
  • React.js
    • React.js
  • Node
    • Node.js
    • CLI command line tool
    • Electron / Atom
    • NW.js (node-webkit)
  • Serverless
    • AWS Lambda
    • Google Cloud Function
    • Actions on Google / Google Assistant
  • Full Stack Development
    • HTTP
    • Meteor
    • MongoDB
    • Digital Ocean
    • UI
    • Sketch
    • Web Dev Resources
  • Lang
    • Ruby
  • Know Your Tools
    • Chrome DevTools
    • Editor: VS Code
    • Editor: Vim
    • Editor: Sublime
    • Editor: Atom
    • Windows
    • Git
    • Linux / Bash
    • Mac
  • Cheatsheets
Powered by GitBook
On this page
  1. Know Your Tools

Windows

PreviousEditor: AtomNextGit

Last updated 7 years ago

CtrlK
  • Shell
  • Editor
  • VS Extension
  • Build
  • Network
  • Tools
  • VM
  • More

Shell

  • Shell/Console

    • ConEmu: https://conemu.github.io/

    • Gow - The lightweight alternative to Cygwin

    • Clink - windows shell enhancements

Editor

  • vim

  • Sublime

  • Atom

VS Extension

  • AnkhSVN, svn in Visual Stuio: https://ankhsvn.open.collab.net/

  • Productivity Power Tools: https://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/

  • ViEmu, bring vim mode home: http://www.viemu.com/

  • ReSharper, write C# code more happy:

  • TestDriven.net, unit tests:

Build

  • Inno Setup, installer builder. Much better than the default windows one: http://www.jrsoftware.org/isinfo.php

  • Inno Script Studio, GUI for inno: https://www.kymoto.org/products/inno-script-studio

  • Albacore, task runner so you can do one click build: http://albacorebuild.net/

    • It requires ruby:

    • Install ruby add-on DevKit too:

  • Use batch file to call rake tasks so you can do one click build. See

Network

  • WinSCP: https://winscp.net/eng/download.php

    • NOTE if you use WinSCP to transfter the script to the server, be sure to use "text" transfer settins, otherwise the script might contain dos CRLF line endings, see http://stackoverflow.com/questions/2920416/configure-bin-shm-bad-interpreter

  • SuperPuTTY: https://github.com/jimradford/superputty

Tools

  • Paint.net, best photo editing tool on Windows: http://www.getpaint.net/index.html

  • LICEcap, make .gif, it's also available on Mac: http://www.cockos.com/licecap/

  • TotalCommander, 10x better than file explorer: http://www.ghisler.com/

  • AHK, add global hotkey:

VM

  • FREE VM machines (all platform) from Microsoft

  • Virtual Box: https://www.virtualbox.org/wiki/Downloads

  • VMWare (commercial)

More

Find more tools from

  • Scott Hanselman's 2014 Ultimate Developer and Power Users Tool List for Windows

  • https://github.com/RiseLedger/awesome-windows

  @ECHO OFF

  REM call rake
  call rake target=internal

  PAUSE
https://www.jetbrains.com/resharper/
http://www.testdriven.net/
http://rubyinstaller.org/
http://rubyinstaller.org/add-ons/devkit/
bat examples
https://autohotkey.com/