{"id":13601935,"url":"https://github.com/kiranandcode/emacs-viewer","last_synced_at":"2025-10-04T22:33:47.474Z","repository":{"id":64181322,"uuid":"573430917","full_name":"kiranandcode/emacs-viewer","owner":"kiranandcode","description":"A web frontend for your Org-files (100% faithful to GNU+Emacs!)","archived":false,"fork":false,"pushed_at":"2022-12-02T12:59:19.000Z","size":1494,"stargazers_count":123,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T10:09:17.912Z","etag":null,"topics":["emacs","front-end","ocaml","time-tracking","web"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiranandcode.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":"2022-12-02T12:56:33.000Z","updated_at":"2025-02-04T12:05:27.000Z","dependencies_parsed_at":"2023-01-15T03:00:33.127Z","dependency_job_id":null,"html_url":"https://github.com/kiranandcode/emacs-viewer","commit_stats":null,"previous_names":["kiranandcode/emacs-viewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2Femacs-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2Femacs-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2Femacs-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranandcode%2Femacs-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiranandcode","download_url":"https://codeload.github.com/kiranandcode/emacs-viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243818192,"owners_count":20352629,"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":["emacs","front-end","ocaml","time-tracking","web"],"created_at":"2024-08-01T18:01:10.296Z","updated_at":"2025-10-04T22:33:47.365Z","avatar_url":"https://github.com/kiranandcode.png","language":"Common Lisp","funding_links":[],"categories":["Common Lisp"],"sub_categories":[],"readme":"***NOTE: THIS IS A MIRROR, REAL DEVELOPMENT HAPPENS ON https://codeberg.org/gopiandcode/emacs-viewer***\n# Emacs Viewer\n\nA web frontend for your Org files! (100% faithful to GNU+Emacs!)\n\n## Screenshots\n![intro_gif](https://raw.githubusercontent.com/Gopiandcode/emacs-viewer/master/images/intro-gif.gif)\n\nDamn, feels good to be FREE (AGPL3+).\n\nAwesome features!\n\n- Live updating:\n![live_updating](https://raw.githubusercontent.com/Gopiandcode/emacs-viewer/master/images/live-updating.gif)\n\n- Clocking support:\n![clocking_support](https://raw.githubusercontent.com/Gopiandcode/emacs-viewer/master/images/clocking-support.gif)\n\n- Filtering by completed tasks:\n![completed_tasks](https://raw.githubusercontent.com/Gopiandcode/emacs-viewer/master/images/completed-tasks.gif)\n\n- Full text search over org headlines:\n![full_text_search](https://raw.githubusercontent.com/Gopiandcode/emacs-viewer/master/images/full-text-search.gif)\n\n- Filtering by tags :\n![tag_filtering](https://raw.githubusercontent.com/Gopiandcode/emacs-viewer/master/images/tag-support.gif)\n\n## Project setup\nEmacs_viewer requires OCaml 4.14.0 to build, to install the project dependencies, simply run:\n\n```bash\nopam install --deps-only .\n```\n\nThen to build the executable, simply run:\n```\ndune build --release ./bin/main.exe\n```\n\nCopy the executable in `./_build/default/bin/main.exe` to somewhere\nconvenient with the name `emacs_viewer` (on your path), and run to your\nhearts content!\n\n```\n./emacs_viewer --help\n\nNAME emacs-viewer\n\nSYNOPSIS\n       emacs-viewer [--client=VAL] [--debug] [--port=VAL] [OPTION]…\n\nOPTIONS\n       -c VAL, --client=VAL\n           Command to use for Emacsclient, defaults to emacsclient.emacs.\n\n       -D, --debug\n           Whether to run in debug mode.\n\n       -p VAL, --port=VAL\n           Port to run server on, defaults to 8080.\n\n```\n\n## Developer setup\n\nThen to build and run the tests:\n\n```bash\nopam exec -- dune build\n```\n\nFinally, to run the tool:\n\n```bash\nopam exec -- dune exec ./bin/main.exe -- \u003coptions-go-here\u003e\n```\n\nFor development, we provide an OCaml script that uses inotify to\nrebuild and rerun the project automatically when the sources change:\n\n```\nopam exec -- dune exec ./scripts/run_and_rebuild.exe\n```\n\n## Project structure\n\nThe project is organised as follows:\n\n```bash\n.\n|-- LICENSE\n|-- bin/                         -- CLI \u0026 entry point\n|-- data/                        -- generic representation of Org data in OCaml\n|-- js/                          -- frontend using Bonsai\n|-- lib/                         -- Dream server\n|-- scripts/                     -- Utility tools for development\n|-- styles/                      -- Project styling\n|-- test/                        -- Tests\n|-- dune\n`-- dune-project\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranandcode%2Femacs-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiranandcode%2Femacs-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranandcode%2Femacs-viewer/lists"}