Snapshshot Tools

Mo., 22/02/2016 - 23:48
Body
http://alternativeto.net/software/sharex/?platform=linux http://freshwebdev.com/finally-i-found-sharex-alternative-for-linux-no-kidding.html http://lifehacker.com/5889994/the-best-screen-capture-tool-for-linux http://shutter-project.org/ http://aikikode.github.io/fileshare/ http://kde-apps.org/content/show.php/Kaption?content=139302 http://thehive.xbee.net/index.php http://zachtib.github.io/lookit/ http://nanoshot.sourceforge.net/ Ksnapshot Mit KIPI Plugins kann das ding direkt viel mehr. MUSS. Spectacle ersetzt Ksnapshot

Sheellscripte und andere nicht Packaged Tools

https://github.com/jomo/imgur-screenshot https://github.com/Francesco149/sharenix

Console Screenshotter

https://wiki.archlinux.org/index.php/taking_a_screenshot scrot screenfetch maim: https://github.com/naelstrof/maim slop: https://github.com/naelstrof/slop archwiki says: maim — A simple command line utility that takes screenshots using imlib2. It's meant to replace scrot and performs better than scrot in many ways. Machs per Shellscript Beispiel:
  1. #!/bin/bash
  2. res=$(maim --showcursor -s --format png /dev/stdout | pbpst -S -e png) && (printf $res | xclip; printf "\a")
  3. notify-send `echo $res`
Add new comment
The content of this field is kept private and will not be shown publicly.

Plain text

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.