Compare commits
3 Commits
bb1d56c950
...
master
Author | SHA1 | Date | |
---|---|---|---|
2b347b1c55 | |||
d3dbb47c9b | |||
767eeb0156 |
@@ -1,19 +1,7 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date]
|
||||
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date]
|
||||
@="Group by date"
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date\command]
|
||||
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\""
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date]
|
||||
@="Group by date"
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date\command]
|
||||
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\""
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date]
|
||||
@="Group by date"
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date\command]
|
||||
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe %*"
|
||||
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date\command]
|
||||
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\""
|
2
main.go
2
main.go
@@ -44,7 +44,7 @@ func (dp *DateParserISO) Parse(s string) (time.Time, error) {
|
||||
func main() {
|
||||
flag.Parse()
|
||||
logger.InitFlag()
|
||||
logger.Default = logger.Default.ToFile("dategrouper.log")
|
||||
// logger.Default = logger.Default.ToFile("dategrouper.log")
|
||||
|
||||
if flag.NArg() == 0 {
|
||||
logger.Error("no files provided")
|
||||
|
@@ -1,8 +1,4 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date]
|
||||
[-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date\command]
|
||||
[-HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date]
|
||||
[-HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date\command]
|
||||
[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date]
|
||||
[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date\command]
|
||||
[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date]
|
||||
[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date\command]
|
Reference in New Issue
Block a user