Skip to content

A plugin for the micro text editor to add support for opening URLs in text files.

License

Notifications You must be signed in to change notification settings

pjg11/micro-urlopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-urlopen

A plugin for the micro text editor to add support for opening URLs in text files.

Usage

Place the cursor over a URL in your file and press Alt + o to open it in your default browser.

Installation

Settings

Add this repo as a pluginrepos option in the ~/.config/micro/settings.json file (it is necessary to restart the micro after this change):

{
  "pluginrepos": [
      "https://raw.githubusercontent.com/pjg11/micro-urlopen/main/repo.json"
  ]
}

Install

In your micro editor press Ctrl-e and run command:

> plugin install urlopen

or run in your shell

micro -plugin install urlopen

About

A plugin for the micro text editor to add support for opening URLs in text files.

Topics

Resources

License

Stars

Watchers

Forks

Languages