Skip to content

Archive/Delete this project? #1

@katrinleinweber

Description

@katrinleinweber

There is a structural mismatch between the hub repo's dummy-package

espanso-hub/packages $ exa --tree dummy-package
dummy-package
└── 0.1.0
   ├── _manifest.yml
   ├── package.yml
   └── README.md

… and this repo:

espanso/dummy-repository $ exa --tree dummy-package
dummy-package
├── _manifest.yml
├── package.yml
└── README.md

The latter is implied by:


But the former is correct as per https://espanso.org/docs/packages/creating-a-package/#publish-on-the-hub-public and all hub packages seem to comply:

espanso-hub/packages $ exa --tree --level=2  | rg '│  └── ' | sort | uniq
│  └── 0.1.0	│  └── 0.1.1	│  └── 0.1.2	│  └── 0.2.0	│  └── 0.2.1
│  └── 1.0.0	│  └── 1.7.0	│  └── 2.0.0	│  └── 2.0.1

Another but: Both structures seems to work with Espanso v2.1.6-beta.

Therefore

  1. Should this dummy-repository be archived or deleted or its ReadMe clarified?
  2. Does that version subfolder need to be mentioned in Package format, in a nutshell? Or is it a special case of the multiple versions format which however, everyone on the hub uses at this time?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions