aboutsummaryrefslogtreecommitdiff
path: root/src/er_xdg_pipe_menu_app.erl
AgeCommit message (Collapse)Author
2026-07-21Rename app from er_xdg_pipe_menu to xdg_pipe_menuHEADmainChristopher R. Nelson
Drop the "er-" prefix throughout: module/atom names, filenames, socket paths, and docs. It was an implementation detail, not part of the app's identity. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-20Initial OTP application skeletonChristopher R. Nelson
rebar3-generated er_xdg_pipe_menu app/supervisor scaffold, to be filled in with XDG .desktop file discovery/parsing and openbox pipemenu generation. MIT licensed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>