Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerilym/appdex
A highly opinionated CLI tool for installing and setting up apps on debian-based systems.
https://github.com/aerilym/appdex
apt cli
Last synced: about 2 months ago
JSON representation
A highly opinionated CLI tool for installing and setting up apps on debian-based systems.
- Host: GitHub
- URL: https://github.com/aerilym/appdex
- Owner: Aerilym
- License: gpl-3.0
- Created: 2024-09-08T12:54:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T13:22:34.000Z (4 months ago)
- Last Synced: 2024-09-09T14:43:09.393Z (4 months ago)
- Topics: apt, cli
- Language: Python
- Homepage: https://pypi.org/project/appdex
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Appdex
A highly opinionated CLI tool for installing and setting up apps on debian-based systems.
## Features
- Install and setup apps & packages
## Prerequisites
- [Advanced Package Tool (APT)](https://wiki.debian.org/Apt)
- [wget](https://www.gnu.org/software/wget/)
- [curl](https://curl.se/)## Installation
```shell
pip install appdex
```## Usage
```shell
appdex --help
```## Usage (without installing)
```shell
pipx run appdex --help
```or
```shell
python -m appdex --help
```## Examples
All examples will show using `appdex` as a command (installed). All uses of `appdex` are interchangeable with
`python -m appdex` and `pipx run appdex`.### Run install wizard
This will prompt you to select which apps to install.
```shell
appdex install
```### Install all apps
This will install all apps. Prompting you with any questions that are required from tools like `apt`.
```shell
appdex install all
```### Install all apps, accepting all prompts
(Coming soon)
This will install all apps. Accepting all prompts. This flag works with all commands.```shell
appdex install all --accept-all-prompts
```## License
This project is licensed under the TBA License - see the [LICENSE](LICENSE) file for details