Back to projects
Mar 2023
2 min read

Dev Director

A command line tool to streamline the workflow of developers and power users

This application is a versatile command line tool designed to streamline the workflow of developers and power users. It allows users to efficiently open directories in popular code editors like Visual Studio Code (VSCode) or Neovim (nvim) through simple command line arguments. Upon execution, the tool prompts the user to select their preferred code editor for opening the specified directories. In addition to handling directories, the tool is capable of launching various applications. It intelligently checks for the availability of these applications on the system and notifies the user if an application is not found, enhancing the user experience with robust error handling.

The tool aims to boost productivity by consolidating directory and application management into a single, convenient command line interface.