deskCut
| resources: | Home Mailing List Installation Manual Uninstall!!! Source Code Members Screenshots |
|---|
Installation and Settings
Install deskCut v0.5.1.0 (supports 0.7 - 3.1b3pre)
-
Older Versions:
- Install deskCut v0.5.0.7 (supports 0.7 - 3.0.1+)
- Install deskCut v0.5.0.6 (supports 0.7 - 3.0+)
- Install deskCut v0.5.0.5 (supports 0.7 - 2.0+)
- Install deskCut v0.5.0.4 (supports 0.7 - 1.5+)
- Install deskCut v0.5.0.2 (supports 0.7 - 1.5+)
- Install deskCut v0.4.1.3 (supports 0.7 - 1.0+)
Note:
Under Linux, you may need to set the deskCut directory, as the detection doesn't always work.
In firefox, select Tools -> Extensions (Tools -> Add-Ons in 2.0). Highlight deskCut and select Options.
In mozilla, type about:prefs and edit (or add) the following:
| Value Name | Value Type | Example |
|---|---|---|
| deskcut.name_scheme | integer | 1 |
| deskcut.add_date | boolean | false |
| deskcut.date_format | string | YYYYNNDD |
| deskcut.dir_scheme | integer | 2 |
| deskcut.desk_path | string | /home/evan/Desktop |
| deskcut.alert_messagebox | boolean | false |
| deskcut.alert_audio | boolean | false |
| deskcut.alert_beep | boolean | false |
| deskcut.alert_wav | boolean | false |
| deskcut.wav_path | string | /home/evan/blarf.wav |
| deskcut.file_overwrite | integer | 2 |
| deskcut.make_unique | boolean | true |
| deskcut.dup_format | integer | 0 |
deskcut.overwrite: 0 == ask; 1 == Always; 2 == Never
deskcut.name_scheme: 0 == ask; 1 == from name; 2 == from href
deskcut.dir_scheme: 0 == always prompt; 1 == prompt, but remember last; 2 == Detect desktop; 3 == Set Path
deskcut.dup_format: 0 == inc number, 1 == date stamp
deskcut.date_format MUST be a valid JS date format:
| Date chunk | Representation | Example |
|---|---|---|
| Year | yyyy | 2005 |
| Year | YY | 05 |
| Month | NNNN | September |
| Month | NNN | Sep |
| Month | NN | 09 |
| Month | N | 9 |
| Day of Week | EE | Friday |
| Day of Week | E | Fri |
| Day of Month | DD | 09 |
| Day of Month | D | 9 |
| Hour (1-12) | HH | 09 |
| Hour (1-12) | H | 9\ |
| Hour (1-24) | KK | 21 |
| Hour (1-24) | K | 21 |
| Minute | MM | 04 |
| Minute | M | 4 |
| Second | SS | 55 |
| Second | S | 55 |
| AM, PM | A | PM |
"NNNN DD, yyyy hh:mm:ssa" == "January 01, 2000 12:30:45AM"
"NNN D, yyyy HH:M:ss" == "Jan 1, 2000 16:30:45"
"NN/DD/YY" == "01/01/00"
"NN/DD/YYYY" == "01/01/2000"
"E, NNN DD, YYYY" == "Tue, Jan 01,2000"