Code Monkey home page Code Monkey logo

dynamic-folders's Introduction

dynamic-folders

problem

Day to day work always leads to some sort of unorganized, trashy folders. Creating new folders and files on the fly, while in a rush will quickly let you end up with a Desktop looking similar to:

  • New Folder (1)
    • Untitled Document (23).docx
    • Untitled Document (24).docx
    • Untitled Document (24) Copy 2.docx
    • Untitled Document (26).docx
    • Untitled Document (34) Important.docx
    • Untitled Document (45).docx
    • adfdsdgfsafsdfsd.txt

And today i had an idea when reading this xkcd:

xkcd

solution

Despite having the OS create 'Untitled Documents' or 'New Folders' one could have it create moreorless meaningful names, following a mechanic i first saw at hashicorp's atlas (former vagrantcloud).

(VERB)-(NAME)-(RANNUM)

VERB ... a simple verb taken from a dictionary NAME ... a name, also from a dictionary RANDUM ... a 4-digit random number to add more entropy

Those files would fit their needs, being able to get edited and the user doesn't have to think of meaningful names.

Yet one could go a step further and have the os detect and determine which files belong together. Based on this information and some learning algorithms, files could be grouped into folders.

#GetsImplementedWhenIHaveTime

dynamic-folders's People

Contributors

doebi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.