Awesome
scoop-search-directory
This Python script performs a search on the Scoop package manager repository and provides information on available applications. It allows users to install applications or add repositories directly from the command line interface (CLI).
Usage
- Clone the repository: Clone this repository using
git clone
. - Navigate to the directory: Go to the directory of the cloned repository.
- Install dependencies: Install the required dependencies using
pip
.
git clone https://github.com/grisha765/scoop-search-directory.git
cd scoop-search-directory
pip install requests beautifulsoup4 prettytable lxml
Run Script
- Execute the script: Run the script and optionally provide a search query.
python main.py [search_query]
Features
- Searches the Scoop package manager repository based on the provided query.
- Retrieves information about available applications including name, description, repository, version, and more.
- Displays search results in a tabular format using PrettyTable.
- Allows users to install applications or add repositories directly from the command line.
- Supports interactive user input for selecting actions such as installing an application or adding a repository.