https://github.com/tng/apt-please
https://github.com/tng/apt-please
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tng/apt-please
- Owner: TNG
- Created: 2023-04-04T17:54:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T11:49:15.000Z (about 1 year ago)
- Last Synced: 2025-06-15T05:42:27.096Z (about 1 year ago)
- Size: 192 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Please CLI apt repository
This repository contains the apt repository for the Please CLI, an AI helper script to create CLI commands.
## Installation
```bash
curl -sS https://tng.github.io/apt-please/public_key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/please.gpg > /dev/null
echo "deb https://tng.github.io/apt-please/ ./" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install please
```