Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-29 00:20:05 +00:00
parent 5c637b8c84
commit d1988a6d2c
87 changed files with 623 additions and 154 deletions

View File

@@ -10,32 +10,32 @@ source: https://github.com/tldr-pages/tldr.git
- Search the package database for a package name:
`pacstall --search {{query}}`
`pacstall {{[-S|--search]}} {{query}}`
- Install a package:
`pacstall --install {{package}}`
`pacstall {{[-I|--install]}} {{package}}`
- Remove a package:
`pacstall --remove {{package}}`
`pacstall {{[-R|--remove]}} {{package}}`
- Add a repository to the database (only GitHub and GitLab are supported):
`pacstall --add-repo {{remote_repository_location}}`
`pacstall {{[-A|--add-repo]}} {{remote_repository_location}}`
- Update pacstall's scripts:
`pacstall --update`
`pacstall {{[-U|--update]}}`
- Update all packages:
`pacstall --upgrade`
`pacstall {{[-Up|--upgrade]}}`
- Display information about a package:
`pacstall --cache-info {{package}}`
`pacstall {{[-Ci|--cache-info]}} {{package}}`
- List all installed packages:
`pacstall --list`
`pacstall {{[-L|--list]}}`