Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjbassi/ranger-plug

Small python script to manage Ranger plugins
https://github.com/cjbassi/ranger-plug

Last synced: about 1 month ago
JSON representation

Small python script to manage Ranger plugins

Awesome Lists containing this project

README

        

# ranger-plug

Small python script to manage [Ranger](https://github.com/ranger/ranger) plugins.

Install with

```bash
pip install --user git+https://github.com/cjbassi/ranger-plug
```

Subcommands include:

- `install [repos]`
- `uninstall [repos]`
- `update`

Repos have the following format with host and branch optional:

```
{host}/{owner}/{name}@{branch} : github.com/cjbassi/ranger-plug@master
```