diff --git a/README.md b/README.md index 0aa89cb..7fa6a23 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ -# list-utils -> A plugin for [Oh My Fish](https://www.github.com/oh-my-fish/oh-my-fish). - [![GPL License](https://img.shields.io/badge/license-GPL-blue.svg?longCache=true&style=flat-square)](/LICENSE) [![Fish Shell Version](https://img.shields.io/badge/fish-v2.7.1-blue.svg?style=flat-square)](https://fishshell.com) [![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-blue.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish) -
+# list-utils -## Description +> A plugin for [Oh My Fish](https://www.github.com/oh-my-fish/oh-my-fish) Get notified when packages are added or removed from repositories upon updating; and filter the output of `apt list/search`. -### Usage +### Motivation -`"apt list/search [options] packages ...` +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. -## Options +## Usage + +`apt list/search [options] packages ...` + +### Options ``` -n/--new [package] ... @@ -39,4 +40,4 @@ Display these instructions. ```fish omf repositories add https://gitlab.com/argonautica/argonautica omf install package_list -``` \ No newline at end of file +```