├── README.md ├── index.ts ├── license ├── test.png ├── test.ts └── xdg-open /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skoshx/deno-open/HEAD/README.md -------------------------------------------------------------------------------- /index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skoshx/deno-open/HEAD/index.ts -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skoshx/deno-open/HEAD/license -------------------------------------------------------------------------------- /test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skoshx/deno-open/HEAD/test.png -------------------------------------------------------------------------------- /test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skoshx/deno-open/HEAD/test.ts -------------------------------------------------------------------------------- /xdg-open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skoshx/deno-open/HEAD/xdg-open --------------------------------------------------------------------------------