sharkdp / bat

A cat(1) clone with wings.
Apache License 2.0
47.59k stars 1.18k forks source link

(Feature request) Add an option to disable the line numbers #2997

Open hardBSDk opened 3 weeks ago

hardBSDk commented 3 weeks ago

The line numbers and its decoration mess the text when you copy it from the terminal.

It can be named --no-line-number

eth-p commented 3 weeks ago

Related: #2059*

This may also be done through #2929, which would allow for disabling style components using --style=-numbers.

hardBSDk commented 2 weeks ago

@eth-p Thanks!

I need the upcoming --style=-numbers option because the -p option remove the file name decoration.