{"id":15658634,"url":"https://github.com/healeycodes/tools","last_synced_at":"2025-09-04T09:35:09.031Z","repository":{"id":41865694,"uuid":"481732581","full_name":"healeycodes/tools","owner":"healeycodes","description":"🛠️ Terminal tools, written from scratch.","archived":false,"fork":false,"pushed_at":"2022-04-26T21:11:25.000Z","size":14974,"stargazers_count":24,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T16:56:01.946Z","etag":null,"topics":["cat","grep","ls","unix"],"latest_commit_sha":null,"homepage":"https://healeycodes.com/beating-grep-with-go","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/healeycodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-14T19:56:42.000Z","updated_at":"2024-12-01T05:29:31.000Z","dependencies_parsed_at":"2022-08-11T19:40:20.328Z","dependency_job_id":null,"html_url":"https://github.com/healeycodes/tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/healeycodes/tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Ftools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Ftools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Ftools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Ftools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/healeycodes","download_url":"https://codeload.github.com/healeycodes/tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Ftools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273584204,"owners_count":25132023,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":["cat","grep","ls","unix"],"created_at":"2024-10-03T13:13:17.947Z","updated_at":"2025-09-04T09:35:08.989Z","avatar_url":"https://github.com/healeycodes.png","language":"Go","readme":"[![CI](https://github.com/healeycodes/tools/actions/workflows/ci.yml/badge.svg)](https://github.com/healeycodes/tools/actions/workflows/ci.yml)\n\n# 🛠️ tools\n\n\u003e My blog post: [Beating grep with Go](https://healeycodes.com/beating-grep-with-go)\n\n\u003cbr\u003e\n\nA bag of toys. A project to take ownership over the terminal tools I use every day.\n\n## Projects\n\n### grup (grep)\n\nA replacement for (my usage of) `grep`. Faster than `grep`.\n\nOptions:\n\n- `-n` show line numbers\n- `-re` treat query as a regular expression\n- `-w` (debug) set number of search workers\n\nQuirks:\n\n- Recursively searches by default (similar to other `grep` replacements)\n- RegExp syntax: https://github.com/google/re2/wiki/Syntax\n\nExample:\n\n```bash\ngrup -n -re ^module .\n# go.mod:1 module github.com/healeycodes/tools\n\ngrup -n \"\\\"bufio\\\"\" .\n# utils/search.go:4 \t\"bufio\"\n```\n\n### el (ls)\n\nA replacement for (my usage of) `ls`.\n\nOptions:\n\n- `-h` ignore entries starting with `.`\n- `-d` sort by date and display metadata\n\nQuirks:\n\n- Display dot files by default\n- Sorted alphabetically (with a lowercase compare)\n- Directories are put first (unless `-d` is passed)\n\nExample:\n\n```bash\nel\n# utils/  .gitignore  el  go.mod  main.go  README.md\n\nel -d utils/\n# 2022-04-17 13:27  695 B listfiles_test.go\n# 2022-04-17 13:18 2.1 kB listfiles.go\n# 2022-04-15 13:49    0 B listfiles_test_files/\n```\n\n### kat (cat)\n\nA replacement for (my usage of) `cat`.\n\nExample:\n\n```bash\necho 1 | kat\n# 1\n\necho 1 \u003e\u003e some_file\nkat some_file\n# 1\n```\n\n## Tests\n\nTest all projects.\n\n```bash\n./test.sh\n```\n\n## Build\n\nBuild all projects (for: windows, linux, darwin).\n\n```bash\n./build.sh\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealeycodes%2Ftools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhealeycodes%2Ftools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealeycodes%2Ftools/lists"}