Skip to content

shawnaxsom/awesome-developer-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Awesome Developer Tools

Contents

OS X

CloudApp - Screenshots, GIFs, and videos with annotation, security controls, and cloud storage

ShiftIt - Window sizing and positioning

  • Includes an "Increase Size" hotkey that other apps like Spectacle might not have

Insomnia - REST Client with a great UI

  • Paste cURL commands into the URL bar (including those copied from Chrome Network tab)
  • Organize commands into folders, and quickly search the folders by folder name, URI, command name

BeardedSpice - Media hotkeys to control Spotify or other preferred music players

Alfred - Spotlight search alternative

  • Clipboard manager with search history
  • Snippets with some scripting and templating capabilities
  • Search for Chrome or Safari bookmarks

Shift - Interface container for Gmail/Inbox, Google Calendar, Google Drive

  • There are many good alternatives, but notifications never seem to work for me for the alternatives, for example:
    • Franz
    • Station
    • WaveBox

Command Line

FZF - Versatile fuzzy search tool that can be used for virtually any lists or input

autojump - Jump to recently visited folders based on partial name match

30   /home/user/mail/inbox
10   /home/user/work/inbox

j wor in

Hyper - iTerm2 alternative shell with text-based configuration, built on Electron

Fish Shell - Bash and Zsh alternative with batteries included

  • Syntax highlighting
  • Smart command completion

Tmuxinator - Manage complex tmux sessions easily

  • Declaritive set up of Tmux panes
  • Quickly set up your development environment

Web Browsers

Chrome

Extensions

Tab Wrangler - Auto clean up inactive tabs

  • Very customizable
  • Saves closed tabs into a searchable list

Pushbullet - Send SMS from Chrome, or push files to or from your phone

Pin Tab - Simply pin the current tab in one click

  • Good to use with Tab Wrangler, since Tab Wrangler doesn't close pinned tabs

cVim - Vim hotkeys for Chrome

  • Navigate page with h/j/k/l/g/G
  • Open files with "f" key and an assigned letter for hyperlinks
  • Search browser history or bookmarks

FlowCrypt - Encrypt Email With PGP

  • Friendly user experience
  • Seamless integration with Gmail / Inbox
  • Nicer interface than Mailvelope

Text Editors

Vim

Plugins

Vim-Fugitive - Git integration with Vim

  • Git Blame view where you can press Enter to jump to commit before a change was made to a line.
  • Git Status, Git Diff, etc

Vim-Dispatch - Execute commands in a Tmux pane

  • Pulls results into Vim for easy paging and searching

Ultisnips - Text-completion snippets with templating and scripting support

Vim-Quickly - FZF jump-to-file alternative

  • CtrlP-like jump-to-file functionality, sorting by most recently used, visited, etc. A plugin I made that is similar to FZF, but uses more native Vim features like the quicklist for easy paging.

Vim-Dirvish - Minimal file manager, light-weight alternative to NERDtree.

  • Easy to script or run commands against selected files.

Dotfiles

  • Shawn Axsom
    • neovim, fish shell, tmuxinator, Hyper.js, etc

Third Party Lists

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published