aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-25 11:20:55 +0300
committerCem Keylan <cem@ckyln.com>2020-07-25 11:20:55 +0300
commit47a3723632b82a0d3caf79dbe8ada1eae60dd976 (patch)
tree2c41b08502e35378af35fcda7622d3eaab776420
parenta80ec35b458ad1616758aff8257d42b3b51ed17e (diff)
downloadcpt-extra-47a3723632b82a0d3caf79dbe8ada1eae60dd976.tar.gz
rename to cpt-extra
-rw-r--r--README14
-rwxr-xr-xalt/cpt-exec (renamed from alt/kiss-exec)0
-rwxr-xr-xalt/cpt-getchoice (renamed from alt/kiss-getchoice)0
-rwxr-xr-xother/cpt-changelog (renamed from other/kiss-changelog)0
-rwxr-xr-xother/cpt-orphans (renamed from other/kiss-orphans)0
-rwxr-xr-xrepo/cpt-cargo-urlgen (renamed from repo/kiss-cargo-urlgen)0
-rwxr-xr-xrepo/cpt-cargolock-urlgen (renamed from repo/kiss-cargolock-urlgen)0
-rwxr-xr-xrepo/cpt-reporevdepends (renamed from repo/kiss-reporevdepends)0
-rwxr-xr-xrepo/git/cpt-add (renamed from repo/git/kiss-add)0
-rwxr-xr-xrepo/git/cpt-bump (renamed from repo/git/kiss-bump)0
-rwxr-xr-xrepo/git/cpt-commit (renamed from repo/git/kiss-commit)0
-rwxr-xr-xrepo/git/cpt-maintainer (renamed from repo/git/kiss-maintainer)0
-rwxr-xr-xrepo/git/cpt-rel (renamed from repo/git/kiss-rel)0
-rwxr-xr-xrepo/git/cpt-update (renamed from repo/git/kiss-update)0
14 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index f07589f..8f24c7e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-kiss-extra
-----------
+cpt-extra
+---------
-This is a repository for kiss utilities that do not belong with
+This is a repository for cpt utilities that do not belong with
the rest of the utilities. These are non-essential scripts that
someone could make use of in their scripts. Some of them can be
used for repository management, so I think maintainers could be
@@ -11,17 +11,17 @@ interested in a variety of utilities here.
Install
-------
-Those scripts currently only depend on kiss (and dependencies of
-kiss).
+Those scripts currently only depend on cpt (and dependencies of
+cpt).
You can install by doing
- find . -type f -name 'kiss-*' | while read -r script; do
+ find . -type f -name 'cpt-*' | while read -r script; do
install -Dm755 "$script" "/usr/local/bin/${script##*/}"
done
-Or install the `kiss-extra` package on Carbs Linux.
+Or install the `cpt-extra` package on Carbs Linux.
Repository structure
diff --git a/alt/kiss-exec b/alt/cpt-exec
index d2b3217..d2b3217 100755
--- a/alt/kiss-exec
+++ b/alt/cpt-exec
diff --git a/alt/kiss-getchoice b/alt/cpt-getchoice
index 75521b4..75521b4 100755
--- a/alt/kiss-getchoice
+++ b/alt/cpt-getchoice
diff --git a/other/kiss-changelog b/other/cpt-changelog
index ed323d8..ed323d8 100755
--- a/other/kiss-changelog
+++ b/other/cpt-changelog
diff --git a/other/kiss-orphans b/other/cpt-orphans
index fd8b9d1..fd8b9d1 100755
--- a/other/kiss-orphans
+++ b/other/cpt-orphans
diff --git a/repo/kiss-cargo-urlgen b/repo/cpt-cargo-urlgen
index 2105329..2105329 100755
--- a/repo/kiss-cargo-urlgen
+++ b/repo/cpt-cargo-urlgen
diff --git a/repo/kiss-cargolock-urlgen b/repo/cpt-cargolock-urlgen
index 7d78a6a..7d78a6a 100755
--- a/repo/kiss-cargolock-urlgen
+++ b/repo/cpt-cargolock-urlgen
diff --git a/repo/kiss-reporevdepends b/repo/cpt-reporevdepends
index 59262f0..59262f0 100755
--- a/repo/kiss-reporevdepends
+++ b/repo/cpt-reporevdepends
diff --git a/repo/git/kiss-add b/repo/git/cpt-add
index b707555..b707555 100755
--- a/repo/git/kiss-add
+++ b/repo/git/cpt-add
diff --git a/repo/git/kiss-bump b/repo/git/cpt-bump
index e4b758f..e4b758f 100755
--- a/repo/git/kiss-bump
+++ b/repo/git/cpt-bump
diff --git a/repo/git/kiss-commit b/repo/git/cpt-commit
index ae0315a..ae0315a 100755
--- a/repo/git/kiss-commit
+++ b/repo/git/cpt-commit
diff --git a/repo/git/kiss-maintainer b/repo/git/cpt-maintainer
index 629a893..629a893 100755
--- a/repo/git/kiss-maintainer
+++ b/repo/git/cpt-maintainer
diff --git a/repo/git/kiss-rel b/repo/git/cpt-rel
index 3c50757..3c50757 100755
--- a/repo/git/kiss-rel
+++ b/repo/git/cpt-rel
diff --git a/repo/git/kiss-update b/repo/git/cpt-update
index 13f4793..13f4793 100755
--- a/repo/git/kiss-update
+++ b/repo/git/cpt-update