{"id":50914609,"url":"https://github.com/imdevan/l","last_synced_at":"2026-06-16T13:31:40.553Z","repository":{"id":364222712,"uuid":"1266682969","full_name":"imdevan/l","owner":"imdevan","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-12T05:45:51.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T07:15:38.947Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imdevan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-11T21:21:09.000Z","updated_at":"2026-06-12T05:45:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/imdevan/l","commit_stats":null,"previous_names":["imdevan/l"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/imdevan/l","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdevan","download_url":"https://codeload.github.com/imdevan/l/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdevan%2Fl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34408779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-16T13:31:39.733Z","updated_at":"2026-06-16T13:31:40.548Z","avatar_url":"https://github.com/imdevan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# l\n\n\u003cimg width=\"1095\" height=\"628\" alt=\"screenshot-2026-06-11_21-59-29\" src=\"https://github.com/user-attachments/assets/d3592213-ce7e-498b-9d95-3853dad6e13a\" /\u003e\n\n\n`l` is a fast, styled `ls` replacement with Nerd Font icons, color-coded output, and full TOML configuration.\n\nInspired by Nushell ls function. Re-implemented in Go, using cobra + lipgloss.\n\n## Features\n\n- Styled table output with color-coded names, sizes, and modified dates\n- Nerd Font icons per file type (via [go-devicons](https://github.com/epilande/go-devicons))\n- Sort by name, type, size, or modified date\n- Filter by substring, show/hide hidden files, show only files or dirs\n- Fully configurable via TOML — all colors, display options, and default flags\n\n## Usage\n\n```\nl [filter] [flags] list current directory, optionally filtered by name\n\nSorting:\n  -m                sort by modified (newest first)\n  -s                sort by size (largest first)\n  -t                sort by type (dirs first)\n  -n                sort by name (wins over other sort flags)\n  -r                reverse sort order\n\nFiltering:\n  -a                show hidden files (dotfiles)\n  -f                only show files\n  -d                only show directories\n\nConfig:\n  -C                open config in editor\n  --config-init     generate default config file\n  -c \u003cpath\u003e         use a specific config file\n\nOther:\n  -v                print version\n  --completion zsh  print shell completion script (bash|zsh|fish|powershell)\n  -h                help\n```\n\n\n## Configuration\n\nConfiguration is stored at `$XDG_CONFIG_HOME/l/config.toml` (typically `~/.config/l/config.toml`).\n\nGenerate a config file with defaults:\n\n```bash\nl --config-init\n```\n\nOpen config in your editor:\n\n```bash\nl -C\n```\n\nSee [CONFIG.md](./CONFIG.md) for all options, or [example-config.toml](./example-config.toml) for a ready-to-copy example.\n\n## Installation\n\nSee [INSTALL.md](./INSTALL.md).\n\n## Requirements\n\n- [Go](https://go.dev/) — build from source\n- [Just](https://just.systems/) — run scripts\n- Nerd Font — for icons (optional, disable with `show_icons = false`)\n\n# Development\n## Quick start\n\n```bash\ngh repo clone imdevan/l\ncd l\njust build-run\n```\n\n## Just scripts\n\n```bash\njust build           # Build binary\njust build-run       # Build and run\njust test            # Run tests\njust install         # Install to /usr/local/bin\njust watch           # Rebuild on file changes\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdevan%2Fl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdevan%2Fl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdevan%2Fl/lists"}