Browse Source

Add GNU Guix to the list of packages

Also fix a typo.
Alex Kost 8 years ago
parent
commit
76122491f1
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

@@ -1,6 +1,6 @@
1 1
 # slop
2 2
 
3
-slop (Select Operation) is an application that querys for a selection from the user and prints the region to stdout. It grabs the mouse and turns it into a crosshair, lets the user click and drag to make a selection (or click on a window) while drawing a pretty box around it, then finally prints the selection's dimensions to stdout.
3
+slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout. It grabs the mouse and turns it into a crosshair, lets the user click and drag to make a selection (or click on a window) while drawing a pretty box around it, then finally prints the selection's dimensions to stdout.
4 4
 
5 5
 ## Features
6 6
 * Hovering over a window will cause a selection rectangle to appear over it.
@@ -66,6 +66,7 @@ While slop not only looks nicer, it's impossible for it to end up in screenshots
66 66
 * [OpenBSD: graphics/slop](http://openports.se/graphics/slop)
67 67
 * [CRUX: 6c37/slop](https://github.com/6c37/crux-ports/tree/3.2/slop)
68 68
 * [Gentoo: x11-misc/slop::fkmclane](https://github.com/fkmclane/overlay/tree/master/x11-misc/slop)
69
+* [GNU Guix: slop](https://www.gnu.org/software/guix/packages/#slop)
69 70
 * Please make a package for slop on your favorite system, and make a pull request to add it to this list.
70 71
 
71 72