{"id":15295156,"url":"https://github.com/the-noah/lsfp","last_synced_at":"2025-04-13T15:59:34.261Z","repository":{"id":47272724,"uuid":"323448538","full_name":"The-Noah/lsfp","owner":"The-Noah","description":"Cross-platform alternative to ls, specifically designed for programmers","archived":false,"fork":false,"pushed_at":"2024-07-16T04:57:22.000Z","size":189,"stargazers_count":5,"open_issues_count":5,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T15:59:24.888Z","etag":null,"topics":["cargo","cli","cli-app","cli-tool","contributions-welcome","crate","cross-platform","rust","rust-lang","tool","unix","unix-command"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/lsfp","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The-Noah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-21T21:10:16.000Z","updated_at":"2024-07-16T04:57:24.000Z","dependencies_parsed_at":"2024-10-14T23:31:20.602Z","dependency_job_id":null,"html_url":"https://github.com/The-Noah/lsfp","commit_stats":{"total_commits":139,"total_committers":3,"mean_commits":"46.333333333333336","dds":0.3093525179856115,"last_synced_commit":"f53eee8cafdef392b8dbe7a27b8de3ec077e37b6"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Noah%2Flsfp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Noah%2Flsfp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Noah%2Flsfp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Noah%2Flsfp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Noah","download_url":"https://codeload.github.com/The-Noah/lsfp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741198,"owners_count":21154252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cargo","cli","cli-app","cli-tool","contributions-welcome","crate","cross-platform","rust","rust-lang","tool","unix","unix-command"],"created_at":"2024-09-30T17:08:49.852Z","updated_at":"2025-04-13T15:59:34.237Z","avatar_url":"https://github.com/The-Noah.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lsfp\n\n[![GitHub license](https://img.shields.io/github/license/The-Noah/lsfp.svg)](LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/The-Noah/lsfp?sort=semver)](https://github.com/The-Noah/lsfp/releases)\n[![CI](https://github.com/The-Noah/lsfp/workflows/CI/badge.svg)](https://github.com/The-Noah/lsfp/actions?query=workflow%3ACI)\n[![Built with love by devs for devs](https://img.shields.io/badge/Built%20with%20%F0%9F%92%96%20by%20developers-for%20developers-blue)](https://github.com/The-Noah/lsfp/graphs/contributors)\n\nCross-platform alternative to **ls**, specifically designed **f**or **p**rogrammers\n\n\u003e My blog post about lsfp: [blog.noahdunbar.com/how-lsfp-was-created](https://blog.noahdunbar.com/how-lsfp-was-created)\n\n## Features\n\n- Basic features (same as `ls`)\n- License type detection\n- Colored files by extension\n- Collapsed build directories\n- Git integration\n- Extension-based customizable icons\n- Custom colors and icons with [themes](https://github.com/The-Noah/lsfp/blob/master/src/themes/README.md)\n- No external dependencies\n\n### What is it?\n\nReplacement for the `ls` command with a bunch of helpful tools for developers\n\n### What is it not?\n\n- A complete replacement for `ls` (maybe one day)\n- Complete (still WIP)\n\n### What will it be?\n\nHopefully so much more.\n\n## Installation\n\n### GitHub releases\n\nHead directly to the [releases page](https://github.com/The-Noah/lsfp/releases) in this repository to install a fixed version of `lsfp`. You can find builds for MacOS, Linux and Windows, including a build with minimum features for Windows. Keep in mind, you will have to manually download again every update if you use GitHub releases.\n\n### Cargo\n\nYou can install directly using Cargo with:\n\n```sh\ncargo install lsfp\n```\n\n### Git\n\nTo keep up-to-date with any changes, first clone this repo and `cd` into it:\n\n```sh\ngit clone https://github.com/The-Noah/lsfp.git\ncd lsfp\n```\n\nTo build and install it on your system, run:\n\n```sh\ncargo install --path .\n```\n\nNow you can use `lsfp` from anywhere!\n\n## Usage\n\nYou can see an up-to-date usage by running the help command!\n\n```sh\nlsfp --help\n```\n\n## Contributing\n\nContributions are welcome and much appreciated! For more details you can view the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## Contributors\n\n[\u003cimg src=\"https://github.com/The-Noah.png?size=64\" style=\"border-radius:100%\" title=\"Author\"\u003e](https://github.com/The-Noah)\n[\u003cimg src=\"https://github.com/MattPlays.png?size=64\" style=\"border-radius:100%\" title=\"Core Contributor\"\u003e](https://github.com/MattPlays)\n[\u003cimg src=\"https://github.com/HipyCas.png?size=64\" style=\"border-radius:100%\" title=\"Contributor\"\u003e](https://github.com/HipyCas)\n\n## License\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-noah%2Flsfp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-noah%2Flsfp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-noah%2Flsfp/lists"}