The Wayback Machine - https://web.archive.org/web/20210404203340/https://github.com/topics/urwid
Skip to content
#

urwid

Here are 56 public repositories matching this topic...

mrichar1
mrichar1 commented May 26, 2020

I've set up alot to use notmuch address as the abook entry following the docs:

command = 'notmuch address --format=json --output=recipients date:1Y..'
regexp = '\[?{"name": "(?P<name>.*)", "address": "(?P<email>.+)", "name-addr": ".*"}[,\]]?'
shellcommand_external_filtering = False
ignorecase = True

When I 'search' by typing a partial name and hitting tab, it seems to be case-

neiljp
neiljp commented Feb 2, 2021

Currently the stream box can be quite wide; we spread the boxes between the available width.

While topic length can vary, we should be able to find some way to determine a smaller length using urwid's features based on what we know about the maximum stream length at the time.

Good related features to consider

  • if we can/should limit the width of the 'topic edit' box while editing (edit-one

Improve this page

Add a description, image, and links to the urwid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the urwid topic, visit your repo's landing page and select "manage topics."

Learn more