Get notified when packages are added or removed from repositories upon updating; and filter the output of apt list/search
Go to file
Abreu a48dbada3d
Removed typo in README.md
2021-08-10 20:27:43 -03:00
completions Initial commit 2021-08-09 22:48:22 -03:00
functions Initial commit 2021-08-09 22:48:22 -03:00
hooks Initial commit 2021-08-09 22:48:22 -03:00
.gitignore Initial commit 2021-08-09 22:48:22 -03:00
LICENSE Initial commit 2021-08-09 22:48:22 -03:00
README.md Removed typo in README.md 2021-08-10 20:27:43 -03:00
instructions.fish Initial commit 2021-08-09 22:48:22 -03:00

README.md

GPL License Fish Shell Version Oh My Fish Framework

list-utils

A plugin for Oh My Fish

Get notified when packages are added or removed from repositories upon updating; and filter the output of apt list/search.

Motivation

This plugin is intended to allow the user to keep track of changes in termux's package repository, as I've yet to find another tool that allows one to do so.

Usage

apt list/search [options] packages ...

Options

-n/--new [package] ...
Include only packages that were  newly added to repositories.

-o/--old
Uninstall packages and remove them from the package list.

-i/--installed
Include only installed packages.

-r/--repo [repository]
Include only packages from a given repository.

apt -h/--help
Display these instructions.

Install

omf repositories add https://gitlab.com/argonautica/argonautica 
omf install package_list