Skip to content

Commit 801d3f1

Browse files
committed
Updated README.md
1 parent 5fa096b commit 801d3f1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fdir
22

3-
**fdir* is a simple command-line utility to list, filter, and sort files and folders in your current directory. It provides a more flexible alternative to Windows's 'dir' command.
3+
**fdir** is a simple command-line utility to list, filter, and sort files and folders in your current directory. It provides a more flexible alternative to Windows's 'dir' command.
44

55
---
66

@@ -16,19 +16,21 @@
1616
- Name, size, or modification date (`--order <field> <a|d>`)
1717

1818
## Examples
19+
1920
```bash
2021
fdir modified --gt 1y --order name a
2122
fdir size --lt 100MB --order modified d
2223
fdir name --keyword report --order size a
2324
fdir type --eq .py --order name d
2425
fdir all --order modified a
25-
26+
```
2627

2728
## Installation
2829

2930
1. Install via `pip` (Python 3.8+ required):
3031
```bash
3132
pip install fdir
33+
```
3234

3335
2. Download the 'fdir.bat' launcher
3436

0 commit comments

Comments
 (0)