transient
transient copied to clipboard
Transient commands
This small patch allows choices in `transient-switches` to be each a cons so that options that accept non-descriptive values can still be displayed with descriptive text. I created this as...
Description: Transient And Magit Hard to measure, but when using Magit commands like log, diff etc., i.e. those with fairly heavy-weight transients with many options, things feel distinctly slower from...
# what behavior you expected The menu is displayed # what behavior you observed The menu is not displayed Probably not English is the cause of failure. Even in Japanese,...
Hello! In docker.el ([#193](https://github.com/Silex/docker.el/issues/193)) our newly installed CI fails on MELPA stable (https://github.com/Silex/docker.el/actions/runs/1941613092) because we're using `transient-default-value` which was added after the most recent transient release. I'm not sure how...
I try to have an transient-infix that is never empty. So it always has one switch active. I know you achieve that functionality in magit's transients e.g. the pull transient...
One common criticism of Transient is that it is too modal. To some extend that is by design but despite that it is possible and makes sense to make certain...
Soon it will be two years since we started to prefix the names of our definition macros with `transient-`. The obsolete aliases are likely to be removed in the next...
Such as: - [ ] https://github.com/magit/magit/issues/2610 - [ ] projectile/project: https://github.com/Silex/docker.el/issues/180#issuecomment-1034083332 - [ ] #179
What would be a 'correct' way to approach setting presets for initial prefix value while in the transient so that the user can clearly see which arguments are changing when...
## Settting I want to test transients in automated tests. I wrote a function which inserts keys non-interactively, simulating keyboard input, using `execute-kbd-macro`. It works fine when I call this...