{"id":30858548,"url":"https://github.com/aalopez76/bash-analyzer","last_synced_at":"2025-09-07T14:13:20.850Z","repository":{"id":294781858,"uuid":"979790242","full_name":"aalopez76/bash-analyzer","owner":"aalopez76","description":"Bash-based CLI tool for analyzing and auditing CSV and TSV datasets.","archived":false,"fork":false,"pushed_at":"2025-08-12T04:11:32.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T06:21:48.045Z","etag":null,"topics":["cli-app","csv-files","shell-scripts","tsv-files"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/aalopez76.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-08T04:31:07.000Z","updated_at":"2025-08-12T04:11:35.000Z","dependencies_parsed_at":"2025-05-22T05:30:19.924Z","dependency_job_id":null,"html_url":"https://github.com/aalopez76/bash-analyzer","commit_stats":null,"previous_names":["aalopez76/linux","aalopez76/bash-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aalopez76/bash-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalopez76%2Fbash-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalopez76%2Fbash-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalopez76%2Fbash-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalopez76%2Fbash-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aalopez76","download_url":"https://codeload.github.com/aalopez76/bash-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalopez76%2Fbash-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274046000,"owners_count":25212982,"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-07T02:00:09.463Z","response_time":67,"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":["cli-app","csv-files","shell-scripts","tsv-files"],"created_at":"2025-09-07T14:13:18.190Z","updated_at":"2025-09-07T14:13:20.841Z","avatar_url":"https://github.com/aalopez76.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash Data Analyzer\n\nThis Bash-based tool provides a robust command-line interface for analyzing CSV/TSV datasets. Inspired by the original `bash-data-analysis-tool` project, this fork modernizes the UI and enhances functionality for practical applications in data auditing, inspection, and filtering tasks often required in data operations or technical support environments.\n\n## Key Features\n\n* **Interactive Menu** using `whiptail`\n* **Function Scan Mode**\n\n  * Detects file structure\n  * Inspects headers and delimiters\n  * Counts rows and columns\n  * Displays content previews (head/tail) with adjustable line limits\n  * Reports similarity between files based on content hash comparison\n    \n* **Search \u0026 Filter Mode**\n\n  * Search with regular expressions (globally or by column)\n  * Extract rows/columns under custom conditions (multi-column filtering)\n  * Sort data based on a specific column\n  * List unique values of any column\n \n![App](img/app.png)    \n\n## Requirements\n\n* Bash (Bourne Again SHell)\n* `awk`\n* `whiptail`\n* `sort`, `uniq`, `head`, `tail`, `wc`\n* Compatible with most Unix-based environments (tested on Linux)\n\n\n## Usage\n\n1. **Clone this repository:**\n\n```bash\ngit clone https://github.com/aalopez76/bash-data-analyzer.git\n```\n\n2. **Navigate to the directory:**\n\n```bash\ncd bash-data-analyzer\n```\n\n3. **Provide your CSV/TSV file:**\n   Place your file in `data_sets/` or configure the tool to accept custom paths.\n\n4. **Run the main tool:**\n\n```bash\n./app.sh\n```\n\n5. **Interact with the menu:**\n   Follow the on-screen interface to:\n\n* Scan and inspect files (via `file-scan.sh`)\n* Filter, sort, search, and explore column values (via `search.sh`)\n\n6. **Review results:**\n   Output files are saved in the `output/` folder and logs are kept in `history/`.\n\n---\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faalopez76%2Fbash-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faalopez76%2Fbash-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faalopez76%2Fbash-analyzer/lists"}