From 1dabf5a8d511db458dd529588e57a8ed8185787a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 28 May 2020 16:45:43 +0300 Subject: added new utilities, changed repository structure --- README | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index 2a9919a..f07589f 100644 --- a/README +++ b/README @@ -16,14 +16,27 @@ kiss). You can install by doing - for script in kiss-*; do - install -Dm755 "$script" "/usr/local/bin/$script" + find . -type f -name 'kiss-*' | while read -r script; do + install -Dm755 "$script" "/usr/local/bin/${script##*/}" done Or install the `kiss-extra` package on Carbs Linux. +Repository structure +-------------------- + +Scripts are dividied into categoried folders. + + + / + ├── alt - scripts related to the alternatives system. + ├── other - self explanatory + └── repo - scripts for repository management + └── git - scripts for git operations, commit messages etc. + + New Scripts ----------- @@ -54,9 +67,3 @@ Licensing This repository contains scripts that were initially in the package manager itself. Some of these were initially authored by Dylan Araps. License notices are made where needed. - - -Carbs Linux directory ---------------------- - -Carbs Linux directory is for -- cgit v1.2.3