{"id":18832578,"url":"https://github.com/jiisanda/vidvortex","last_synced_at":"2026-04-28T12:06:35.368Z","repository":{"id":226590958,"uuid":"737862564","full_name":"jiisanda/vidvortex","owner":"jiisanda","description":"A command line utility for retrieving total video length in directory and its subdirectories","archived":false,"fork":false,"pushed_at":"2024-03-08T17:32:00.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T17:29:42.870Z","etag":null,"topics":["cli","rust","shell"],"latest_commit_sha":null,"homepage":"","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/jiisanda.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}},"created_at":"2024-01-01T19:07:54.000Z","updated_at":"2024-03-08T10:39:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"73e5baa5-a555-4a04-aab0-6a29c6373e89","html_url":"https://github.com/jiisanda/vidvortex","commit_stats":null,"previous_names":["jiisanda/vidvortex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jiisanda/vidvortex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiisanda%2Fvidvortex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiisanda%2Fvidvortex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiisanda%2Fvidvortex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiisanda%2Fvidvortex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiisanda","download_url":"https://codeload.github.com/jiisanda/vidvortex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiisanda%2Fvidvortex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","rust","shell"],"created_at":"2024-11-08T01:58:17.367Z","updated_at":"2026-04-28T12:06:35.356Z","avatar_url":"https://github.com/jiisanda.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vidvortex\n\nA command line utility for retrieving total video length in directory and its subdirectories and do more iguess🤔.\n\n## Features\n- [x] List video files in the current directory and subdirectories\n- [x] Set the path to search for video files\n- [x] Show total duration of all video files in a directory and its subdirectories\n- [ ] Show total duration of all video files in a directory - restricted\n- [ ] Convert video files to different format\n- [ ] Merge video files\n\n## Installation\n\n### Prerequisites\n- [Rust](https://www.rust-lang.org/learn/get-started)\n- [FFmpeg](https://ffmpeg.org/download.html)\n- It's suggest to use git bash for running the commands.\n\nFFmpeg is required for the program to work. You can install it by following the instructions on the [official website](https://ffmpeg.org/download.html).\nor can run \n```bash\nchoco install ffmpeg\n```\n\n### Clone the repository\n```bash\ngit clone https://github.com/jiisanda/vidvortex.git\n```\n```bash\ncd vidvortex\n```\n\n### Build the project\n\nSet source for vidvortex\n```bash\nsource .bashrc\n```\n\nBuild the project\n```bash\nvidvortex\n```\n\nIf not using GitBash, you can run the following command to build the project and add the binary to your PATH.\n```bash\ncargo build --release\n```\n```bash\nexport PATH=$PATH:/path/to/vidvortex/target/release\n```\n\n## Usage\n\n```bash\nvidvortex [FLAGS] [OPTIONS]\n```\n\nGet list of all available arguments, flags and subcommands.\n```bash\nvidvortex --help\n```\n\nOutput will be something like this:\n```bash\nOptions:\n    -h, --help          list of all available arguments\n    -v, --version       check version of vidvortex\n    -l, --list          list video files in the current directory and\n                        subdirectories\n    -p, --path PATH     set the path to search for video files, default\n                        Current directory\n    -t, --total         show total duration of all video files\n```\n\nTry it out yourself! to view how it works.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiisanda%2Fvidvortex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiisanda%2Fvidvortex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiisanda%2Fvidvortex/lists"}