GithubHelp home page GithubHelp logo

luminescence's Introduction

Luminescence

Installing

For Arch Linux users, an AUR package is available. I also have my custom repository.

To install from source:

make
make install

(the default DESTDIR is /usr/local, as usual)

Plugins

Plugins are read in alphabetical order (it does matter) from ~/.luminescence/plugins.

By default, no plugins are compiled. Instead, their source files are stored in /usr/src/luminescence/plugins.

The luminescence-install script takes C plugin files and installs them. For example, to install all the available plugins:

luminescence-install /usr/src/luminescence/plugins/*.c

Commands

You can list the available commands with:

luminescence --help

To execute commands from the command line:

luminescence --scripts off --user-agent Luminescence

Configuration (exec.c)

The default configuration file is stored in ~/.luminescence/config:

# Sample configuration file
user-agent "Mozilla/5.0 Luminescence"
scripts off
uri http://foo/homepage

Alternatively, you can configure Luminescence directly from C. Have a look at luminescence.h.

Key bindings (bind.c)

You'll want to set up key bindings. The command is bind. For example, you can write into ~/.luminescence/config:

bind i insert-mode
bind u uri-edit
bind r reload
bind j scripts off
bind J scripts on
bind / find

Aliases (alias.c)

You may want to hide the URI label when editing the URI. All you have to do is run:

on uri-edit uri-hide

The alias command is similar to on except that is relays the arguments. You can use it to create synonyms or shortcuts.

luminescence's People

Contributors

fmang avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.