The Zrep Package Installer, akin to pip for PyPi https://zrep.kekepower.com/
Go to file
Stig-Ørjan Smelror e3ee9e49a9 Update zrep script:
- Commented out unused variables and echo statements.
- Added check to create installed.json if not exists.
- Improved jq command to update installed.json.
- Refactored zrep_list_installed_packages function.
- Refactored zrep_list_package function to concatenate package names.
- Updated zrep_install_package to use a temporary directory.
- Refactored zrep_enable and zrep_disable functions.
- Added zrep_parse_package_name function for package name parsing. - Mon, 04 Mar 2024 23:40:02 +0100
2024-03-04 23:40:02 +01:00
functions Big update. The frontend is close to working. - Wed, 28 Feb 2024 23:41:09 +0100 2024-02-28 23:41:09 +01:00
LICENSE Initial commit 2024-02-27 16:48:58 +01:00
README.md Fix directory removal logic in zrep_remove_package function 2024-03-04 20:34:23 +01:00
zrep Update zrep script: 2024-03-04 23:40:02 +01:00

zrep

The Zsh Repository tool, akin to PyPi and pip


This is a work in progress. Some functionality is in place, but the back-end is still missing a lot.

Would love help and feedback!