Skip to content
#

urwid

Here are 51 public repositories matching this topic...

archenemies
archenemies commented Feb 20, 2020

Describe the bug

Trouble building the PDF documentation.

Software Versions

  • Python version: 3.8.1

  • Alot version: current git

    $ latex -v
    pdfTeX 3.14159265-2.6-1.40.20 (TeX Live 2019/Arch Linux)
    kpathsea version 6.3.1
    Copyright 2019 Han The Thanh (pdfTeX) et al.
    There is NO warranty.  Redistribution of this software is
    covered by the term
    
marcelpaulo
marcelpaulo commented Mar 17, 2018

tab --focus <title> in the rcfile generates error No tab with matching title: <title>, no matter if the title is explicit (tab --title) or automatically generated. The command works in the TUI, though.

I have this initial rcfile:

# default tabs
tab ls --sort status,!progress all
tab ls --sort !ratio complete
tab ls --sort status,!progress incomplete
tab ls --sort !progress dow
bug
ValentijnvdBeek
ValentijnvdBeek commented Jan 2, 2019

Clay currently misses a few vital pieces of documentation that need to be added in the future. Preferably before the next version is released however, in my opinion, this is not a blocking issue.

The documentation that should written or modified:

  • an usage man page
  • a configuration man page
  • sphinx documentation
  • an rst version of the README for PyPy
  • improved do
preetmishra
preetmishra commented Apr 21, 2020

Currently, we use msg_bold for bold and italic text. While this does differentiate the two from the rest of the message, the distinction between these two remains unaddressed.

We could try using 'italics' setting from urwid. However, if we choose not to go with that (due to support concerns), we could try adding a new style in themes.py that provides a notable distinction.

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

You can’t perform that action at this time.