Skip to content

Add yakitrak/notesmd-cli feature - #141

Merged
sebst merged 3 commits into
mainfrom
copilot/add-yakitrak-notesmd-cli-feature
Mar 21, 2026
Merged

sebst merged 3 commits into
mainfrom
copilot/add-yakitrak-notesmd-cli-feature

Conversation

Copilot AI commented Mar 21, 2026 •

Copy link
Copy Markdown
Contributor

Adds a new devcontainer feature to install notesmd-cli, a CLI for interacting with Obsidian vaults from the terminal.

Changes

  • src/yakitrak-notesmd-cli/devcontainer-feature.json — Feature definition; supports version option (latest or semver X.Y.Z)
  • src/yakitrak-notesmd-cli/install.sh — Downloads the pre-built binary from GitHub releases (notesmd-cli_{version}_linux_{arch}.tar.gz); supports amd64/arm64; installs to /usr/local/bin
  • test/yakitrak-notesmd-cli/test.sh — Validates installation via notesmd-cli --version
  • .github/workflows/test.yaml — Adds yakitrak-notesmd-cli to both test-autogenerated and test-scenarios matrices

Usage

// devcontainer.json
{
  "features": {
    "ghcr.io/devcontainer-community/features/yakitrak-notesmd-cli:1": {
      "version": "latest"
    }
  }
}

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/Yakitrak/notesmd-cli/releases
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/Yakitrak/notesmd-cli/releases/latest
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Add yakitrak/notesmd-cli feature</issue_title>
<issue_description>Files:

src/(FeatureName)/devcontainer-feature.json
src/(FeatureName)/install.sh (make sure to set executable bit)
test/(FeatureName)/test.sh
.github/workflows/test.yaml

Releases:

https://github.com/Yakitrak/notesmd-cli/releases

Test installation process extensively before submitting
Watch for files in releases, naming structure etc.
Test CLI output extensively before writing the test file.</issue_description>

Comments on the Issue (you are @copilot in this section)


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Copilot AI changed the title [WIP] Add yakitrak/notesmd-cli feature Add yakitrak/notesmd-cli feature Mar 21, 2026
Copilot AI requested a review from sebst March 21, 2026 17:55
@sebst
sebst marked this pull request as ready for review March 21, 2026 18:20
@sebst
sebst merged commit e5f5fc5 into main Mar 21, 2026
7 checks passed
@sebst
sebst deleted the copilot/add-yakitrak-notesmd-cli-feature branch March 21, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add yakitrak/notesmd-cli feature

2 participants