Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technodelight/php-cli-cross-platform-open
Opens a file or URL in the user's preferred application in CLI (cross platform)
https://github.com/technodelight/php-cli-cross-platform-open
cli opn osx-terminal php xdg-open
Last synced: about 2 months ago
JSON representation
Opens a file or URL in the user's preferred application in CLI (cross platform)
- Host: GitHub
- URL: https://github.com/technodelight/php-cli-cross-platform-open
- Owner: technodelight
- License: mit
- Created: 2019-07-03T12:24:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T12:40:53.000Z (over 5 years ago)
- Last Synced: 2024-10-20T11:54:12.392Z (3 months ago)
- Topics: cli, opn, osx-terminal, php, xdg-open
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-cli-cross-platform-open
Opens a file or URL in the user's preferred application in CLI (cross platform)## usage
```
open('https://packagist.com');
```## requirements
You need one of the following terminal applications available:
- open (OS X default)
- xdg-open (default in some linux distros)
- opn / open-cli (https://github.com/sindresorhus/open-cli)