-
Notifications
You must be signed in to change notification settings - Fork 21
Tab character handling/rendering #182
Copy link
Copy link
Open
Description
A popular use case of Wayland menu dialogs is for providing a GUI for cliphist. The command cliphist list produces \t characters, which are not rendered by yofi:
The documentation of cliphist shows examples of how programs similar to yofi, such as fzf, rofi, and wofi, all have some feature which support treating the input as tab-separated values and selecting a specific column.
- yofi should render
\tcharacters - feature request:
yofi dialogshould support the flag--with-nth
Workaround
yofi can still be used with cliphist like this:
cliphist list | sed 's/\t/ /' | yofi dialog | sed 's/ /\t/' | cliphist decode | wl-copy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels