Ivan Habunek
Ivan Habunek
* ansicon for terminal colour http://adoxa.altervista.org/ansicon/ * save config in appdata/roaming
https://repology.org/project/toot/versions
Something like ``` toot timeline [email protected] ```
It's free for open source, may simplify things.
Curses is available as an extension here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
I noticed that barcodes which don't have any padding cannot be decoded. I'm using the following code to test: ```py import sys from PIL import Image from pdf417decoder import PDF417Decoder...
Rebased and squashed #319 since its history was getting very messy.
I had become clear that tui has dependencies which are not required for the rest of toot. It would probably be beneficial for the users who don't use the TUI...
It's become pretty obvious that toot would benefit from using an async http library, and aiohttp seems a good candidate. This would mostly benefit the TUI since the current approach...
To facilitate scripting, it would be nice if commands could spit out json instead of plaintext. This can be accomplished by adding a `--json` option. In many cases we could...