An open API service indexing awesome lists of open source software.

https://github.com/anseki/ymd-folder

Add a command to the context menu of the Windows Explorer. That creates a new folder named after current date and time.
https://github.com/anseki/ymd-folder

command context-menu current-date current-time explorer folder windows

Last synced: about 2 months ago
JSON representation

Add a command to the context menu of the Windows Explorer. That creates a new folder named after current date and time.

Awesome Lists containing this project

README

          

# ymdFolder

Add a command to the context menu of the Windows Explorer. That creates a new folder named after current date and time.

![cap01](cap01.png)

The name of new folder is fixed by the specific format and current date and time (year, month, day of month, hours, minutes and seconds).
e.g. `2015-01-16`, `16-1-2015`, `23.59.59`, `15.01.16-23.59.59`, `16.1.2015 23.59` etc.

## Install/Uninstall
Right click a `SETUP.bat`, and select "Run as administrator".

![cap02](cap02.png)

## Customize Format
See the comment in a `ymdFolder.js`, and edit `FORMAT`.