Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasbrueggemann/paperless-desktop
🍃 macOS app that uses the paperless API to manage your document scans.
https://github.com/thomasbrueggemann/paperless-desktop
archive desktop-app documents electron mac macos office paperless
Last synced: 5 days ago
JSON representation
🍃 macOS app that uses the paperless API to manage your document scans.
- Host: GitHub
- URL: https://github.com/thomasbrueggemann/paperless-desktop
- Owner: thomasbrueggemann
- License: gpl-3.0
- Archived: true
- Created: 2017-01-06T21:56:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T22:43:43.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:53:41.498Z (3 months ago)
- Topics: archive, desktop-app, documents, electron, mac, macos, office, paperless
- Language: JavaScript
- Homepage:
- Size: 6.49 MB
- Stars: 583
- Watchers: 26
- Forks: 52
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Paperless Desktop - Desktop app that uses the paperless API to manage your document scans. ![javascript_icon] (Applications / Productivity)
- open-source-mac-os-apps - Paperless Desktop - Desktop app that uses the paperless API to manage your document scans. ![javascript_icon] (Applications / Productivity)
README
# Paperless Desktop [![Build Status](https://travis-ci.org/thomasbrueggemann/paperless-desktop.svg?branch=master)](https://travis-ci.org/thomasbrueggemann/paperless-desktop)
Desktop app that uses the [paperless](https://github.com/danielquinn/paperless) API to manage your document scans.
## Installation
Needs a running [paperless](https://github.com/danielquinn/paperless) instance of at least [v0.4.1](https://github.com/danielquinn/paperless/releases/tag/0.4.1)
### Pre-built executables
Please keep in mind, that these are pre-releases. There is still some work to do.
## Development
Thanks to npm, it's easy:
_(Disclaimer: I only ever test this on macOS, any other operation system might behave unexpectedly running this)_
```bash
$ npm install
$ npm start
```## Deployment
Whenever a new macOS executable should be packaged, just call:
```bash
$ npm run package:mac
```## Credits
- © icon design by [@pdiegmann](https://github.com/pdiegmann)
- [photon](https://github.com/connors/photon)
- [react](https://facebook.github.io/react/)
- [electron](http://electron.atom.io/)