https://github.com/fleaz/clidms
A very basic document management system
https://github.com/fleaz/clidms
hacktoberfest
Last synced: about 2 months ago
JSON representation
A very basic document management system
- Host: GitHub
- URL: https://github.com/fleaz/clidms
- Owner: fleaz
- Created: 2017-06-24T20:22:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T15:06:27.000Z (almost 9 years ago)
- Last Synced: 2025-12-26T22:45:49.490Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clidms
I needed a small tool which would help me keep my steady growing "Documents"
folder under control. All the currently available DMS seem way to bloated for
my needs, so I started coding my own (This is how programer solve problems,
isn't it?)
**This is currently just a quick draft, coded in a few hours. The code needs a
lot of love and refactoring!**
## My needs / Requirements
I just want to be able to assign tags to my documents and then filter by
combinations of tags and pieces of the name.
## Coming features
- Create a config file if there is none
- More infos in the DB for every document like timestamp and filetype
- Delete documents (From DB and drom filesystem)
- Edit DB entrys (Change Name, change timestamp)
- Extend the find method to support multiple --tag and --name flags
- ...