progress-bar.d 756 B

123456789101112131415161718192021
  1. c: Copyright (C) 1998 - 2022, 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. ---
  11. Make curl display transfer progress as a simple progress bar instead of the
  12. standard, more informational, meter.
  13. This progress bar draws a single line of '#' characters across the screen and
  14. shows a percentage if the transfer size is known. For transfers without a
  15. known size, there will be space ship (-=o=-) that moves back and forth but
  16. only while data is being transferred, with a set of flying hash sign symbols on
  17. top.
  18. This option is global and does not need to be specified for each use of
  19. --next.