Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JoyZeng/PicUp

A macOS menu bar application to upload image. Written in Swift 5.
https://github.com/JoyZeng/PicUp

Last synced: 26 days ago
JSON representation

A macOS menu bar application to upload image. Written in Swift 5.

Awesome Lists containing this project

README

        

# PicUp
A macOS menu bar application to upload image. Written in Swift 5.

Support macOS 10.12 or later.

## Usage

1. Copy image file or take snapshot.
2. `Cmd + Alt + V` to upload.
3. Paste the url anywhere you like.

![snapshot](./snapshot.gif)

## Installation

Download the [latest release](https://github.com/JoyZeng/picup/releases/latest).

## Development

Open terminal, go to the project's root directory, type the following command:

```bash
pod install
```