https://github.com/borysn/eprl
edit portage resume list
https://github.com/borysn/eprl
gentoo linux portage python3 script
Last synced: 9 months ago
JSON representation
edit portage resume list
- Host: GitHub
- URL: https://github.com/borysn/eprl
- Owner: borysn
- License: mit
- Created: 2017-05-08T20:15:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T22:06:22.000Z (over 8 years ago)
- Last Synced: 2025-04-13T16:46:40.272Z (10 months ago)
- Topics: gentoo, linux, portage, python3, script
- Language: Python
- Size: 45.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
eprl
====
**edit portage resume list**
*list, add, remove portage resume items*
*clear, export, import portage resume list*
install
-------
..
1. add `oxenfree `_ overlay
2. ``$ sudo emerge -a eprl``
run
----
..
``$ sudo eprl -h``
usage
-----
..
**eprl.py:**
``[-h] [-l] [-c]``
``[-a ITEMS [ITEMS ...]]``
``[-r ITEMNUMS [ITEMNUMS ...]]``
``[-e] [-i] [-b] [-v]``
**optional arguments:**
-h, --help show this help message and exit
-l, --list list portage resume items
-c, --clear clear portage resume list
-r ITEMNUMS, --remove ITEMNUMS
remove portage resume item(s)
-a ITEMS, --add ITEMS
add resume item(s) to a resume list
-e, --export export portage resume list
-i, --import import portage resume list
-b, --backup perform operations on backup list
-v, --version show program's version number and exit
**example usage:**
..
$ eprl -bl
- ``list items in backup resume list``
$ eprl -br 0 1 2 3 4
- ``remove items in backup resume list``
$ eprl -a asdf watchdog systemd
- ``add items to resume list``
license
-------
`MIT `__