From 8e56fff9ef17c27bdab26545e9a9c9521040b4c7 Mon Sep 17 00:00:00 2001 From: Krishna Kanhaiya Date: Wed, 18 Nov 2020 16:25:17 +0530 Subject: [PATCH] Change name --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e82b25f..2d75556 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ -# Termux-provides. +# whatprovides. +It is a yum(whatprovides) for termux. -Termux-provides is a simple, work in processing forever,offline whatsprovides -of termux. - -* Termux-provides can list files of any official packages, doesn't matter that package is installed or not, it uses own database to perform task. +* whatprovides can list files of any termux official packages, doesn't matter that package is installed or not, it uses own database to perform task. ### Installation: clone repository and execute install.sh ``` -git clone https://github.com/kcubeterm/termux-provides -cd termux-provides +git clone https://github.com/kcubeterm/whatprovides +cd whatprovides bash install.sh echo "Copy this too." @@ -21,7 +19,7 @@ echo "Copy this too." * List files of any package. For eg. aapt ```sh -$ termux-provides -p aapt +$ whatprovides -p aapt aapt: /. aapt: /data aapt: /data/data aapt: /data/data/com.termux aapt: /data/data/com.termux/files aapt: /data/data/com.termux/files/usr aapt: /data/data/com.termux/files/usr/share aapt: /data/data/com.termux/files/usr/share/aapt aapt: /data/data/com.termux/files/usr/share/aapt/android.jar aapt: /data/data/com.termux/files/usr/share/doc aapt: /data/data/com.termux/files/usr/share/doc/aapt aapt: /data/data/com.termux/files/usr/lib @@ -32,5 +30,6 @@ aapt: /data/data/com.termux/files/usr/bin/aapt aapt ``` * search for files. Have you ever used `dpkg -S filepath`. -Here you need to use only `termux-provides filepath` +Here you need to use only `whatprovides filepath`. +You can search for any files which even not exist in your termux. it will show you Which package provide that file.