Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Aug 2, 2017
1 parent d006334 commit 9f90f10
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ to reselect things other and other.
**Purpose :**
Keeps track of your history of selections to quickly switch between them

**Demo :**
<video controls>
<source src="https://github.com/erebe/greenclip/releases/download/1.1/demo.webm" type="video/webm">
<a href="https://www.youtube.com/watch?v=Utk-9Gy8H3w">Video Link</a>
</video>
**Demo :** <a href="https://www.youtube.com/watch?v=Utk-9Gy8H3w">Video Link</a>

**Features :**
+ Integrated with [rofi](https://github.com/DaveDavenport/rofi)
+ Permanently set some selections to added at the end (set `staticHistoryPath = your/file/with/static/entries` in the config file)
+ Merge X Primary selection with clipboard selection (set `usePrimarySelectionAsInput = True` in the config file)

**Installation :**

1. It's a static binary so drop it anywhere in your $PATH env
1. It's a static binary so drop it anywhere in your $PATH env

```wget https://github.com/erebe/greenclip/releases/download/1.3/greenclip```
```wget https://github.com/erebe/greenclip/releases/download/2.0/greenclip```

Alternatively if you are using Archlinux you can install the package from AUR

Expand Down
5 changes: 4 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
2.0
* X Primary selection can be used as Input

1.3
* Fix config file parsing
* Add version in the help message

1.2
* Avoid that the program hang sometime due to the fact that XnextEvent is uninterruptible

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: greenclip
version: 1.3.0
version: 2.0.0
synopsis: Simple clipboard manager to be integrated with rofi
description: Please see README.md
homepage: https://github.com/erebe/greenclip#readme
Expand Down
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ run cmd = do
-- Should rename COPY into ADVERTISE but as greenclip is already used I don't want to break configs
-- of other people
COPY sel -> advertiseSelection sel
HELP -> putStrLn $ "greenclip v1.3 -- Recyle your clipboard selections\n\n" <>
HELP -> putStrLn $ "greenclip v2.0 -- Recyle your clipboard selections\n\n" <>
"Available commands\n" <>
"daemon: Spawn the daemon that will listen to selections\n" <>
"print: Display all selections history\n" <>
Expand Down

0 comments on commit 9f90f10

Please sign in to comment.