{"id":16848380,"url":"https://github.com/endocrimes/book-mode","last_synced_at":"2025-07-27T15:17:04.210Z","repository":{"id":146869046,"uuid":"182091672","full_name":"endocrimes/book-mode","owner":"endocrimes","description":"📚 A simple CLi for tracking what books you read","archived":false,"fork":false,"pushed_at":"2019-04-18T13:21:28.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T07:25:23.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":false,"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/endocrimes.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}},"created_at":"2019-04-18T13:21:08.000Z","updated_at":"2023-03-21T00:05:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9bd1adb-c090-4e0b-ab33-83f8f340e475","html_url":"https://github.com/endocrimes/book-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/endocrimes/book-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2Fbook-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2Fbook-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2Fbook-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2Fbook-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endocrimes","download_url":"https://codeload.github.com/endocrimes/book-mode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2Fbook-mode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267376647,"owners_count":24077372,"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-27T02:00:11.917Z","response_time":82,"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":[],"created_at":"2024-10-13T13:11:04.000Z","updated_at":"2025-07-27T15:17:04.205Z","avatar_url":"https://github.com/endocrimes.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# book-mode\n\nA flexible tool for keeping track of what you read, when you read, how\nyou read, all while being a hand-writable text format.\n\n`book-mode` is a CLI. It might at some point also be an emacs mode,\ndepending on how passionately I feel about that (PRs welcome 😬)\n\n## Building\n\n`book-mode` is written in Rust and can be built with [`cargo`].\n\n```console\n$ cargo build --release\n```\n\n[`cargo`]: https://github.com/rust-lang/cargo\n\n## Spec\n\n`book-mode` fundamentally only parses text files. These can either be\nwritten by you, the user, or at a later point also the CLI. Each `.books`\nfile contains several sections that use indentation to differentiate between\nkeys and values in a very simple way. Headers use special indentation that's\nobviously distinguishable from entries. Here's an example.\n\n```\nSome Title \t\t\t\t\t2017\n    Genre: Science Fiction\n    ISBN: 1234-56789-123\n    Pages: 420\n  \nAnother Title\t\t\t\t\t2017-2018\n    Genre: Political fiction\n    ISBN: 4321-98765-321\n    Pages: 666\n```\n\nAs you can see `book-mode` can also take into account that some books will be\nstarted in one year and finished in another. When generating graphs, books\nthat span multiple years will be counted as 3/4 for both years, to make the\ngraphs look as natural as possible. For raw numbers, it counts as 1 for both\nyears because a book was indeed read, just not finished in time.\n\n## License \n\n`book-mode` is free software, licensed under the \"GPL-3\" or later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendocrimes%2Fbook-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendocrimes%2Fbook-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendocrimes%2Fbook-mode/lists"}