h a l f b a k e r yKeep out of reach of children.
add, search, annotate, link, view, overview, recent, by name, random
news, help, about, links, report a problem
browse anonymously,
or get an account
and write.
register,
|
|
|
I would like the ability to constrain certain folders such that all files in that folder have to have a name of a format which I determine (using something like a regular expression). For example, I might want filenames to start with a date in YYMMDD format, then have one of a set of values from a list,
such as [letter | memo | report | ...], then have a bit of descriptive text, and then have a numeric version number. When I save files in this folder, I'd be presented with a dialog box with appropriate drop-downs, etc. to enter the various parts of the filename; when I drag and drop something into the folder I'd be presented with a similar "rename file" dialog.
I know I could just come up with a filename convention and stick to it, but this tends to fall into disuse and doesn't work on shared folders, which is why I want the ability to have the filing system mandate a naming convention.
Please log in.
If you're not logged in,
you can see what this page
looks like, but you will
not be able to add anything.
Destination URL.
E.g., https://www.coffee.com/
Description (displayed with the short name and URL.)
|
|
why don't you write a little python script that replaces New->Folder with a dialog where you enter the base name - then it tacks on the date at the end (i.e. 070601 - [russians]) |
|
|
you could have preset sub-suffixes such as: New->Folder (loans), New->Folder (payments), etc. |
|
|
so it automatically capitalizes and catenates to: |
|
|
but any interface that requires more clicks is a bad idea. |
|
|
I guess the invention part of this is baked. Its just how you want to implement it. |
|
|
This would work very well for shared folders at work. It might stop people saving files with names like "Agenda" or "Budget". Might even stop me doing it. |
|
|
You know, normally I log into HB to get away from crap like this. |
|
|
<obligatory> You can do this on a Mac using folder actions. </obligatory> |
|
|
I typically click an already-used file in the folder in my save-as window and then manually modify the namestring to have the date at the end. It's useful for grouping all file versions together. |
|
| |