Skip to content

Commit

Permalink
Update to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Locercus committed Oct 3, 2015
1 parent e3b08b5 commit bebac78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.1
v1.2
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ Perdyshot is a Linux application that takes perdy screenshots. Us Linux-folk lik

While Perdyshot will work on *any* Linux distro, it'll require some modification of the configuration file to look good on distros other than Elementary OS. That's not a very difficult task, though. :fist:

At the current state of the project, Perdyshot is only capable of screenshotting entire windows, but support for area selections and more is planned. :whale:
Perdyshot can at the current state of the project capture the active window or a selection. :whale:

To use Perdyshot, grab the latest release (or clone this repository for bleeding edge) and run `./gui/perdyshot.py`. That'll create a tray icon that opens a menu when you click it. :v:
To use Perdyshot, grab the latest release (or clone this repository for bleeding edge) and run `./checkdependencies.py` to make sure you have everything you need. :star:

If you want a bit more control, check out the `cli` folder. The scripts in there are what the GUI uses. For a list of options, use the `-h` command-line flag. :musical_note:
Then run `./gui/perdyshot.py`. That'll create a tray icon that opens a menu when you click it. :v:

If you want a bit more control, check out the `cli` directory. The scripts in there are what the GUI uses. For a list of options, use the `-h` command-line flag. :musical_note:

Make sure to check out `perdyshot.conf`, to see if there's anything you want to change! :raised_hands:

Expand All @@ -27,10 +29,9 @@ Perdyshot is free software (as in freedom and free beer) released under the MIT
* [Tallerkenen](http://tallerknen.deviantart.com/gallery/) for making an awesome icon.

## TODO :calendar:
* Other selection types (area, ancestor window, monitor, screen)
* Other selection types (ancestor window, monitor, screen)
* Actual GUI
* Installer with dependency checker
* More premade configuration files and bitmaps for different themes/distros
* Set up a PR system for it
* More premade configuration files and bitmaps for different themes/wms
* Set up a guide so others can contribute with setups for their themes/wms
* Support for uploading (with support for custom destinations using an API configuration system)
* Support for image manipulation (using a built-in editor or an external)
35 changes: 0 additions & 35 deletions README_dev.md

This file was deleted.

0 comments on commit bebac78

Please sign in to comment.