Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cjbassi/ranger-plug
- Owner: cjbassi
- Archived: true
- Created: 2018-12-26T10:10:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T06:43:09.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T18:21:12.052Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ranger-awesome - ranger-plug - Deprecated (Plugins / Plugin manager)
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
```