dust icon indicating copy to clipboard operation
dust copied to clipboard

How can I remove space at the first character

Open avatar-lavventura opened this issue 3 years ago • 0 comments

When I run dust example output is as follows:

 4.0K   ┌── README.org                     │                                                                                                                                                              █ │   0%
 4.0K   ├── job.yaml                       │                                                                                                                                                              █ │   0%
 4.0K   ├── job_example.yaml               │                                                                                                                                                              █ │   0%
 4.0K   ├── job_with_data.yaml             │                                                                                                                                                              █ │   0%
 4.0K   ├── sample_file.txt                │
^
|_ there is space

Instead can I remove the space at each line as:

4.0K   ┌── README.org                     │                                                                                                                                                              █ │   0%
4.0K   ├── job.yaml                       │                                                                                                                                                              █ │   0%
4.0K   ├── job_example.yaml               │                                                                                                                                                              █ │   0%
4.0K   ├── job_with_data.yaml             │                                                                                                                                                              █ │   0%
4.0K   ├── sample_file.txt                │

avatar-lavventura avatar Jul 31 '22 15:07 avatar-lavventura