A minimal bash script to launch coding projects in a given directory
- Download the
coderexecutable to a directory of your choice - Create a symlink to make it globally accessible:
(Or link to any directory in your
ln -s <path-to-coder-executable> /usr/bin/coder
$PATH)
Simply type coder in your terminal to launch the interface.
- Uses gum for clean interface
- Configuration stored in
~/.config/coder/config
type to filter- Uses gum to quickly filter through foldersup/down- Navigate through projectsEnter- Open selected project in VSCodeq- Quit
- gum
- bash
- VSCode with
codecommand in PATH
Let me know if you have more feature ideas!