Skip to content
Open
Open
@KnIfER

Description

用来归档很方便!

(我用ahkv1)

时间戳不如用快捷键做,反正多数人只用一个格式,短短数行即可:

#IfWinActive, ahk_exe 7zG.exe
f1::
	if ti() = "Add to Archive"
	{
		ControlFocus Edit1, A
		ControlGetText, FullFileName, Edit1, A
		SplitPath, FullFileName , , , ext, n
		n := n " - [" A_YYYY "-" A_MM "-" A_DD "]" " - [" A_Hour "" A_Min "" A_Sec "]." ext
		; xx(n)
		Send  %n%
	}
return

完整时间戳可以当id使用。

UI界面,也有价值。可以用于快速选择几个常用压缩目录、文件标签(比如标记重要、不重要)等等。

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions