Commit graph

  • cf6f0458b7 bump up version to 0.1.6 main v0.1.6 itchyny 2023-04-26 19:00:01 +09:00
  • e40bbff081 update CHANGELOG.md for v0.1.6 itchyny 2023-04-26 18:54:19 +09:00
  • 7c8adbbb4c split EDITOR in Go to remove dependency on sh (ref #19) itchyny 2023-04-21 22:12:21 +09:00
  • f627dff093 bump up version to 0.1.5 v0.1.5 itchyny 2023-04-09 12:49:00 +09:00
  • 834e2a759b update CHANGELOG.md for v0.1.5 itchyny 2023-04-09 12:35:34 +09:00
  • 03ad35008b update copyright year in LICENSE itchyny 2023-04-09 12:34:40 +09:00
  • 97dd98cb16 update dependencies itchyny 2023-04-09 12:34:04 +09:00
  • 6a82806d14 migrate from deprecated create-release action itchyny 2023-04-09 12:32:45 +09:00
  • 467ba873c3 support EDITOR with spaces in the editor path (close #19, ref #10) itchyny 2023-04-09 12:29:16 +09:00
  • fec2c9b389 improve Makefile itchyny 2023-04-09 12:27:02 +09:00
  • e81d936dd5 switch from math/rand to crypto/rand package itchyny 2023-04-09 12:25:22 +09:00
  • 49d37b4903 add package comment and enable all checks of staticcheck itchyny 2023-04-09 12:23:33 +09:00
  • 8d31a98aa7 switch from deprecated io/ioutil to os package itchyny 2023-04-09 12:22:40 +09:00
  • 0d6dba4de7 update GitHub action dependencies itchyny 2023-04-09 12:20:54 +09:00
  • d6ee613353 specify minimum permission for the default token in workflows itchyny 2023-04-09 12:19:53 +09:00
  • c44dfa5098 bump up version to 0.1.4 v0.1.4 itchyny 2021-09-18 23:51:42 +09:00
  • 76a6036242 update CHANGELOG.md for v0.1.4 itchyny 2021-09-18 23:51:11 +09:00
  • ba9f0ed094 update dependencies itchyny 2021-09-18 23:50:38 +09:00
  • e392ca34a8 switch the default branch to main itchyny 2021-09-18 23:48:00 +09:00
  • f1bebac133 improve make cross to build arm64 artifacts itchyny 2021-09-18 23:46:57 +09:00
  • a4eae94d71 switch to staticcheck from golint itchyny 2021-09-18 23:46:17 +09:00
  • 57b18aecf5 add -race flag to go test itchyny 2021-09-18 23:46:06 +09:00
  • f749335cf8 remove setting GO111MODULE in Makefile itchyny 2021-09-18 23:45:47 +09:00
  • 535165d72f use go install instead of go get itchyny 2021-09-18 23:45:25 +09:00
  • bf465879e8 require Go 1.16+ itchyny 2021-09-18 23:44:41 +09:00
  • 3db7e0409a use https url of the license badge itchyny 2021-09-18 23:42:42 +09:00
  • a14e35541e bump up version to 0.1.3 v0.1.3 itchyny 2021-01-10 09:20:31 +09:00
  • fc12f280f9 update CHANGELOG.md for v0.1.3 itchyny 2021-01-10 09:18:45 +09:00
  • 87ca5d0a07 update dependencies itchyny 2021-01-10 09:13:26 +09:00
  • 226133344a close temporary file before starting editor itchyny 2021-01-10 09:12:23 +09:00
  • 5ee3f57dff initialize seed of the global random generator using unix timestamp itchyny 2021-01-08 20:09:10 +09:00
  • 5ac7f7d75f use strconv.FormatUint with base 16 to generate temporary paths itchyny 2021-01-08 19:32:22 +09:00
  • 85ce23caff avoid fmt.Sprintf in error messages itchyny 2021-01-08 19:20:48 +09:00
  • 885b5d6aa0 report an error on failed to create a temporary path itchyny 2021-01-07 22:22:31 +09:00
  • f208800bec improve comments itchyny 2021-01-07 22:12:34 +09:00
  • dca2fae7c1 update copyright year in LICENSE itchyny 2021-01-07 21:55:25 +09:00
  • 4ce13f9e9e support directory renames (close #11) itchyny 2021-01-07 21:37:36 +09:00
  • 9e2bfa58df fix the version of actions itchyny 2020-12-30 21:55:22 +09:00
  • de90991b35 fix links in CHANGELOG.md itchyny 2020-12-05 21:00:58 +09:00
  • 6be6420b38 bump up version to 0.1.2 v0.1.2 itchyny 2020-09-19 11:23:30 +09:00
  • d86799e9b7 add CHANGELOG.md itchyny 2020-09-19 11:16:37 +09:00
  • ec4f47cf17 include CREDITS file in artifacts itchyny 2020-09-19 10:57:00 +09:00
  • 8b1a6fae22 update dependencies itchyny 2020-09-19 10:55:44 +09:00
  • 0c6928a9dc update .gitignore itchyny 2020-09-18 19:54:18 +09:00
  • 87d6ba6a14 update badges in README.md itchyny 2020-09-18 19:53:46 +09:00
  • 485dd72d9e
    Merge pull request #10 from tgfjt/master itchyny 2020-09-18 19:48:30 +09:00
  • fce83774d2 fix to use strings.Fields to split Takashi Fujita 2020-09-18 19:40:02 +09:00
  • e21be145b5 fix to pass EDITOR command with args Takashi Fujita 2020-09-15 15:54:16 +09:00
  • f854148e5f use actions/checkout main itchyny 2020-08-16 00:45:44 +09:00
  • a25a89e162 use t.Cleanup instead of defer itchyny 2020-08-14 01:28:52 +09:00
  • cbe026840a remove dependency on github.com/stretchr/testify itchyny 2020-08-14 01:27:17 +09:00
  • 10d2c971a8 apply gofumpt itchyny 2020-08-14 01:16:58 +09:00
  • c040426d6d remove clean from make all itchyny 2020-07-20 21:25:24 +09:00
  • c0e9cd0f3d update CI triggers not to duplicate on pull requests itchyny 2020-05-07 15:46:56 +09:00
  • e5da254c11 use actions/setup-go v2 itchyny 2020-05-07 15:46:36 +09:00
  • 9b54f8bfac update gobump path itchyny 2020-01-24 21:36:45 +09:00
  • fd22f52662 name all the steps in GitHub Actions itchyny 2020-01-16 20:45:38 +09:00
  • b0bf7b16c3 use add-path for adding $GOPATH/bin to $PATH itchyny 2020-01-16 19:27:09 +09:00
  • b9a4d40943 bump up version to 0.1.1 v0.1.1 itchyny 2020-01-09 21:39:27 +09:00
  • 8cd5297856 add --dry-run option Wenxuan Zhang 2020-01-09 17:59:52 +08:00
  • 407f4d2b0c
    Merge pull request #6 from lunarxlark/master itchyny 2020-01-09 17:52:08 +09:00
  • fade350461 fix typo lunarxlark 2020-01-09 17:49:04 +09:00
  • ec271f179b update feature list in README.md itchyny 2020-01-09 14:58:12 +09:00
  • eab8aa1635 add a screenshot gif to README.md itchyny 2020-01-09 14:40:46 +09:00
  • 0ed17e263c undo the processed renames on error itchyny 2020-01-09 13:04:18 +09:00
  • 2a878af8f0 change error in tests to string itchyny 2020-01-09 13:02:51 +09:00
  • 42b640ffe3 test the file contents even on failure cases itchyny 2020-01-09 12:07:59 +09:00
  • a4647e9205 return the stat error on failure itchyny 2020-01-09 12:07:26 +09:00
  • 0d1a97a09b bump up version to 0.1.0 v0.1.0 itchyny 2020-01-08 22:54:57 +09:00
  • 341929326a add instruction for installation with Homebrew itchyny 2020-01-08 22:53:35 +09:00
  • 168a6db008 change version flag to be long for now itchyny 2020-01-08 22:52:14 +09:00
  • 8d8f64a51c run lint only in Windows on CI itchyny 2020-01-08 21:40:48 +09:00
  • 0d04839f74 remove -u flag from installation instruction itchyny 2020-01-08 21:36:25 +09:00
  • 69e86775b6
    Merge pull request #5 from mattn/fix-test-windows itchyny 2020-01-08 21:35:52 +09:00
  • c41de9a53d run CI on multiple OSs itchyny 2020-01-08 21:34:00 +09:00
  • 51e509c280
    Fix test for Windows Yasuhiro Matsumoto 2020-01-08 19:38:53 +09:00
  • 4ca8bb541c tweak temporary directory name in tests itchyny 2020-01-08 19:00:08 +09:00
  • 6b66f8bcdb tweak the help for command arguments itchyny 2020-01-08 18:49:10 +09:00
  • b4c17c6004
    Merge pull request #4 from eihigh/fix_typo_README itchyny 2020-01-08 16:42:26 +09:00
  • 5c8efc3b8b fix typo in README eihigh 2020-01-08 16:41:13 +09:00
  • 8197e82aaa create destination directory itchyny 2020-01-08 16:39:30 +09:00
  • f098269a11 add features section in README.md itchyny 2020-01-08 13:43:52 +09:00
  • a94029d13d
    Merge pull request #2 from mattn/use-getwild itchyny 2020-01-08 13:32:10 +09:00
  • 7af6308cbb fix name of temporary file in tests itchyny 2020-01-08 13:26:58 +09:00
  • d576ba920d use stderr to print usage itchyny 2020-01-08 12:03:10 +09:00
  • 96d19d4ed3 stop removing unchanged entries in main to catch more duplicate destination error itchyny 2020-01-08 11:46:32 +09:00
  • 7a6825f90a trim only newline to keep trailing spaces itchyny 2020-01-08 11:19:32 +09:00
  • 58fad679e1 rename cnt to count in the tests itchyny 2020-01-08 11:10:39 +09:00
  • ac672113f2 check same source path after clean itchyny 2020-01-08 11:10:27 +09:00
  • 7ab2aee878 clone files for rename count test itchyny 2020-01-08 11:09:14 +09:00
  • b9e1d955b6 improve error message on editor error itchyny 2020-01-08 10:44:05 +09:00
  • 33a796548f check source duplication itchyny 2020-01-08 10:42:16 +09:00
  • 1bb8c86761 add comments to the main logic itchyny 2020-01-08 10:27:20 +09:00
  • e306b90e00 list all the sources to skip the cleaned sources itchyny 2020-01-08 09:23:21 +09:00
  • 8dca62c00c add usage to README.md itchyny 2020-01-08 09:10:02 +09:00
  • d838f2b136 remove renames with same source and destination itchyny 2020-01-08 09:00:08 +09:00
  • 5ab672f57e
    Use mattn/getwild for Windows Yasuhiro Matsumoto 2020-01-08 01:24:13 +09:00
  • 0926ef4faa clean source path as well to allow directory rename cycle itchyny 2020-01-08 01:21:15 +09:00
  • e3710bd25c
    Merge pull request #1 from mattn/editor itchyny 2020-01-08 01:18:30 +09:00
  • ebadaeb651
    Use vi when $EDITOR is empty Yasuhiro Matsumoto 2020-01-08 01:13:05 +09:00