itchyny
|
cbe026840a
|
remove dependency on github.com/stretchr/testify
|
2020-08-14 01:31:44 +09:00 |
|
itchyny
|
10d2c971a8
|
apply gofumpt
|
2020-08-14 01:16:58 +09:00 |
|
itchyny
|
c040426d6d
|
remove clean from make all
|
2020-07-20 21:25:24 +09:00 |
|
itchyny
|
c0e9cd0f3d
|
update CI triggers not to duplicate on pull requests
|
2020-05-07 15:46:56 +09:00 |
|
itchyny
|
e5da254c11
|
use actions/setup-go v2
|
2020-05-07 15:46:36 +09:00 |
|
itchyny
|
9b54f8bfac
|
update gobump path
|
2020-01-24 21:36:45 +09:00 |
|
itchyny
|
fd22f52662
|
name all the steps in GitHub Actions
|
2020-01-16 20:45:38 +09:00 |
|
itchyny
|
b0bf7b16c3
|
use add-path for adding $GOPATH/bin to $PATH
|
2020-01-16 19:30:12 +09:00 |
|
itchyny
|
b9a4d40943
|
bump up version to 0.1.1
|
2020-01-09 21:39:27 +09:00 |
|
itchyny
|
407f4d2b0c
|
Merge pull request #6 from lunarxlark/master
fix typo
|
2020-01-09 17:52:08 +09:00 |
|
lunarxlark
|
fade350461
|
fix typo
|
2020-01-09 17:49:04 +09:00 |
|
itchyny
|
ec271f179b
|
update feature list in README.md
|
2020-01-09 14:59:15 +09:00 |
|
itchyny
|
eab8aa1635
|
add a screenshot gif to README.md
|
2020-01-09 14:40:52 +09:00 |
|
itchyny
|
0ed17e263c
|
undo the processed renames on error
|
2020-01-09 13:08:26 +09:00 |
|
itchyny
|
2a878af8f0
|
change error in tests to string
|
2020-01-09 13:02:51 +09:00 |
|
itchyny
|
42b640ffe3
|
test the file contents even on failure cases
|
2020-01-09 12:08:07 +09:00 |
|
itchyny
|
a4647e9205
|
return the stat error on failure
|
2020-01-09 12:07:26 +09:00 |
|
itchyny
|
0d1a97a09b
|
bump up version to 0.1.0
|
2020-01-08 22:54:57 +09:00 |
|
itchyny
|
341929326a
|
add instruction for installation with Homebrew
|
2020-01-08 22:53:45 +09:00 |
|
itchyny
|
168a6db008
|
change version flag to be long for now
|
2020-01-08 22:52:14 +09:00 |
|
itchyny
|
8d8f64a51c
|
run lint only in Windows on CI
|
2020-01-08 21:40:48 +09:00 |
|
itchyny
|
0d04839f74
|
remove -u flag from installation instruction
|
2020-01-08 21:36:25 +09:00 |
|
itchyny
|
69e86775b6
|
Merge pull request #5 from mattn/fix-test-windows
Fix test for Windows
|
2020-01-08 21:35:52 +09:00 |
|
itchyny
|
c41de9a53d
|
run CI on multiple OSs
|
2020-01-08 21:34:00 +09:00 |
|
Yasuhiro Matsumoto
|
51e509c280
|
Fix test for Windows
|
2020-01-08 19:38:53 +09:00 |
|
itchyny
|
4ca8bb541c
|
tweak temporary directory name in tests
|
2020-01-08 19:00:08 +09:00 |
|
itchyny
|
6b66f8bcdb
|
tweak the help for command arguments
|
2020-01-08 18:49:10 +09:00 |
|
itchyny
|
b4c17c6004
|
Merge pull request #4 from eihigh/fix_typo_README
fix typo in README
|
2020-01-08 16:42:26 +09:00 |
|
eihigh
|
5c8efc3b8b
|
fix typo in README
|
2020-01-08 16:41:13 +09:00 |
|
itchyny
|
8197e82aaa
|
create destination directory
|
2020-01-08 16:39:30 +09:00 |
|
itchyny
|
f098269a11
|
add features section in README.md
|
2020-01-08 13:45:52 +09:00 |
|
itchyny
|
a94029d13d
|
Merge pull request #2 from mattn/use-getwild
resolve wildcard on Windows
|
2020-01-08 13:32:10 +09:00 |
|
itchyny
|
7af6308cbb
|
fix name of temporary file in tests
|
2020-01-08 13:26:58 +09:00 |
|
itchyny
|
d576ba920d
|
use stderr to print usage
|
2020-01-08 12:03:10 +09:00 |
|
itchyny
|
96d19d4ed3
|
stop removing unchanged entries in main to catch more duplicate destination error
|
2020-01-08 11:46:32 +09:00 |
|
itchyny
|
7a6825f90a
|
trim only newline to keep trailing spaces
|
2020-01-08 11:19:32 +09:00 |
|
itchyny
|
58fad679e1
|
rename cnt to count in the tests
|
2020-01-08 11:10:39 +09:00 |
|
itchyny
|
ac672113f2
|
check same source path after clean
|
2020-01-08 11:10:27 +09:00 |
|
itchyny
|
7ab2aee878
|
clone files for rename count test
|
2020-01-08 11:09:14 +09:00 |
|
itchyny
|
b9e1d955b6
|
improve error message on editor error
|
2020-01-08 10:44:05 +09:00 |
|
itchyny
|
33a796548f
|
check source duplication
|
2020-01-08 10:42:16 +09:00 |
|
itchyny
|
1bb8c86761
|
add comments to the main logic
|
2020-01-08 10:27:20 +09:00 |
|
itchyny
|
e306b90e00
|
list all the sources to skip the cleaned sources
|
2020-01-08 09:23:21 +09:00 |
|
itchyny
|
8dca62c00c
|
add usage to README.md
|
2020-01-08 09:10:02 +09:00 |
|
itchyny
|
d838f2b136
|
remove renames with same source and destination
|
2020-01-08 09:02:17 +09:00 |
|
Yasuhiro Matsumoto
|
5ab672f57e
|
Use mattn/getwild for Windows
|
2020-01-08 01:24:13 +09:00 |
|
itchyny
|
0926ef4faa
|
clean source path as well to allow directory rename cycle
|
2020-01-08 01:21:15 +09:00 |
|
itchyny
|
e3710bd25c
|
Merge pull request #1 from mattn/editor
Use vi when $EDITOR is empty
|
2020-01-08 01:18:30 +09:00 |
|
Yasuhiro Matsumoto
|
ebadaeb651
|
Use vi when $EDITOR is empty
|
2020-01-08 01:13:05 +09:00 |
|
itchyny
|
06dd54fc4e
|
embed git revision
|
2020-01-08 01:06:42 +09:00 |
|