https://github.com/robacarp/place
https://github.com/robacarp/place
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robacarp/place
- Owner: robacarp
- License: mit
- Created: 2018-07-24T18:12:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T22:55:40.000Z (about 4 years ago)
- Last Synced: 2025-03-30T19:12:16.539Z (about 1 year ago)
- Language: Crystal
- Size: 16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a tool to help manage a filesystem workflow for my paperless filing system.
The system is rougly:
- Scan a file, which ends up in an inbox
- Move that file into a folder, say `Files/Finances/2018/Bank/CheckingStatements/`
- Rename that file to, `Finances - 2018 - Bank - CheckingStatements - 2018-01-01.pdf`
The difficult part of the workflow when executed manually is consistency, but speed is also an issue. Without any automation it takes about 2 minutes to move each file after scanning.
This tool provides a workstation for executing that workflow, ensures consistency between filenames and directory names, and automates a lot of the process.
It's the only known user of the [Keimeno](https://github.com/robacarp/keimeno) CLI user interface library.
