Skip to content

A simple GUI tool to upload files(especially pictures) to the cloud storage.

License

Notifications You must be signed in to change notification settings

kevinleeex/K-pic

Repository files navigation

Version: 0.1.2
"A Simple Image Cloud Storage GUI Uploader"
-- Created by Kevin T. Lee --

MIT Code Version

K-pic

This is a simple cloud image uploader GUI tool. (Not only for the images in fact)

*Currently, only the Mac version of the application has been tested.

Features

  • 🍞 Supporting the services below:
    • Tencent COS
    • AliYun OSS
    • QiNiu Cloud Storage
    • Amazon S3
    • Weibo Image Storage
  • 🍔 Drag & Drop to upload
    • Upload through window
    • Upload through system tray icon
  • 🍟 Multi-languages supported
    • English
    • Simplified Chinese
    • Traditional Chinese
  • 🍕 Auto-update
  • 🥪 Upload history
  • 🍜 Image pre-process

Release Notes

See K-pic Releases

Previews

Video

K-pic_demo

Getting Started

The following instructions will guide you to employ the project and to run on your own system.

Prerequisites

The following softwares you should installed before build the project.

  • node.js
  • npm (or yarn)

Installation

Clone the project.

cd path-to-dir
git clone https://github.com/kevinleeex/K-pic.git

Install the dependencies.

npm install
or
yarn install

yarn command is recommended as you could use yarn autoclean to reduce the size of the package.

Deployment

Run the app with development mode.

npm run dev
or
yarn run dev

Build the project for cross-platform.

npm run build:all  # build for cross-platform
npm run build  # build for current platform
npm run build:win  # build for windows
npm run build:linux  # build for linux
npm run build:dir  # fast build a app in directory
# [npm] above can be replaced with [yarn].

Release the app you build.

Before this operation, you should set the GitHub Token GH_TOKEN for getting access to your repository.

npm run build:rmac  # release mac version app

Powered By

  • Electron - The cross-platform desktop application building tool with web development techs.
  • Vue.js - The Progressive JavaScript Framework.
  • Electron-Vue - The boilerplate for making electron applications built with vue.
  • Vue-CLI - Standard Tooling for Vue.js Development.
  • Electron-json-storage - Easily write and read user settings in Electron apps.
  • Vue Router - Vue Router is the official router for Vue.js
  • Vuex - Vuex is a state management pattern + library for Vue.js applications.
  • Element-UI - A Desktop UI Library.

I would like to extend my sincere gratitude to the authors and contributors of the open source libraries above.

Support me

If this project helps you, you can support me to do better.
Coffee

Or click Donete me with Wechat or Alipay

TO-DO

  • Form validation
  • Support more services
  • Image pre-process
  • History management
  • Touch bar support on Mac

License

Copyright © 2018 Kevin T. Lee. All rights reserved.

The project is licensed under the MIT license. See LICENSE for more details.

About

A simple GUI tool to upload files(especially pictures) to the cloud storage.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages