Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link farm - (feature req) #3

Open
mnp opened this issue Dec 14, 2015 · 1 comment
Open

link farm - (feature req) #3

mnp opened this issue Dec 14, 2015 · 1 comment

Comments

@mnp
Copy link

mnp commented Dec 14, 2015

Consider leaving the files where they lie, and then create a tree of symbolic links pointing to the files. The advantage here is you can have a number of "views" into the files by adding more trees of links. This lets a file be referred to by a number of views. Eg,

Downloads
│   ├── OriginalFiles
│   ├── ByDate
│   │   └── 2015
│   │   └── 2014
│   ├── ByType
│   │   └──docs
│   │   └──pdfs
│   │   └──zip
│   ├── Bills
│   │   └──Comcast
│   │   └──Verizon
│   ├── CodeProjects
│   │   └──C++
│   │   └──Java

I guess looking into a file and categorizing by keyword is a different classification feature, like you might want to look into a PDF (ocr it?) and depending on predefined keyword list, stick it in Verizon, Date, and Bills trees.

Keeping the link farm synchronized with the real files might get interesting. You might want several policies, the simplest of which is blow away all the links and regenerate after a rule changes.

@psachin
Copy link
Contributor

psachin commented Jan 25, 2016

This can be additional feature(s) like: 'don't move but create a symlink'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants