omarchy-expanded-menus
v0.0.5
Published
Additional options for your Omarchy main menu
Readme
Launch Neovim Projects from Omarchy's Main Menu
Seamlessly open your projects in Neovim directly from Omarchy's menu interface.
Features
- Automatically scans your
/projectsfolder to populate the submenu - Navigate through nested directories with configurable depth levels
- Quick project access without manual navigation
Screenshots
Projects menu integrated into Omarchy's main interface
Select any project folder to open it in Neovim
Installation
Use the new installation CLI with
npx omarchy-expanded-menusManual installation
Backup your existing
omarchy-menufile:cp /home/{user}/.local/share/omarchy/bin/omarchy-menu ~/omarchy-menu.backupReplace with the modified version from this repository
Configuration
Set the navigation depth for Projects and Workflows sections by modifying these variables (lines 10-11):
PROJECTS_MENU_LEVELS=${PROJECTS_MENU_LEVELS:-1} # Default: 1 levels
WORKFLOW_MENU_LEVELS=${WORKFLOW_MENU_LEVELS:-1} # Default: 1 levelMaximum depth: 3 levels
Note: Remember to replace {user} with your actual username during installation.
