QBox is a convenient manage tool for your Qiniu buckets. It is an open-source software and can be used on
OS X
,Linux
andWindows
, and it was generated with electron-vue
- Login by setting
accessKey
andsecretKey
. - Logout by clearing localStorage (include
accessKey
andsecretKey
). - List all buckets (include private).
- Manage files in a bucket, that will open a new
Manage Panel
.
- List all files in a specified bucket.
- List all files with pagination.
- Sort by
file name
,file type
,file size
ormodified time
. - Preview
image
andmedia
file. - Delete a existing file.
- Delete a batch of files were checked.
- Copy the outer link of a file.
- Refresh the files in the bucket.
- Download a existing file.(this feature will be put in
preview
modal) - Upload a single file.
- Search filter.
- Set default bucket.
- Drag to MenuBar icon to upload.
- Delete a existing bucket.
- Create a new bucket.
- Add enter event to search box.
- Upload mutiple files.
- Download a batch of files were checked.
- Rename resouces.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit tests (no tests now)
npm test
# lint all JS/Vue component files in `src/`
npm run lint