adnan360 / simpleshot-gtk

Simple GTK+ screenshot application (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simpleshot

Work In Progress

This is an easy-to-use and barebones Linux screenshot tool with a GTK interface. I am creating this software because I was unable to find one that satisfied all of my needs while remaining simple and light.

Features

  • Screenshot capture modes
    • Entire screen
    • Active window
    • Selected region
  • Delay
    • Set delay in seconds to wait before taking a screenshot
    • Disable delay with a single checkbox
  • Capture options
    • Include/exclude mouse pointer
    • Include/exclude window decorations
  • Screenshot actions
    • Save to a PNG file
    • Copy to clipboard
    • Open with a desired application
    • Host on an image hosting service
      • Imgur

Does not work / needs improvements

  • Window decorations inclusion/exclusion — bad implementation
  • Mouse pointer inclusion — not implemented
  • Hosting on image hosting services (currently just Imgur) — not implemented

ToDo

  • Implement/fix features
  • Reorganize project structure
  • Make a proper build and install system
  • Publish on different distribution repositories (Arch first, others might follow if requested)

About

Simple GTK+ screenshot application (WIP)

License:GNU General Public License v3.0


Languages

Language:C 95.6%Language:Makefile 4.4%