Skip to content

suopte/terc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suopte Remote Control (teRC)

GNU/Linux remote control inspired by and based on the great Linux Remote Control Application for Firefox OS.

UI has been simplified and extended with a full (currently only Hungarian) keyboard including cursor and function keys.

License

This software is published under the GNU GPL with the "feeling of harmony".
(Richard Stallman - The GNU Manifesto).

Prerequisites, installation

On Debian based distributions you can install needed packages and teRC like this:

# apt-get install nodejs npm
$ git clone https://github.com/suopte/terc.git
$ cd terc
$ npm install express ws

Autostart on login

Add the following lines to the end of ~/.profiles substituting <path-to-terc> with the path to teRC:

if [ -n "${DISPLAY:+1}" ]; then
		cd <path-to-terc>
		nohup node terc.js > output &
		cd
fi

It only starts teRC if you login through a graphic interface.

About

suopte Remote Control for GNU/Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published