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.
- Host: GitHub
- URL: https://github.com/anseki/ymd-folder
- Owner: anseki
- License: mit
- Created: 2015-01-16T11:00:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T03:10:41.000Z (over 8 years ago)
- Last Synced: 2025-02-16T01:13:06.419Z (over 1 year ago)
- Topics: command, context-menu, current-date, current-time, explorer, folder, windows
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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".

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