DEV Community

Discussion on: What are your favorite dev tools?

Collapse
 
playwright2poli profile image
playwrightpo • Edited

Mine are:

Command line tools

  • HTTP client - httpie
  • terminal UI for git commands - lazygit
  • task manager and notes collector - taskbook
  • interactive filtering - percol
  • terminal JSON viewer - fx
  • retrieve an answer to some programming question - cheat.sh
  • etc

GUI apps / web services

  • IDE - vscode
  • Markdown-based note-taking app - notable
  • Online version control - Github, BitBucket and Gitlab
  • CI/CD - TravisCI, CircleCI
  • Project management - trello
  • Multiple API documentations - devdocs.io
  • etc