Giter VIP home page Giter VIP logo

paura's Introduction

PAURA

A simple helper for managing AUR packages.

Description

This helper is definitely not the best, there are many others out there, more famous and with a lot more features to offer.

What this script excels at is simplicity. A hundred lines of Bash to install, update and remove AUR packages on any Arch-based distribution.


Installation

Download and give executable permissions:

curl -o $HOME/.local/bin/paura https://raw.githubusercontent.com/marcoplaitano/paura/main/paura
chmod +x $HOME/.local/bin/paura

Usage

Installing or updating a package:

paura pfetch # or https://aur.archlinux.org/pfetch

Removing a package:

paura -r pfetch

Listing all installed packages:

paura -l

Updating all installed packages:

paura -u

Search for a package:

paura -s pfetch

Options Summary

Option Description
-h, --help Show help guide and exit.
PKG Install or update package named PKG.
-l, --list List all installed packages.
-r, --remove PKG Remove package named PKG.
-s, --search PKG Search package named PKG.
-u, --update Update all installed packages.

Author

Marco Plaitano


License

Distributed under the MIT license.

paura's People

Contributors

marcoplaitano avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.