Uni Linux Uni Versions Save

:rocket: A universal and optimized interface for handle package managers, UNI recipes and automating tasks on them in Linux distributions.

0.7.0

4 years ago

API

CORE

  • Updated uni bake and uni bake how to assume default recipe owner as daltonmenezes if not provided for ease typing #2

DOCS

  • Updated the README and API docs with #2 additions.
  • Updated the README badges

0.5.0

7 years ago

API

  • Added uni bake how. It allows to know what one or more recipes does internally before it is allowed to cook
  • Added uni remove for uninstalling packages and update uni to work with it

CORE

  • Added get_recipe_author to improve and show author info without url and special chars and split header text to header var for make it more readable in the code
  • Added styles script to format and colorize outputs
  • Updated bake to work with multiple recipes at one time
  • Updated uni add and uni install to work with multiple recipes at one time
  • Updated outputs to formatted and colorized styles
  • Updated how bake get the recipe info and add some styles in output
  • Updated variables in all printf with more than one variables to parameter expansions
  • Updated bake to get recipe info from github and put the response in a temporary file called .bake_temp.txt, this makes the parsing more faster since the information is locally and will not need to be catched from the internet again in the current recipe session
  • Updated the nonexistent recipe message in bake to show which recipe name was typed. This is more useful when the user try to cook more than one recipe at one time. So each error message will show which recipe is failed
  • Updated uni to works with bake how and update variables in all printf to parameter expansion
  • Updated the code style and the include files for late inclusion. This removes unnecessary file loadings in uni commands that don't require most of these inclusions

0.0.1

7 years ago