Categorygithub.com/vorago/open-ide
repositorypackage
1.0.0
Repository: https://github.com/vorago/open-ide.git
Documentation: pkg.go.dev

# README

About

This project solves a basic problem of navigating in a bunch of projects and opening them in IDE of your preference, which happens IntelliJ IDEA in my case. I use i3wm, but same functionality can be adapted for other desktops as well.

Demo

demo

Requirements

  • rofi
    • for project incremental searching
  • i3
    • for focusing already opened project
  • xdotool
    • for searching through opened projects

Usage

go build
./open-ide --depth 3 --codeDir /home/user/code/ --ideCommand /opt/idea/idea