Minor cleanup
This commit is contained in:
parent
0ef38d5b1a
commit
150f282b81
@ -11,16 +11,16 @@ The Scripts
|
|||||||
* fqo ("fuzzy pacman -Qo") - using fzf and mlocate, select a file and then pass that file to $(pacman -Qo)
|
* fqo ("fuzzy pacman -Qo") - using fzf and mlocate, select a file and then pass that file to $(pacman -Qo)
|
||||||
|
|
||||||
addpkg
|
addpkg
|
||||||
------
|
^^^^^^
|
||||||
* Either take all pacman package files in the current working directory or from the command line and add them to the given repository
|
* Either take all pacman package files in the current working directory or from the command line and add them to the given repository
|
||||||
* Automatically move said package files to the repository's cache directory
|
* Automatically move said package files to the repository's cache directory
|
||||||
|
|
||||||
delpkg
|
delpkg
|
||||||
------
|
^^^^^^
|
||||||
* Take the names of packages and a repository, then delete those packages from said repository
|
* Take the names of packages and a repository, then delete those packages from said repository
|
||||||
* Automatically delete all tarfiles of those packages from the repository
|
* Automatically delete all tarfiles of those packages from the repository
|
||||||
|
|
||||||
fqo
|
fqo
|
||||||
---
|
^^^
|
||||||
* Given a query, pass to locate and then pass the results to fzf
|
* Given a query, pass to locate and then pass the results to fzf
|
||||||
* Select a file and then pass that file to pacman -Qo
|
* Select a file and then pass that file to pacman -Qo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user