-
zpi 0.0.8 Stable
released this
2024-04-05 21:46:47 +02:00 | 7 commits to main since this releaseI'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
-
zrep 0.0.7 Stable
released this
2024-04-05 00:45:29 +02:00 | 8 commits to main since this releaseA 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
-
zrep 0.0.6 Stable
released this
2024-04-03 13:59:05 +02:00 | 11 commits to main since this releaseAnother 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
-
zrep 0.0.5 Stable
released this
2024-04-02 22:00:09 +02:00 | 12 commits to main since this releaseThis 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
-
zrep 0.0.4 Stable
released this
2024-04-01 16:39:37 +02:00 | 13 commits to main since this releaseIt'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