All Projects → puttin → Curator

puttin / Curator

Licence: MIT license
A lightweight key-value file manager written in Swift.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Curator

Kmd Uwp
kommander is a file manager with fluent design and maximum customizability
Stars: ✭ 54 (+285.71%)
Mutual labels:  file, file-manager
Cloudreve
🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
Stars: ✭ 12,318 (+87885.71%)
Mutual labels:  file, file-manager
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+4092.86%)
Mutual labels:  file, file-manager
util
封装了一些Java常用的功能
Stars: ✭ 19 (+35.71%)
Mutual labels:  file, file-manager
huffleraft
Replicated key-value store driven by the raft consensus protocol 🚵
Stars: ✭ 32 (+128.57%)
Mutual labels:  key-value
ansible-role-glusterfs
Ansible Role - GlusterFS
Stars: ✭ 95 (+578.57%)
Mutual labels:  file
NewBreeze
NewBreeze File Manager based on Qt
Stars: ✭ 59 (+321.43%)
Mutual labels:  file-manager
Xb2XInput
XB2X: User-mode Windows driver for Xbox OG controllers, supporting both XInput and DirectInput.
Stars: ✭ 70 (+400%)
Mutual labels:  controller
docker-zerotier-controller
Dockernized ZeroTierOne Controller
Stars: ✭ 170 (+1114.29%)
Mutual labels:  controller
sfm
simple file manager
Stars: ✭ 163 (+1064.29%)
Mutual labels:  file-manager
flysystem-sync
Filesystem sync using Flysystem project.
Stars: ✭ 26 (+85.71%)
Mutual labels:  file
ZFileManager
Android 文件操作
Stars: ✭ 124 (+785.71%)
Mutual labels:  file
quitsies
A persisted drop-in replacement for Memcached, respecting the rules of quitsies.
Stars: ✭ 16 (+14.29%)
Mutual labels:  key-value
nest-abstract
NestJs Abstraction Helper
Stars: ✭ 36 (+157.14%)
Mutual labels:  controller
Remote-File-Manager
Server Based GUI File Manager
Stars: ✭ 55 (+292.86%)
Mutual labels:  file-manager
cache
🥌 Deno cache library
Stars: ✭ 38 (+171.43%)
Mutual labels:  file
exrs
100% Safe Rust OpenEXR file library
Stars: ✭ 79 (+464.29%)
Mutual labels:  file
arrayfiles
Array-like File Access in Python
Stars: ✭ 41 (+192.86%)
Mutual labels:  file
semicon
A collection of icons for the Semantic Web and Linked Open Data world.
Stars: ✭ 20 (+42.86%)
Mutual labels:  file
vdir
a visual directory browser for plan9
Stars: ✭ 66 (+371.43%)
Mutual labels:  file-manager

Curator

Build Status Codecov

Curator is a lightweight key-value file manager written in Swift.

Requirements

  • iOS 8.0+
  • Swift 3

Usage

import Curator

data.crt.save(to: "key.data", in: .documents)

let yourData = try! Curator.getData(of: "key.data", in: .documents)

more usage can be found in Tests

Installation

CocoaPods

pod 'Curator', :git => 'https://github.com/puttin/Curator.git'

Carthage

github "puttin/Curator"

Manually

use git submodule or anyway you like to add Curator as Embedded Framework or vendor sources.

License

Curator is released under the MIT license. See LICENSE for details.

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].