View Issue Details

IDProjectCategoryView StatusLast Update
0002354GNUnetfile-sharing servicepublic2012-11-05 18:34
Reporteramatus Assigned ToChristian Grothoff  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002354: gnunet-download should provide a wget-style progress bar
DescriptionBy default gnunet-download provides no status. It should provide something simple like a wget-style progress bar. When -V is specified it should out the not-so-simple verbose progress that it currently does, probably turning off the simple progress indicator.
TagsNo tags attached.

Activities

Christian Grothoff

2012-06-17 10:51

manager   ~0006079

The key question here is how to implement it:
1) using an external tool, such as 'bar'; that way, 'bar' can deal with all of the porting issues (how big are they?)
2) using ANSI control codes (see for example http://www.rosshemsley.co.uk/?p=295 for something simple)
3) simply using '\r' to go back to the beginning of the line (how portable is that?)

Christian Grothoff

2012-06-17 12:44

manager   ~0006084

Fixed in SVN 22059.

Issue History

Date Modified Username Field Change
2012-05-15 06:12 amatus New Issue
2012-05-15 14:57 Christian Grothoff Severity minor => feature
2012-05-15 14:57 Christian Grothoff Status new => confirmed
2012-05-15 14:57 Christian Grothoff Target Version Git master =>
2012-06-17 10:51 Christian Grothoff Note Added: 0006079
2012-06-17 10:52 Christian Grothoff Assigned To => Christian Grothoff
2012-06-17 10:52 Christian Grothoff Status confirmed => assigned
2012-06-17 10:52 Christian Grothoff Target Version => 0.9.4
2012-06-17 12:44 Christian Grothoff Note Added: 0006084
2012-06-17 12:44 Christian Grothoff Status assigned => resolved
2012-06-17 12:44 Christian Grothoff Fixed in Version => 0.9.4
2012-06-17 12:44 Christian Grothoff Resolution open => fixed
2012-11-05 18:34 Christian Grothoff Status resolved => closed