Skip to content

yazgoo/elinks-plug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

installing

This requires git command line to be installed.

$ mkdir -p ~/.elinks/plugged
$ cd ~/.elinks/plugged
$ git clone http://github.com/yazgoo/elinks-plug

Add this line at the top of ~/.elinks/hooks.lua (create it if it does not exist):

loadfile(debug.getinfo(1, "S").source:sub(2):match("(.*/)") .. "/plugged/elinks-plug/main.lua")()

adding plugins

in your ~/.elinks/hooks.lua, add plugins, e.g.

plug("git@github.com:yazgoo/elinks-basis")

then start elinks to install them.

plugins list

See wiki for a list of plugins.

About

plugin manager for elinks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages