-
Notifications
You must be signed in to change notification settings - Fork 0
Home
2CHEVSKII edited this page Jul 10, 2026
·
2 revisions
gly is a PowerShell module that adds configurable visual formatting to PowerShell file system objects without replacing PowerShell's object pipeline.
It formats:
System.IO.FileInfoSystem.IO.DirectoryInfo
The default experience keeps the familiar PowerShell table columns:
ModeLastWriteTimeLengthName
Only Name is visually enhanced by the MVP. Renderer commands provide additional interactive layouts.
- Installation
- Quick start
- Configuration
- Selectors
- Themes
- Glyph sets
- Renderer commands
- Theme and glyph previews
- API reference
- Architecture
- Limitations
- Troubleshooting
- Development
gly is intentionally small and PowerShell-native:
- preserve pipeline semantics;
- keep input
FileInfoandDirectoryInfoobjects unchanged; - use PowerShell format data for the standard view;
- store MVP configuration only in memory;
- make terminal-dependent behavior explicit and configurable;
- avoid Git-aware or executable-aware formatting in the MVP.