itchyny
6a82806d14
migrate from deprecated create-release action
2023-04-09 12:37:48 +09:00
itchyny
467ba873c3
support EDITOR with spaces in the editor path ( close #19 , ref #10 )
2023-04-09 12:37:37 +09:00
itchyny
fec2c9b389
improve Makefile
2023-04-09 12:27:02 +09:00
itchyny
e81d936dd5
switch from math/rand to crypto/rand package
2023-04-09 12:25:22 +09:00
itchyny
49d37b4903
add package comment and enable all checks of staticcheck
2023-04-09 12:23:33 +09:00
itchyny
8d31a98aa7
switch from deprecated io/ioutil to os package
2023-04-09 12:22:40 +09:00
itchyny
0d6dba4de7
update GitHub action dependencies
2023-04-09 12:20:54 +09:00
itchyny
d6ee613353
specify minimum permission for the default token in workflows
2023-04-09 12:19:53 +09:00
itchyny
c44dfa5098
bump up version to 0.1.4
2021-09-18 23:51:42 +09:00
itchyny
76a6036242
update CHANGELOG.md for v0.1.4
2021-09-18 23:51:11 +09:00
itchyny
ba9f0ed094
update dependencies
2021-09-18 23:50:38 +09:00
itchyny
e392ca34a8
switch the default branch to main
2021-09-18 23:48:00 +09:00
itchyny
f1bebac133
improve make cross to build arm64 artifacts
2021-09-18 23:46:57 +09:00
itchyny
a4eae94d71
switch to staticcheck from golint
2021-09-18 23:46:17 +09:00
itchyny
57b18aecf5
add -race flag to go test
2021-09-18 23:46:06 +09:00
itchyny
f749335cf8
remove setting GO111MODULE in Makefile
2021-09-18 23:45:47 +09:00
itchyny
535165d72f
use go install instead of go get
2021-09-18 23:45:25 +09:00
itchyny
bf465879e8
require Go 1.16+
2021-09-18 23:44:41 +09:00
itchyny
3db7e0409a
use https url of the license badge
2021-09-18 23:42:42 +09:00
itchyny
a14e35541e
bump up version to 0.1.3
2021-01-10 09:20:31 +09:00
itchyny
fc12f280f9
update CHANGELOG.md for v0.1.3
2021-01-10 09:18:45 +09:00
itchyny
87ca5d0a07
update dependencies
2021-01-10 09:16:09 +09:00
itchyny
226133344a
close temporary file before starting editor
2021-01-10 09:16:08 +09:00
itchyny
5ee3f57dff
initialize seed of the global random generator using unix timestamp
...
The algorithm for generating temporary paths is not cryptographically safe,
but this is enough in real situation.
2021-01-08 20:09:10 +09:00
itchyny
5ac7f7d75f
use strconv.FormatUint with base 16 to generate temporary paths
2021-01-08 19:43:52 +09:00
itchyny
85ce23caff
avoid fmt.Sprintf in error messages
2021-01-08 19:20:48 +09:00
itchyny
885b5d6aa0
report an error on failed to create a temporary path
2021-01-07 22:23:24 +09:00
itchyny
f208800bec
improve comments
2021-01-07 22:12:34 +09:00
itchyny
dca2fae7c1
update copyright year in LICENSE
2021-01-07 21:55:25 +09:00
itchyny
4ce13f9e9e
support directory renames ( close #11 )
...
- reject invalid renames (ex: move x x/x)
- move to a temporary path before any parent directory is moved
- rename in increasing destination directory depth order
2021-01-07 21:42:34 +09:00
itchyny
9e2bfa58df
fix the version of actions
2020-12-30 21:55:22 +09:00
itchyny
de90991b35
fix links in CHANGELOG.md
2020-12-05 21:00:58 +09:00
itchyny
6be6420b38
bump up version to 0.1.2
2020-09-19 11:23:30 +09:00
itchyny
d86799e9b7
add CHANGELOG.md
2020-09-19 11:16:37 +09:00
itchyny
ec4f47cf17
include CREDITS file in artifacts
2020-09-19 10:57:00 +09:00
itchyny
8b1a6fae22
update dependencies
2020-09-19 10:55:44 +09:00
itchyny
0c6928a9dc
update .gitignore
2020-09-18 19:54:18 +09:00
itchyny
87d6ba6a14
update badges in README.md
2020-09-18 19:53:46 +09:00
itchyny
485dd72d9e
Merge pull request #10 from tgfjt/master
2020-09-18 19:48:30 +09:00
Takashi Fujita
fce83774d2
fix to use strings.Fields to split
2020-09-18 19:40:02 +09:00
Takashi Fujita
e21be145b5
fix to pass EDITOR command with args
2020-09-15 15:54:16 +09:00
itchyny
f854148e5f
use actions/checkout main
2020-08-16 00:45:44 +09:00
itchyny
a25a89e162
use t.Cleanup instead of defer
2020-08-14 01:31:47 +09:00
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