{"id":13596941,"url":"https://github.com/tmoreno/open-log-viewer","last_synced_at":"2025-04-09T20:31:39.243Z","repository":{"id":42178941,"uuid":"155058569","full_name":"tmoreno/open-log-viewer","owner":"tmoreno","description":"A multi-platform log viewer built with Electron and styled with Material Design","archived":false,"fork":false,"pushed_at":"2022-10-09T20:43:58.000Z","size":897,"stargazers_count":311,"open_issues_count":9,"forks_count":47,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-06T20:44:40.317Z","etag":null,"topics":["electron","log","tail","viewer","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/tmoreno.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":"2018-10-28T10:25:35.000Z","updated_at":"2024-11-05T11:41:29.000Z","dependencies_parsed_at":"2023-01-19T17:16:20.675Z","dependency_job_id":null,"html_url":"https://github.com/tmoreno/open-log-viewer","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmoreno%2Fopen-log-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmoreno%2Fopen-log-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmoreno%2Fopen-log-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmoreno%2Fopen-log-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmoreno","download_url":"https://codeload.github.com/tmoreno/open-log-viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248107394,"owners_count":21048919,"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","log","tail","viewer","vue"],"created_at":"2024-08-01T16:02:59.101Z","updated_at":"2025-04-09T20:31:38.191Z","avatar_url":"https://github.com/tmoreno.png","language":"Vue","funding_links":[],"categories":["Vue","electron"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"./docs/img/logo.png\" alt=\"Open Log Viewer\" width=\"200\"\u003e\n    \u003cbr\u003e\n    Open Log Viewer\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n    A multi-platform log viewer built with \u003ca href=\"http://electron.atom.io\" target=\"_blank\"\u003eElectron\u003c/a\u003e and styled with Material Design.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#key-features\"\u003eKey Features\u003c/a\u003e •\n    \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n    \u003ca href=\"#download\"\u003eDownload\u003c/a\u003e •\n    \u003ca href=\"#release-notes\"\u003eRelease Notes\u003c/a\u003e •\n    \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n    \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n![screenshot](./docs/img/screenshot.png)\n\n## Key Features\n\n* Multiple opened files in tabs.\n* Tail file changes.\n* Filter log levels.\n* Colored log entries.\n* Customize log levels pattern.\n* Customize log levels color.\n* Cross platform\n  - Windows, macOS and Linux ready.\n\n## Installation\n\n```bash\n# Clone this repository\n$ git clone https://github.com/tmoreno/open-log-viewer\n\n# Go into the repository\n$ cd open-log-viewer\n\n# Install dependencies\n$ npm install\n\n# Build app\n$ npm run build\n\n# Run the app\n$ npm run start\n```\n\n## Download\n\nOpen Log Viewer is available for Linux, Mac and Windows\n\nmacOS | Windows | Linux\n-----------------| ---| ---|\n\u003ca href='https://github.com/tmoreno/open-log-viewer/releases/download/1.6.0/open-log-viewer_1.6.0.dmg'\u003eDownload\u003c/a\u003e | \u003ca href='https://github.com/tmoreno/open-log-viewer/releases/download/1.6.0/open-log-viewer_1.6.0.exe'\u003eDownload\u003c/a\u003e | \u003ca href='https://github.com/tmoreno/open-log-viewer/releases/download/1.6.0/open-log-viewer_1.6.0.deb'\u003eDebian-based\u003c/a\u003e |\n| | | \u003ca href='https://github.com/tmoreno/open-log-viewer/releases/download/1.6.0/open-log-viewer_1.6.0.rpm'\u003eRedHat-based\u003c/a\u003e |\n\n## Release Notes\n\n### Version 1.6.0\n\n#### Improvements\n- Added portugues Brasil translation. Thanks [Heliomar P. Marques](https://github.com/heliomarpm)\n\n#### Bugs Fixed\n- Enabled italian translation\n\n### Version 1.5.1\n\n#### Bugs Fixed\n- Now macOS users can copy/paste using shortcuts\n\n### Version 1.5.0\n\n#### Improvements\n- Automatic scrolling to the last log entry while new entries are append.\n- Added -f/--file arguments to open a log file from the terminal.\n\n### Version 1.4.2\n\n#### Bugs Fixed\n- New lines are append to the end of editor instead of cursor position.\n\n### Version 1.4.1\n\n#### Bugs Fixed\n- When a line starts with more than 4 spaces the line is whited.\n\n### Version 1.4.0\n\n#### Improvements\n- Update to Electron 8 and the rest of dependencies.\n\n### Version 1.3.0\n\n#### Improvements\n- Now you can use valid Java Script regular expressions when you specify a pattern for a log severity.\n\n#### Bugs Fixed\n- A button to close the about dialog should appear for linux and mac.\n\n### Version 1.2.1\n\n#### Improvements\n- Added italian translation. Thanks [Alessio Cuccovillo](https://github.com/acuccovi)\n\n### Version 1.2.0\n\n#### Improvements\n- Added font size setting.\n- Restart app when change a log pattern.  \n\n#### Bugs Fixed\n- Reset settings when click on cancel button.\n\n### Version 1.1.2\n\n#### Bugs Fixed\n- When there are more than one file opened then files with no line matches has the previous severity color.\n\n### Version 1.1.1\n\n#### Bugs Fixed\n- If the first line does not match any log severity pattern, then the viewer was empty.\n\n### Version 1.1.0\n\n#### Improvements\n- Enabled search feature. Press Ctrl+F or Command+F to find words or text in the log file.\n- Show line numbers.  \n\n#### Drawbacks\n- Color and patterns settings are global instead of by file.\n- Changes on patterns are applied after restarting the application.\n- Color and pattern settings are not migrated to this version, so you will lost them.\n\n## Credits\n\nThis software uses the following open source packages:\n\n- [Electron](http://electron.atom.io/)\n- [Node.js](https://nodejs.org/)\n- [Vue](https://vuejs.org/)\n- [Vuetify](https://vuetifyjs.com/)\n- [Ace](https://ace.c9.io/)\n\n## License\n\nThis project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details\n\n---\n\u003e Tomás Moreno Bernal \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@tmoreno](https://github.com/tmoreno) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@tmorenobernal](https://twitter.com/tmorenobernal)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmoreno%2Fopen-log-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmoreno%2Fopen-log-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmoreno%2Fopen-log-viewer/lists"}