Exa is a command-line utility designed to replace traditional file listing commands in Unix-like environments. It functions as a terminal-based file explorer that displays directory contents alongside system metadata and file attributes. The tool distinguishes itself by integrating version control information directly into the directory listing, allowing users to view the status of files within a repository alongside standard system data. It utilizes terminal-based styling to provide color-coded output, which helps visually differentiate between file types and metadata. The utility supports
z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move through deep directory structures. It functions as a command line tool for jumping to frequently and recently visited directories using a ranking algorithm. The tool utilizes a frecency-based path jump system that weights the number of visits against the time elapsed since the last access to determine priority. It identifies candidate navigation targets by applying regular expression patterns against a database of visited paths. The utility integrates with the shell completi
lsd is a directory listing tool and directory tree visualizer designed as a modern replacement for the standard Unix ls command. It provides a command line interface for listing directory contents and visualizing hierarchical folder structures with enhanced visual formatting. The utility distinguishes itself through customizable themes, allowing users to modify the output appearance by mapping specific colors and icons to file names, types, or extensions. It uses extension-based icon mapping to provide visual file type identification via specific glyphs. The tool covers functional domains in
fselect is a command line utility and file metadata query engine that uses SQL-like syntax to filter and find files based on their attributes. It functions as a file system analysis tool capable of selecting files and directories using relational logic, subqueries, and structured data filtering. The tool distinguishes itself by integrating Git tracking status and branch metadata into the search process while respecting project ignore files. It also includes a specialized media metadata search capability that filters audio and image files by technical properties such as resolution, bitrate, an
colorls est un visualiseur de répertoire de terminal basé sur Ruby qui affiche le contenu du système de fichiers en utilisant des couleurs, des icônes Font Awesome et des indicateurs d'état Git. Il fonctionne comme une interface en ligne de commande pour rendre le contenu des répertoires et les hiérarchies de système de fichiers imbriquées dans des formats de liste et d'arbre.
Les fonctionnalités principales de athityakumar/colorls sont : CLI Directory Listings, Visual Directory Listing, Git-Aware File Listings, Git Integrated Interfaces, File Extension Icon Mapping, Terminal File Listers, Git Status Indicators, Terminal Directory Tree Displays.
Les alternatives open-source à athityakumar/colorls incluent : ogham/exa — Exa is a command-line utility designed to replace traditional file listing commands in Unix-like environments. It… rupa/z — z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move… peltoche/lsd — lsd is a directory listing tool and directory tree visualizer designed as a modern replacement for the standard Unix… isaacs/node-glob — node-glob is a Node.js library for finding and matching files and directories using glob patterns. It functions as a… jhspetersson/fselect — fselect is a command line utility and file metadata query engine that uses SQL-like syntax to filter and find files… busyloop/lolcat — lolcat is a command line text processor and color filter that transforms standard text streams into rainbow gradients.…