Giter Site home page Giter Site logo

packaging-scripts's Introduction

Packaging Scripts

The Scripts

  • addpkg - add a package to a repository and then automatically move its package tarfiles to that repository's respective cache directory
  • delpkg - remove a package from a repository by manipulating the db file, and then remove that respective package's tarballs in that repository's directory
  • fqo ("fuzzy pacman -Qo") - using fzf and mlocate, select a file and then pass that file to $(pacman -Qo)
  • pug2 - upload a gist of explicitly installed pacman packages

addpkg

  • Either take all pacman package files in the current working directory or from the command line and add them to the given repository
  • Automatically move said package files to the repository's cache directory

delpkg

  • Take the names of packages and a repository, then delete those packages from said repository
  • Automatically delete all tarfiles of those packages from the repository

fqo

  • Given a query, pass to locate and then pass the results to fzf
  • Select a file and then pass that file to pacman -Qo

pug2

  • Automatically update a gist containing explicitly installed pacman packages on the system
  • Script inspired by ventto/pug

Implementation Notes

  • All code internally uses pathlib for path handling

packaging-scripts's People

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.