progress-bar.d 688 B

1234567891011121314151617181920
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Short: #
  4. Long: progress-bar
  5. Help: Display transfer progress as a bar
  6. Category: verbose
  7. Example: -# -O $URL
  8. Added: 5.10
  9. See-also: styled-output
  10. Multi: boolean
  11. Scope: global
  12. ---
  13. Make curl display transfer progress as a simple progress bar instead of the
  14. standard, more informational, meter.
  15. This progress bar draws a single line of '#' characters across the screen and
  16. shows a percentage if the transfer size is known. For transfers without a
  17. known size, there is a space ship (-=o=-) that moves back and forth but only
  18. while data is being transferred, with a set of flying hash sign symbols on
  19. top.