Disproject is a package for GNU Emacs that implements Transient menus for dispatching project-related commands on top of the project.el library. It aims to provide a more featureful version of the project-switch-project command, which it is inspired by. Those who are familiar with Projectile may also find similarities to projectile-commander.

Hello! I’m happy to announce version 2.0.0 of Disproject has been released. Notably, it adds support for specifying custom per-project commands (see disproject-custom-suffixes variable) with Transient’s specifications syntax; the previous custom syntax has been deprecated.

Project homepage: https://github.com/aurtzy/disproject

Full release notes: https://github.com/aurtzy/disproject/releases/tag/v2.0.0

  • aurtzyOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    18 days ago

    I don’t think the macro usage is 100% necessary; in the case of dynamic text, I’d specify a function in a group’s :description slot (like this; function here) that builds the description from transient state.