{"id":27884289,"url":"https://github.com/livepwn/livecmd","last_synced_at":"2025-07-31T02:13:43.017Z","repository":{"id":287849721,"uuid":"965996220","full_name":"livepwn/livecmd","owner":"livepwn","description":"Tool for your history problem. Hacking and forgot the old line you wrote.","archived":false,"fork":false,"pushed_at":"2025-04-14T08:40:26.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T06:41:10.044Z","etag":null,"topics":["cybersecurity","hacking","livepwn","realworldsec","tool","vuln-dev"],"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/livepwn.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-04-14T08:38:14.000Z","updated_at":"2025-04-16T02:11:05.000Z","dependencies_parsed_at":"2025-04-14T09:44:07.660Z","dependency_job_id":"a4fd51c2-fc93-4903-9670-c0995387cc90","html_url":"https://github.com/livepwn/livecmd","commit_stats":null,"previous_names":["livepwn/livecmd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/livepwn/livecmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Flivecmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Flivecmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Flivecmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Flivecmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livepwn","download_url":"https://codeload.github.com/livepwn/livecmd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Flivecmd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267977477,"owners_count":24175164,"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-07-31T02:00:08.723Z","response_time":66,"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":["cybersecurity","hacking","livepwn","realworldsec","tool","vuln-dev"],"created_at":"2025-05-05T06:35:52.106Z","updated_at":"2025-07-31T02:13:42.991Z","avatar_url":"https://github.com/livepwn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# livecmd\n### ***livecmd***  is an enhanced command history viewer for Linux that organizes your command history in a more useful and readable format. It extends the functionality of the standard history command with powerful filtering, grouping, and display options.\n\n## Features\n**Alphabetical Grouping:** Commands are grouped by their first letter for quick scanning\n\n**First-Letter Search:** Find commands by typing their starting letters\n\n**Frequency Analysis:** View your most frequently used commands\n\n**Timestamps:** Optionally display when commands were executed\n\n**Colorized Output:** Easy-to-read color-coded display\n\n**Flexible History Access:** View recent commands or your full history\n\n\n## Usage\n\n``livecmd [OPTIONS] [SEARCH_PATTERN]``\n\n## Options\n\n| Short Option | Long Option | Description |\n|--------------|-------------|-------------|\n| `-a` | `--all` | Show full command history (default: last 1000) |\n| `-t` | `--time` | Show commands with execution timestamps |\n| `-f` | `--frequent` | Show most frequently used commands |\n| `-r` | `--recent` | Show recent commands (default) |\n| `-h` | `--help` | Show help message |\n\n## Examples\n\n#### Show recent commands grouped by first letter:\n\n\n``livecmd``\n\n#### Show all commands starting with 'g':\n\n\n``livecmd g``\n\n#### Show all commands starting with 'git':\n\n\n``livecmd git``\n\n#### Show 20 most frequent commands:\n\n\n``livecmd -f``\n\n#### Show recent commands with timestamps:\n\n\n``livecmd -t``\n\n#### Show full command history:\n\n\n``livecmd -a``\n\n## Configuration\n- You can customize the tool by modifying these variables at the top of the script:\n\n- HISTORY_FILE: Path to your history file (default: ~/.bash_history)\n\n- HISTORY_LENGTH: Number of recent commands to show by default (default: 1000)\n\n- COLOR_* variables: Change color scheme\n\n## Requirements\n- Bash shell\n\n- Standard GNU core utilities (awk, sort, grep, etc.)\n\n- For timestamp support: properly configured HISTTIMEFORMAT\n\n## Known Limitations\n\n- Timestamps require proper HISTTIMEFORMAT configuration in bash\n\n- Currently reads directly from history file rather than using history builtin\n\n- Limited to bash history (may not work with zsh/fish without modification)\n\n## Contributing\n\n- Contributions are welcome! Please open issues or pull requests for:\n\n- Bug fixes\n\n- New features\n\n- Support for other shells\n\n- Improved performance\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepwn%2Flivecmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivepwn%2Flivecmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepwn%2Flivecmd/lists"}