From 40eb4e45d48337dfcd748540fe25c5eb684e911d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 9 Sep 2020 17:51:04 +0300 Subject: Install docs --- src/docs/cpt_002dalternatives.html | 82 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 src/docs/cpt_002dalternatives.html (limited to 'src/docs/cpt_002dalternatives.html') diff --git a/src/docs/cpt_002dalternatives.html b/src/docs/cpt_002dalternatives.html new file mode 100644 index 0000000..1730bac --- /dev/null +++ b/src/docs/cpt_002dalternatives.html @@ -0,0 +1,82 @@ + + + + + + +cpt-alternatives (Carbs Linux User Manual) + + + + + + + + + + + + + + + + +
+

+Next: , Up: Usage  

+
+
+

2.1.1 cpt-alternatives

+ +

You can list and swap to alternatives using cpt-alternatives, or +cpt a for short. When run without alternatives, it will list +alternatives. It can read from standard input if - is given as an +argument. +

+

2.1.1.1 Examples

+ +

List alternatives +

+
+
$ cpt-alternatives
+ncurses /usr/bin/clear
+ncurses /usr/bin/reset
+
+ +

Swap to clear from ncurses. +

+
+
$ cpt-alternatives ncurses /usr/bin/clear
+-> Swapping '/usr/bin/clear' from 'busybox' to 'ncurses'
+
+ +

Swap in bulk (all of sbase). +

+
+
$ cpt a | grep ^sbase | cpt a -
+
+ + + + + + -- cgit v1.2.3