• v0.0.9 2ccef547a8

    zpi 0.0.9 Stable

    kekePower released this 2024-04-06 18:45:55 +02:00 | 4 commits to main since this release

    This is a minor update where I've cleaned up a few messages still mentioning zrep and fixed some links in the script to point to the new and correct git repositories.

    Downloads
  • v0.0.8 aee45ba2ee

    zpi 0.0.8 Stable

    kekePower released this 2024-04-05 21:46:47 +02:00 | 7 commits to main since this release

    I've renamed the script from zrep to zpi. zpi stands for Zrep Package Installer.

    I've also streamlined the update process to lessen the burden on the web server by only requesting information once.

    Downloads
  • v0.0.7 ae6becb2cc

    zrep 0.0.7 Stable

    kekePower released this 2024-04-05 00:45:29 +02:00 | 8 commits to main since this release

    A small bump in release, a giant leap for functionality!

    Version 0.0.7 now includes a search function.
    zrep search 'search term'

    This is a two part update. The first one is in the command line tool, zrep, and the second is on the web server.
    Search is using the search API that queries the database for the search term and then zrep displays the relevant information.

    Another big change is that I'm also using the API to get the version string from the DB instead of from a JSON file. This may change in the future if the load on the DB gets too high and using JSON is the best choice after all.

    I've also done some optimizations in a few functions because I was seeing slowdown (due to my own stupidity). The main culprit was the zrep_fpath function which is now more fine grained and divided into two distinct options. One where it loads from a generic path and one where it loads from a zrep_load path.

    If you haven't already, head over to the zrep website and register for an account to begin sharing your own scripts with the community.

    Downloads
  • v0.0.6 6399a20ed1

    zrep 0.0.6 Stable

    kekePower released this 2024-04-03 13:59:05 +02:00 | 11 commits to main since this release

    Another bug fix release.

    Changelog:

    • Changed repo_url to https://zrep.kekepower.com
    • Added reminder to copy 'zrep' to a directory in 'PATH'
    • Added reminder to source ${zshrc_file} after installation.
    Downloads
  • v0.0.5 2e0d42c040

    zrep 0.0.5 Stable

    kekePower released this 2024-04-02 22:00:09 +02:00 | 12 commits to main since this release

    This is a small bug fix release that gives a message if the package name is malformed.

    For example: zrep i package

    The package format is always author/package.

    Downloads
  • v0.0.4 8f34150a78

    zrep 0.0.4 Stable

    kekePower released this 2024-04-01 16:39:37 +02:00 | 13 commits to main since this release

    It's time to finally create an official release.

    zrep is in a state where it mostly works. The back-end is in working order, though the way things work may, and will, change as I optimize and rearrange stuff.

    If you haven't already, head over to the zrep website and register for an account and start sharing your own scripts with the Zsh community.

    Downloads