You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
4
+
5
+
---
6
+
7
+
## Features
8
+
9
+
- List all files and folders in the current directory
10
+
- Filter files by:
11
+
- Last modified date (`--gt`, `--lt`)
12
+
- File size (`--gt`, `--lt`)
13
+
- Name keywords (`--keyword`, `--swith`, `--ewith`)
14
+
- File type/extension (`--eq`)
15
+
- Sort results by:
16
+
- Name, size, or modification date (`--order <field> <a|d>`)
0 commit comments