All Projects → mattn → dboxpaper

mattn / dboxpaper

Licence: MIT license
client for Dropbox Paper

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to dboxpaper

dropbox-api-spec
The Official API Spec for Dropbox API V2 SDKs.
Stars: ✭ 36 (-60%)
Mutual labels:  dropbox, dropbox-api
togepi
A version control system built using Python and DropBox API
Stars: ✭ 23 (-74.44%)
Mutual labels:  dropbox, dropbox-api
redmine dropbox attachments
Use Dropbox as the storage backend for your Redmine installation
Stars: ✭ 23 (-74.44%)
Mutual labels:  dropbox
discourse-backups-to-dropbox
Backups discourse backups in Dropbox
Stars: ✭ 17 (-81.11%)
Mutual labels:  dropbox
go-storage
A vendor-neutral storage library for Golang: Write once, run on every storage service.
Stars: ✭ 387 (+330%)
Mutual labels:  dropbox
littlebox
Android app for simple seamless sharing of your files within Intranet/LAN
Stars: ✭ 12 (-86.67%)
Mutual labels:  dropbox
markdown.today
Store your journal as an encrypted markdown file on Dropbox and edit/view it from any browser
Stars: ✭ 61 (-32.22%)
Mutual labels:  dropbox
minipwner
A script to configure a TP-Link MR3040 running OpenWRT into a simple, yet powerful penetration-testing "dropbox".
Stars: ✭ 53 (-41.11%)
Mutual labels:  dropbox
GitHubDropBox
A tutorial for how to combine GitHub and DropBox in a research project
Stars: ✭ 28 (-68.89%)
Mutual labels:  dropbox
nbox
基于阿里云OSS的网盘客户端程序!
Stars: ✭ 31 (-65.56%)
Mutual labels:  dropbox
iGenomics
The first app for Mobile DNA Sequence Alignment and Analysis
Stars: ✭ 33 (-63.33%)
Mutual labels:  dropbox
mulukhiya-toot-proxy
各種ActivityPub対応インスタンスへの投稿に対して、内容の更新等を行うプロキシ。通称「モロヘイヤ」。
Stars: ✭ 24 (-73.33%)
Mutual labels:  dropbox
Queries
SQLite queries
Stars: ✭ 57 (-36.67%)
Mutual labels:  dropbox
mine
Share application state across computers using Dropbox.
Stars: ✭ 14 (-84.44%)
Mutual labels:  dropbox
screentray-distribution
macOS app for capturing, annotating and sharing screenshots
Stars: ✭ 28 (-68.89%)
Mutual labels:  dropbox
ccViewer
CryptCloudViewer source codes
Stars: ✭ 66 (-26.67%)
Mutual labels:  dropbox
SaorTech-cloud-services
A range of scripts to provision and configure open source cloud services.
Stars: ✭ 23 (-74.44%)
Mutual labels:  dropbox
chili
Dropbox powered static site generator
Stars: ✭ 27 (-70%)
Mutual labels:  dropbox
dropboxignore
It's all about the missing .dropboxignore file.
Stars: ✭ 83 (-7.78%)
Mutual labels:  dropbox
bim360appstore-data.management-nodejs-transfer.storage
Autodesk design file transfer app: Transfers files from Autodesk (BIM 360, Fusion 360) to other Storages (Dropbox, Box, Onedrive, Google Drive, Egnyte)
Stars: ✭ 28 (-68.89%)
Mutual labels:  dropbox

dboxpaper

Test Status Go Report Card

dboxpaper

client for Dropbox Paper

Usage

NAME:
   dboxpaper - Dropbox Paper client

USAGE:
   dboxpaper [global options] command [command options] [arguments...]
   
VERSION:
   0.0.1
   
AUTHOR(S):
   mattn <[email protected]> 
   
COMMANDS:
     cat         Cat paper
     delete      Delete paper permanently
     list, ls    Show papers
     upload, up  Upload paper
     help, h     Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

list papers

$ dboxpaper list

cat paper

$ dboxpaper cat XXXXXXXXXXX

upload paper

$ cat README.md | dboxpaper upload

update paper

$ cat README.md | dboxpaper upload XXXXXXXXXXX

delete paper

$ dboxpaper delete XXXXXXXXXXX

Installation

$ go install github.com/mattn/dboxpaper@latest

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)

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