anduin / Quicky glance a folder to view brief content
0 likes
0 forks
1 files
Last active 2 months ago
| 1 | # glance - Provides a quick and intelligent overview of a directory's contents. |
| 2 | # |
| 3 | # Authors: anduin |
| 4 | # |
| 5 | # Features: |
| 6 | # - Auto-detects Git repositories to intelligently list files. |
| 7 | # - Dynamically calculates and adjusts the `tree` view depth to prevent clutter. |
| 8 | # - File content display strictly adheres to the calculated tree depth. |
| 9 | # - Limits the maximum lines printed per file to avoid long scrolls. |
| 10 | # - Supports powerful filtering by file glob patterns. |
Newer
Older