All Projects → mileswd → Mac2imgur

mileswd / Mac2imgur

Licence: gpl-3.0
⬆ A simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Mac2imgur

Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+1885.01%)
Mutual labels:  screenshot, capture, imgur
Imgursniper
📷 A quick and easy Image, Screenshot and Screen recording sharing tool
Stars: ✭ 69 (-92.45%)
Mutual labels:  screenshot, capture, imgur
Snapshots For Windows
Application for make and upload screenshots / Приложение для создания и загрузки скриншотов
Stars: ✭ 6 (-99.34%)
Mutual labels:  screenshot, imgur
1click-webpage-screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 432 (-52.74%)
Mutual labels:  screenshot, capture
KeyPlexer
Capstone: Keylogger Trojan
Stars: ✭ 32 (-96.5%)
Mutual labels:  screenshot, capture
X11 Recorder
xrec helps you capture any area of your screen either as a screenshot or record a gif file.
Stars: ✭ 17 (-98.14%)
Mutual labels:  screenshot, capture
ScreenEat
screenshot made delicious
Stars: ✭ 54 (-94.09%)
Mutual labels:  screenshot, imgur
Sengiri
Sengiri is the screen recording utility. It can easily create GIF movie.
Stars: ✭ 23 (-97.48%)
Mutual labels:  mac, capture
LiveShot
Tool to make enhanced screenshots. Inspired on LightShot
Stars: ✭ 32 (-96.5%)
Mutual labels:  screenshot, imgur
Screen capture lite
cross platform screen/window capturing library
Stars: ✭ 340 (-62.8%)
Mutual labels:  screenshot, mac
Katana
🚀 a powerful, open-source screenshot utility for macOS
Stars: ✭ 270 (-70.46%)
Mutual labels:  screenshot, imgur
1click Webpage Screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 406 (-55.58%)
Mutual labels:  screenshot, capture
slip
Select and upload screenshots, gifs, and screencasts to imgur and gfycat with help of slop.
Stars: ✭ 25 (-97.26%)
Mutual labels:  screenshot, imgur
pmss
pmss (Poor Man's Screenshooter) is a simple screen capture script.
Stars: ✭ 13 (-98.58%)
Mutual labels:  screenshot, imgur
video-snapshot
Get snapshots from a video file in the browser 🎥 🌅
Stars: ✭ 63 (-93.11%)
Mutual labels:  screenshot, capture
HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (-94.09%)
Mutual labels:  screenshot, capture
snapcrawl
Crawl a website and take screenshots
Stars: ✭ 37 (-95.95%)
Mutual labels:  screenshot, capture
Quickshot
Capture images of any View, SurfaceView or Bitmap from your Android app in: .jpg .png or .nomedia with simple oneliner codes.
Stars: ✭ 663 (-27.46%)
Mutual labels:  screenshot, capture
VideoScreenRecorder
Record video of your screen and save the file locally 🎥
Stars: ✭ 36 (-96.06%)
Mutual labels:  screenshot, capture
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (-72.1%)
Mutual labels:  screenshot, capture

mac2imgur

⚠️ Warning: This project is not currently actively maintained. ⚠️

mac2imgur running on macOS Yosemite

A simple Mac application designed to make uploading images and screenshots to imgur.com quick and effortless.

Installation

Download the latest release (macOS 10.9+)

Usage

The application will listen for new screenshots taken by the built in screenshot functionality of macOS, so you can use the following shortcuts to capture your screen:

  • Press CMD ⌘ + SHIFT ⇧ + 3 to take a full-screen screenshot

  • Press CMD ⌘ + SHIFT ⇧ + 4 to take a rectangular selection of the screen

  • Press CMD ⌘ + SHIFT ⇧ + 4 + SPACE to capture a specific window or menu

In addition, images can be uploaded manually by either:

  • Dragging and dropping images on the status bar icon (macOS 10.10+)
  • Clicking the "Upload Images…" option in the status bar menu

As soon as an image is uploaded, the link is copied to your clipboard and a notification is sent: mac2imgur upload notification

Application Preferences

General

Preference Name Description Issue ID
Launch at Login Allows mac2imgur to start as soon as you log in - this can also be changed from the Login Items tab of the Users & Groups pane of System Preferences. #53
Clear Clipboard Clears the clipboard when an upload is taking place. #77
Copy Link to Clipboard Copies the direct link to the uploaded image, if the upload completes successfully. #88

Screenshots

Preference Name Description Issue ID
Delete After Upload Causes the original screenshot file to be moved to trash after attempting to upload. #23
Disable Detection Any new screenshots taken are ignored by the application and not uploaded. #30
Request Confirmation Before Upload Screenshots are not uploaded automatically. Instead, an alert is displayed, showing the image and image name, allowing you to either proceed or cancel. #38
Downscale from Retina Retina screenshots are resized (reducing resolution) before upload. More Info. #52

System Preferences

Some aspects of the system screenshot functionality can be customized through defaults, including the following options:

Key Value Result
location Any path, e.g. /Users/[username]/Pictures Screenshots will be saved to the specified location, if it is valid. Otherwise, the default location (typically ~/Desktop) will be used.
type png, jpg, gif, tiff etc The screenshot will be saved in the specified format.
name Any string, e.g. My Screenshot The screenshot file will be prefixed with the specified name, e.g. My Screenshot 2016-07-10 at 17.42.17.

You can modify the defaults easily from Terminal.app:

defaults write com.apple.screencapture <key> <value>

defaults delete com.apple.screencapture <key>

Examples

Save screenshots using the JPG format:

defaults write com.apple.screencapture type jpg

Revert the screenshot save location back to the system default:

defaults delete com.apple.screencapture location

Further Information

More about defaults can be found from defaults --help and man defaults.

For any changes to take effect, you must restart SystemUIServer, which can be done through Activity Monitor.app or by running a command such as killall SystemUIServer.

When changing the screenshot location, it is also necessary to restart mac2imgur.

Support

If you encounter any problems or have an idea for a new feature, don't hesitate to file an issue - but please be as descriptive as possible!

On the same note, pull requests to fix bugs, add features or simply to improve the codebase are greatly appreciated.

Development

  • Written in Swift 3
  • CocoaPods for dependency management

Legal

mac2imgur is not affiliated with Imgur LLC, but this application would not be possible without the awesome service they offer - so feel free to show them some appreciation! 👍

This application is released under a GPLv3 license. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].