New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homescreen

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homescreen

An application launcher for hometheater PC's

0.0.1
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Homescreen

Homescreen is an application launcher intended for use in HTPC situation.

Installation

Install with npm:

$ npm install -g homescreen

Usage

Run with the homescreen command:

$ homescreen

Configuration

The configuration file tells homescreen which launchers to display. A configuration file can either be specified as a parameter at runtime, specified in the HOMESCREEN_CONFIG environment variable, or by putting a .homescreen.json file in the user's home directory.

Example

{
	"launchers": [
		{
			"title": "TV",
			"icon": "fa-tv",
			"cmd": "/path/to/executable/to/launch --with-params"
		},
		{...}
	]
}

Usage

Implicitly using the .homescreen.json file in your home directory:

$ homescreen

As an argument:

$ homescreen path/to/config/file.json

As an environment variable:

$ HOMESCREEN_CONFIG=path/to/config/file.json homescreen

Contributions

Contributions are welcome! Fork and send a PR and I'll see about merging.

Bugs and Feedback

If you see a bug or have a suggestion, feel free to create an issue here.

License

Unlicense. This is a Public Domain work.

Public Domain

"Make art not law" -Nina Paley

Keywords

htpc

FAQs

Package last updated on 04 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts