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