Skip to content

Commit b303b5c

Browse files
committed
added back headline
1 parent 6f17c10 commit b303b5c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,18 @@ cargo install natls
4343
```
4444

4545
### Alternative (linux)
46+
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/natls)
4647

4748
```bash
4849
sudo snap install natls
4950
```
5051

52+
### To update natls with snap
53+
54+
```bash
55+
sudo snap refresh natls
56+
```
57+
5158
### Manual installation
5259

5360
#### Linux

src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ fn output() -> Result<(), Box<dyn std::error::Error>> {
8080
let is_sorted = &args.is_sorted;
8181
let time_format = &args.time_format;
8282
let colors_on = &args.colors_on;
83+
let headline_on = &args.headline_on;
84+
85+
draw_headlines(*headline_on, *perms_on, *size_on, *time_on, *group_on, *user_on);
8386

8487
let mut singly_found = false;
8588
if !std::path::Path::new(directory).exists() {

0 commit comments

Comments
 (0)