weboob-devel/weboob/tools/application
Florent a87ef4072d Use a fast path for ls if -U is set
The ls command first store all objects and collections, and then run the
formatting. It is bad for applications displaying results as soon as
possible, but mandatory to store results and display the collections
first.

Since the -U option was introduced to not sort the results, we can
expand this idea to not display the collections first, and to display
results immediately.
2014-05-07 10:15:07 +02:00
..
formatters Add a json formatter that works on a line level 2014-05-07 00:02:08 +02:00
qt display a message when more results are available (closes #1038) 2013-07-27 23:40:24 +02:00
__init__.py PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00
base.py Do not display warning message if -n or count is set 2014-05-06 17:05:06 +02:00
console.py better display to prompt user passwords 2014-02-24 14:55:06 +01:00
javascript.py change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
media_player.py Fix bug dailymotion not playing video with "Server returned 403: Forbidden" 2014-04-21 09:33:31 +02:00
repl.py Use a fast path for ls if -U is set 2014-05-07 10:15:07 +02:00
results.py Test the id and the fullid in condition 2014-04-09 10:30:19 +02:00