Skip to content

Commit 1173bd7

Browse files
authored
Tested with Basher
1 parent e62b2b9 commit 1173bd7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CCCP
22

33
[![Shell Check](https://github.com/dluciv/cccp/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/dluciv/cccp/actions/workflows/shellcheck.yml)
4+
[![basher install](https://www.basher.it/assets/logo/basher_install.svg)](https://www.basher.it/)
45

56
Applications and automation scripts often use `xclip`, `xsel`, `wl-clipboard`, `pbcopy` and different alternatives to access clipboard.
67
CCCP aims to be united frontend for them, allowing to free other users and developers from selecting or detecting them.
@@ -29,7 +30,15 @@ I have almost no time to maintain and develop it beyound my personal needs, so t
2930

3031
### Installation
3132

32-
`cccp` can be easily symlinked to any location you already have in your `$PATH`, e.g. `~/.local/bin` (this is how I use it).
33+
#### Manually with Git
34+
35+
You can simply install CCCP by cloning this repository somewhere you like. Then `cccp` can be easily symlinked to any location you already have in your `$PATH`, e.g. `~/.local/bin` (this is how I use it). When invoked as `cccp u`, it will even try to update itself.
36+
37+
#### With Basher
38+
39+
If you use [*basher*](https://www.basher.it/) (which I am not a big fan of, but it looks promising overall), you can install CCCP with `basher install dluciv/cccp` or `basher install github.com/dluciv/cccp`.
40+
41+
#### Dependencies / Helpers
3342

3443
CCCP is not a standalone tool. For the most platforms, it also depends on tools, which are not always installed by default:
3544

0 commit comments

Comments
 (0)