{"id":15011357,"url":"https://github.com/fju/chronargos","last_synced_at":"2025-03-12T22:43:59.041Z","repository":{"id":37216707,"uuid":"166471679","full_name":"Fju/chronargos","owner":"Fju","description":"Minimal assistant for improving video editing workflow by organizing video and audio files from multiple sources in a timeline.","archived":false,"fork":false,"pushed_at":"2022-11-16T16:00:15.000Z","size":869,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T22:43:53.755Z","etag":null,"topics":["electron-vue","lesscss","timeline","tool"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fju.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}},"created_at":"2019-01-18T20:58:28.000Z","updated_at":"2021-10-15T07:05:06.000Z","dependencies_parsed_at":"2023-01-21T07:00:53.667Z","dependency_job_id":null,"html_url":"https://github.com/Fju/chronargos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fju%2Fchronargos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fju%2Fchronargos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fju%2Fchronargos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fju%2Fchronargos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fju","download_url":"https://codeload.github.com/Fju/chronargos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307334,"owners_count":20270256,"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","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":["electron-vue","lesscss","timeline","tool"],"created_at":"2024-09-24T19:40:48.492Z","updated_at":"2025-03-12T22:43:59.017Z","avatar_url":"https://github.com/Fju.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chronargos\n\n![chronargos logo](app/images/chronargos_logo.svg)\n\nMinimal assistant for improving video editing workflow. List the video and audio files you work with in a timeline, to get a quick and easy overview of files from multiple sources.\n\n## Features\n\n- list video and audio files according to their creation time and length in a timeline\n- use drag'n'drop to copy one or multiple files into your video editor, file manager, etc.\n- open multiple folders at once to view files from multiple sources at once\n- dock the window to the side of your monitor so that you can access it easy and quickly\n\n## Installation\n\nIn the future you can also find built versions for various platforms (Windows, Linux, macOS) on the [release page](https://github.com/Fju/chronargos/releases).\n\nFor now you have to download the source files and run a small script in the command line to run the program. Make sure that you have `node`, `npm` and `git` installed, so that you can clone this repository and install all required dependencies.\n``` sh\ngit clone https://github.com/Fju/chronargos\ncd chronargos\nnpm install\n```\n\n## Launch the app\n\nIn `package.json` a script is defined for easily starting up the app using just:\n``` sh\nnpm start\n```\nThe script will bundle all source code files and launch electron, you can read more about the in the section \"Project structure\" below.\n\n## Project structure\n\n```\napp\n├── dist\n│   └── ...\n├── index.html\n├── main.js\n└── src\n    ├── app.js\n    ├── components\n    │   └── ...\n    ├── js\n    │   └── ...\n    └── less\n        ├── main.less\n        └── ...\n```\n\n- `app/main.js` is the entry point for electron and creates the BrowserWindow that hosts `app/index.html`\n- `app/src/app.js` is the entry point for the Javascript logic. It creates the main Vue element which gets mounted on the `#app` element defined in `app/index.html`. All components can be found in `app/src/components/` and are loaded by the `app/src/app.js` script or by other components.\n- `app/src/less/main.less` is the entry point for the styling.\n\nFor bundling, there is a node script in the main directory, which bundles the Javascript (Vue framework, Vue components, node modules and javascript files from `app/src/js/`) to `app/dist/bundle.js` using webpack. The LESS files are bundled to `app/dist/bundle.css` using the LESS node module.\n\nOne can switch between production or development mode by passing an argument to the bundle script:\n``` sh\n# bundle in development mode, doesn't compress code, easier to read and to debug\nnode bundle.js development\n# bundle in production mode, compresses code for minimal size, suitable for building the app\nnode bundle.js production\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffju%2Fchronargos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffju%2Fchronargos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffju%2Fchronargos/lists"}