Skip to content

Commit

Permalink
2024.11.07:
Browse files Browse the repository at this point in the history
* refactor: deploy/totalcmd/ButtonBars/_common/link/link.bar: menu items refactor
  • Loading branch information
andry81 committed Nov 7, 2024
1 parent a2e116b commit 946d704
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024.11.07:
* refactor: deploy/totalcmd/ButtonBars/_common/link/link.bar: menu items refactor

2024.11.06:
* changed: _config: ConEmu installation path change
* changed: TODO.txt: todo update
Expand Down
14 changes: 7 additions & 7 deletions deploy/totalcmd/ButtonBars/_common/link/link.bar
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@ button3=

button4=%COMMANDER_SCRIPTS_ROOT%\tacklebar\res\images\by_list.ico
cmd4=em_tkl_shell_reset_shortcut_files_in_current_dir -allow-auto-recover -allow-target-path-reassign -use-getlink -print-assign -print-assigned
menu4=shell reset shortcut files in current directory (-allow-auto-recover, -allow-target-path-reassign, -use-getlink, recursively)
menu4=shell reset shortcut files in current directory [auto-recover][target-path-reassign][getlink][recursively]

button5=%COMMANDER_SCRIPTS_ROOT%\tacklebar\res\images\by_list.ico
cmd5=em_tkl_shell_reset_shortcut_files_in_current_dir -allow-target-path-reassign -use-getlink -print-assign -print-assigned
menu5=shell reset shortcut files in current directory (-allow-target-path-reassign, -use-getlink, recursively)
menu5=shell reset shortcut files in current directory [target-path-reassign][getlink][recursively]

button6=

button7=%COMMANDER_SCRIPTS_ROOT%\tacklebar\res\images\by_list.ico
cmd7=em_tkl_shell_reset_shortcut_files_in_current_dir -reset-target-path-from-wd -use-getlink -print-assign -print-assigned
menu7=shell reset shortcut files in current directory (-reset-target-path-from-wd, -use-getlink, recursively)
menu7=shell reset shortcut files in current directory [reset-target-path-from-wd][getlink][recursively]

button8=%COMMANDER_SCRIPTS_ROOT%\tacklebar\res\images\by_list.ico
cmd8=em_tkl_shell_reset_shortcut_files_in_current_dir -reset-wd-from-target-path -use-getlink -print-assign -print-assigned
menu8=shell reset shortcut files in current directory (-reset-wd-from-target-path, -use-getlink, recursively)
menu8=shell reset shortcut files in current directory [reset-wd-from-target-path][getlink][recursively]

button9=%COMMANDER_SCRIPTS_ROOT%\tacklebar\res\images\by_list.ico
cmd9=em_tkl_shell_reset_shortcut_files_in_current_dir -reset-target-path-from-desc -use-getlink -print-assign -print-assigned
menu9=shell reset shortcut files in current directory (-reset-target-path-from-desc, -use-getlink, recursively)
menu9=shell reset shortcut files in current directory [reset-target-path-from-desc][getlink][recursively]

button10=%COMMANDER_SCRIPTS_ROOT%\tacklebar\res\images\by_list.ico
cmd10=em_tkl_shell_reset_shortcut_files_in_current_dir -reset-target-name-from-file-path -use-getlink -print-assign -print-assigned
menu10=shell reset shortcut files in current directory (-reset-target-name-from-file-path, -use-getlink, recursively)
menu10=shell reset shortcut files in current directory [reset-target-name-from-file-path][getlink][recursively]

button11=%COMMANDER_SCRIPTS_ROOT%\tacklebar\res\images\by_list.ico
cmd11=em_tkl_shell_reset_shortcut_files_in_current_dir -reset-target-drive-from-file-path -use-getlink -print-assign -print-assigned
menu11=shell reset shortcut files in current directory (-reset-target-drive-from-file-path, -use-getlink, recursively)
menu11=shell reset shortcut files in current directory [reset-target-drive-from-file-path][getlink][recursively]

0 comments on commit 946d704

Please sign in to comment.