Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetumit committed May 6, 2022
1 parent ec2ef65 commit bd5852e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">colpick</h1>
<p align="center">
<img src="https://img.shields.io/github/languages/code-size/MehmetUmit/colpick" alt="Code Size"/>
<img src="https://img.shields.io/github/repo-size/MehmetUmit/colpick" alt="Repo Size"/>
<img src="https://img.shields.io/github/license/MehmetUmit/colpick" alt="License"/>
<img src="https://img.shields.io/github/languages/code-size/mehmetumit/colpick" alt="Code Size"/>
<img src="https://img.shields.io/github/repo-size/mehmetumit/colpick" alt="Repo Size"/>
<img src="https://img.shields.io/github/license/mehmetumit/colpick" alt="License"/>
</p>

---
Expand All @@ -12,30 +12,33 @@ A Linux tool that allows users to pick color on mouse position.
* Bitmap screenshot and mouse position used to get pixel color codes.
* Notifier, hex to RGB conversion and clipboard features implemented.

![demonstration](https://github.com/MehmetUmit/colpick/blob/main/demo/demo.gif)
![demonstration](https://raw.githubusercontent.com/mehmetumit/colpick/main/demo/demo.gif)
## Dependencies
* `ImageMagick`
* `scrot`
* `xdotool`
* `xclip` (optional)
* notification daemon (optional)

## Execution Time
```sh
```
$ time colpick -n
real 0m0.326s
user 0m0.253s
sys 0m0.135s
```

## Installation
```sh
```
# Clone the repository
$ git clone https://github.com/mehmetumit/colpick.git
# Change directory
$ cd colpick
# Install with make
$ sudo make install
```

## Usage
```
$ colpick -h
Expand Down

0 comments on commit bd5852e

Please sign in to comment.