{"id":19360211,"url":"https://github.com/mikmuellerdev/schoolnotes-cli","last_synced_at":"2026-03-04T04:03:00.895Z","repository":{"id":115606764,"uuid":"430785539","full_name":"MikMuellerDev/schoolnotes-cli","owner":"MikMuellerDev","description":"CLI for Schoolnotes / Tex","archived":false,"fork":false,"pushed_at":"2022-01-20T12:24:25.000Z","size":3560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T12:18:33.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikMuellerDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-11-22T16:35:00.000Z","updated_at":"2021-12-19T12:23:15.000Z","dependencies_parsed_at":"2023-03-11T18:31:01.802Z","dependency_job_id":null,"html_url":"https://github.com/MikMuellerDev/schoolnotes-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MikMuellerDev/schoolnotes-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fschoolnotes-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fschoolnotes-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fschoolnotes-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fschoolnotes-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikMuellerDev","download_url":"https://codeload.github.com/MikMuellerDev/schoolnotes-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2Fschoolnotes-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-11-10T07:17:25.467Z","updated_at":"2026-03-04T04:03:00.878Z","avatar_url":"https://github.com/MikMuellerDev.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n ___     _             _ _  _     _\n/ __| __| |_  ___  ___| | \\| |___| |_ ___ ___\n\\__ \\/ _| ' \\/ _ \\/ _ \\ | . / _ \\  _/ -_|_--\u003c\n|___/\\__|_||_\\___/\\___/_|_|\\_\\___/\\__\\___/__/\n```\n\n# Schoolnotes-Cli\nSchoolnotes-Cli is a bash script which intents to make using $\\LaTeX$ easier and more user-friendly.\n\n### Features\n\n| Feature                                                                                  | CLI command                                                                  |\n| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |\n| Creating a new notebook in the current directory                                         | `-i or --init [template]`                                                    |\n| Creating a new notebook with a custom name in a new directory                            | `-i or --init [name] [template]` optional: `-o or --open` to edit right away |\n| Removing temporary files from the current directory                                      | `-c or --clean`                                                              |\n| Compiling the `main.tex` entry-point to a `.pdf` file                                    | `-b or --build`                                                              |\n| Watching for filechanges and compiling if they are any                                   | `-w or --watch`                                                              |\n| Viewing the `main.pdf`                                                                   | `-v or --view`                                                               |\n| Updating SchoolNotes to the current version                                              | `-u or --update`                                                             |\n| Editing in the current directory                                                         | `-e or --edit`                                                               |\n| Automatically renaming `main.pdf` like the current notebook, including the author's name | `-r or --rename`                                                             |\n| Editing in the `~/SchoolNotes` directory                                                 | `schoolnotes`    (no arguments)                                              |\n\n\n\n\n### Templates\n- **normal**, used in everyday life\n- **math**, used for creating mathematical handouts\n- **it**, used in computer class\n- **complex**, used to create larger papers and complex assignments\n\n\n### Dependencies\n- A working lualatex configuration, like `texlive-full`\n- `VSCode` for editing\n- [Optional] `Okular` vor viewing\n- `sed` (should be installed already)\n- `curl / wget` (should be installed already)\n\n## Installation\n\n```\nwget https://raw.githubusercontent.com/MikMuellerDev/schoolnotes-cli/main/install.sh \u0026\u0026 sudo bash install.sh i \u0026\u0026 rm install.sh\n```\n```\ncurl -fsSl https://raw.githubusercontent.com/MikMuellerDev/schoolnotes-cli/main/install.sh \u003e install.sh  \u0026\u0026 sudo bash install.sh i \u0026\u0026 rm install.sh\n```\n\n## Removal\n```\nwget https://raw.githubusercontent.com/MikMuellerDev/schoolnotes-cli/main/install.sh \u0026\u0026 sudo bash install.sh r \u0026\u0026 rm install.sh\n```\n```\ncurl -fsSl https://raw.githubusercontent.com/MikMuellerDev/schoolnotes-cli/main/install.sh \u003e install.sh  \u0026\u0026 sudo bash install.sh r \u0026\u0026 rm install.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikmuellerdev%2Fschoolnotes-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikmuellerdev%2Fschoolnotes-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikmuellerdev%2Fschoolnotes-cli/lists"}