{"id":51693248,"url":"https://github.com/bhavya-dang/mstat","last_synced_at":"2026-07-16T03:30:50.963Z","repository":{"id":370593537,"uuid":"1295469151","full_name":"bhavya-dang/mstat","owner":"bhavya-dang","description":"a modern replacement for stat with bordered table output","archived":false,"fork":false,"pushed_at":"2026-07-09T17:09:21.000Z","size":1092,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-07-09T19:08:21.342Z","etag":null,"topics":["bubbletea-tui","cli","golang-tui","modern-alternative","terminal-based","terminal-user-interface","tui","unixporn"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bhavya-dang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":null,"dco":null,"cla":null}},"created_at":"2026-07-09T15:27:43.000Z","updated_at":"2026-07-09T17:09:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bhavya-dang/mstat","commit_stats":null,"previous_names":["bhavya-dang/mstat"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bhavya-dang/mstat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhavya-dang%2Fmstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhavya-dang%2Fmstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhavya-dang%2Fmstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhavya-dang%2Fmstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhavya-dang","download_url":"https://codeload.github.com/bhavya-dang/mstat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhavya-dang%2Fmstat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35529569,"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-07-16T02:00:06.687Z","response_time":83,"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":["bubbletea-tui","cli","golang-tui","modern-alternative","terminal-based","terminal-user-interface","tui","unixporn"],"created_at":"2026-07-16T03:30:50.529Z","updated_at":"2026-07-16T03:30:50.957Z","avatar_url":"https://github.com/bhavya-dang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# mstat\n\nA modern stat alternative with beautiful bordered tables\n\n[![Go Version](https://img.shields.io/badge/Go-1.25+-00ADD8?logo=go\u0026logoColor=white)](https://go.dev/)\n[![License](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)\n[![Release](https://img.shields.io/github/v/release/bhavya-dang/mstat)](https://github.com/bhavya-dang/mstat/releases)\n\n![demo](./preview/5.png)\n\n\u003c/div\u003e\n\n## Installation\n\n### Prerequisites\n\n- [Go 1.25+](https://go.dev/)\n- Any [Nerd Font](https://www.nerdfonts.com/#home) (optional, for icons)\n\n### Using Go\n\n```bash\ngo install github.com/bhavya-dang/mstat@latest\n```\n\n### Using Makefile\n\n```bash\ngit clone https://github.com/bhavya-dang/mstat.git\ncd mstat\nmake install\n```\n\n### Manual\n\n```bash\ngit clone https://github.com/bhavya-dang/mstat.git\ncd mstat\ngo build -o build/mstat ./cmd/mstat\ncp build/mstat \"$(go env GOPATH)/bin/mstat\"\n```\n\n## Usage\n\n```bash\nmstat [file...] [flags]\n```\n\n## Flags\n\n| Flag             | Short | Description                                |\n| ---------------- | ----- | ------------------------------------------ |\n| `--brief`        | `-b`  | Minimal output (name, size)                |\n| `--extended`     | `-x`  | Extended output with all details           |\n| `--no-icons`     | `-n`  | Disable Nerd Font icons                    |\n| `--simple-icons` | `-s`  | Show only basic icons (folder, file, link) |\n| `--version`      | `-v`  | Show version                               |\n\n### View Modes\n\n**Default:**\nname | size | type | last modified | permissions\n\n**Brief (-b):**\nname | size | type\n\n**Extended (-x):**\nname | size | type | last modified | permissions | permissions octal | links\n\n### Icons\n\nBy default, mstat shows language-specific icons for files (Go, Typescript, Python, etc.).\nUse `--simple-icons` to show only basic icons (folder, file, link, etc.).\nUse `--no-icons` to disable all icons.\n\n### Colors\n\nBy default, directories and their icons will appear in ansi blue color. I am planning to make this configurable soon when configuration system is implemented.\nThis can be disabled using the `--no-colors` flag.\n\n## Examples\n\n```bash\nmstat .\nmstat go.mod main.go README.md\nmstat -n LICENSE\nmstat -x internal/\n```\n\n## License\n\nMIT License\n\n## Contributing \u0026 Issues\n\nThis is an open-source project. Feel free to contribute to existing issues or open a new one if you find anything!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhavya-dang%2Fmstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhavya-dang%2Fmstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhavya-dang%2Fmstat/lists"}