dust
dust copied to clipboard
How can I remove space at the first character
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 │