{"id":20693987,"url":"https://github.com/cristianoliveira/obsh","last_synced_at":"2026-04-11T07:34:46.627Z","repository":{"id":206803285,"uuid":"705168909","full_name":"cristianoliveira/obsh","owner":"cristianoliveira","description":"[Ob][sh]idian a shell cli for managing with obsidian vaults","archived":false,"fork":false,"pushed_at":"2025-03-30T08:58:58.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-27T06:09:11.939Z","etag":null,"topics":["bash","obsidian","shell","vim"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cristianoliveira.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,"zenodo":null}},"created_at":"2023-10-15T08:32:37.000Z","updated_at":"2025-03-30T08:59:01.000Z","dependencies_parsed_at":"2025-07-27T05:42:14.091Z","dependency_job_id":"be848846-b7a3-4aeb-8210-99f1fd65c6cb","html_url":"https://github.com/cristianoliveira/obsh","commit_stats":null,"previous_names":["cristianoliveira/obsh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cristianoliveira/obsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianoliveira%2Fobsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianoliveira%2Fobsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianoliveira%2Fobsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianoliveira%2Fobsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristianoliveira","download_url":"https://codeload.github.com/cristianoliveira/obsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianoliveira%2Fobsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["bash","obsidian","shell","vim"],"created_at":"2024-11-16T23:41:54.509Z","updated_at":"2026-04-11T07:34:46.612Z","avatar_url":"https://github.com/cristianoliveira.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# obsh\n\n[Ob][sh]idian a shell CLI for querying data from obsidian vaults. \nUseful for automation and composing [obsidian vim snippets](https://github.com/cristianoliveira/dotfiles/blob/main/nvim/mysnippets/markdown.snippets)\n\n## How do I use it?\n\nAssuming you use Obsidian's Daily Notes feature, you can use `obsh` to generate \na template of your daily notes. It creates a link between the current note and\nyesterday's note + tomorrow's note.\n\nDuring the day add notes on the section `## Inbox` of your daily note there goes\nall the random thoughts you have during the day and items you need to accomplish. \nI personally like the [Getting Things Done methodology](https://en.wikipedia.org/wiki/Getting_Things_Done).\n\nFor instance:\n\n - Mark lines as items #todo for things you need to remember on your daily note\n - Mark lines with #assumption for things you have to check later to validate your assumptions\n - Mark lines with #reminder:{date} for things you need to remember on a specific date.\n - Mark lines with #reminder:{dayoftheweek} for things you need to remember on a specific day of the week (recurrent)\n - Mark lines with #waiting for things you are waiting for someone or something.\n\nThen run `obsh daily` to generate a daily note with all the items you marked.\n\n## Usage\n\n```sh\nobsh --help\n```\n\n```\nObashidian - Obsidian Shell CLI (obsh)\n\nQuery data from Obsidian vault for analysis and automation directly from the command line.\n\nUsage:\nobsh \u003ccmd\u003e \u003cargs\u003e\nobsh tag \u003ctag\u003e                   - Search for a tag in the vault\nobsh reminder [date/dayofweek]   - Search for reminders for a specific date\nobsh reminders                   - Search for all reminders\nobsh block \u003cblock\u003e               - Search for a block in the vault\nobsh section \u003csection\u003e           - Search for a section in a file\nobsh daily                       - Generate a daily note template\n\nOptions:\n  -h, --help    Show this screen.\n```\n\n## Install\n\n```sh\ngit clone https://github.com/cristianoliveira/obsh.git $HOME/.obsh\n\nmkdir -p $HOME/bin\nln -s $HOME/.obsh/obsh $HOME/bin\n\nexport PATH=\"$HOME/bin:$PATH\"\n```\n\n### With nix\n\n```sh\nnix profile install github:cristianoliveira/obsh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianoliveira%2Fobsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristianoliveira%2Fobsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianoliveira%2Fobsh/lists"}