Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/JoyZeng/PicUp
- Owner: JoyZeng
- License: mit
- Created: 2018-11-28T18:10:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T21:34:30.000Z (over 5 years ago)
- Last Synced: 2024-08-03T09:05:43.935Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - PicUp
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
```