Skip to content

Releases: nakabonne/golintui

v0.2.5

08 Aug 01:22
b51926b
Compare
Choose a tag to compare

Changelog

b51926b Use alpine image
60c073f Enable to open in the container
a50eae2 Bump golangci-lint in Dockerfile to v1.30.0
3d25e0f Add installation instruction with Docker
dd38848 Enable to install with docker
e7d4563 Avoid to check error type directly
3c2537c Enable new linters
c501112 Emit wrapped error
acabdcb Update demo
0ec006b Show source line as a issue's child
251853b Add docs for commits panel
cbd65a2 Add Commits Panel (#3)
a5e9bbb Enable to get source line
fda0015 Avoid to emit log to current dir
79b5c42 Remove unneeded linter settings
934c96d Fix import paths
afd1c62 Use token with repo permissions
432c8d8 Don't show comma on running modal
2e2097c Ignore to run test when no go files changed
62d168e Add goreleaser action
2e5ac64 Emit commit and build date
f1ef10f Add golangci-lint actions (#2)
c3ed8c4 Be more clear which path to give
a034a11 Add installation instruction with brew
6d12bd5 Add brews section
4d781a2 Add GPL license badge
9e9110e Show "unversioned" if built from source
a1b55d0 Update gif animation
34955d7 Add binary release section
e153bba Support freebsd
3a75605 Add goreleaser
b63bac3 Make sure to populate version automatically
9f5ab4d Update README.md
cfc2d86 Add testdata
a2034eb Add gif animation to docs
51a02cb Show keybinds on navi panel
c9b2a7e Add keybinds to docs (#1)
0622576 Add 'l' and 'h' to move panel
475e0e1 Make sure to ignore when only README changed
9a80bb5 Change warn color
73932e0 Add workflows
2ec2eec Add tests for config
8c85885 Emit log instead of panic
4016c4d Remove unneeded app
154b61c Add flags
bdb8997 Add layout for screens narrower than 100 cells
6bb3dda Show given paths while running
f4345d5 Remove info panel
444b255 Make sure to return func to close
bcc0a31 Show modal while running linters
6fe1383 Add navi panel
7110fbf Show modal to tell can't disable linter
6a71936 Don't disable if disable-all specified
e2f46da Read only linters settings from config
f6edcbb Rename remove to clear
b996d07 Make sure to remove all linters
14cbcc1 Use tmp config when running
3bd7313 Add TODO to tell shold refer pointer
120532c Be more clear if selected or not
c0c11bb Add dummy keybind "a"
8b17c74 Sort linters by name
844bb00 Switch linter state as many as wanted
8dddaaf Make linters panel default focus
c2cce9a Make linters selectable
dd58c4e Run only enabled linters
c91e82a Be sure to contain linters in runner
c37ff1c Show linters on linters panel
89dfaa4 Make Linter's fields private
153f118 Make it possible to list all linters
d43b1b5 Add func to create tmp project
d6506ab Add DS_Store to gitignore
0809bf4 Update README
68ad1dc Make it possible to switch panels
3cdfce4 Update README
78b915d Rename OSCommand to Editor
7fd50e6 Remove unneeded difinition
fa08efe Enable to suspend to edit file
96915fd Make sure to buffer latest issues
5ad7394 Make it open file as sub process
2a70a3f Enable to open file at specific line column
50f1ba6 Add quick start section to README
71156ee Add features section to README
6df39c2 Add func called when unselected
18a2b46 Enable to remove args
1fdf3e8 Make it possible to emit version
17abf11 Make sure to open file
ccf5ff4 Fix to use param
c7ca554 Expand result linters
4595b99 Add binary path to .gitignore
e766750 Add func to switch panel
c7fd936 Show issues on result view
e9c242e Change color
e580172 Add from linter node to result tree
09fcbac Add TODO to tell run concurrency
351b156 Rename to use node
1753afb Add api to show latest result
a6d6af3 Add doc about LC_CTYPE
228852a Emit dev log to local path
5cca92b Don't combine stderr
71ada44 Emit real golangci-lint verison
f15aec7 Make it possible to parse issues
3d60d66 Move entrypoint to root
7d6a344 Make it possible to buffer args
ffdcae8 Make it possible to handle selected func
3ac85c0 Add golangci-lint runner
9ce06bc Update TODO
cdd903f Add error handling
0395406 Fix syntax error
2077133 Add keybinds for source files
327693f Add golangcilint package
30d5cde Make linters item table
d5e6821 Rename box to item
20161c5 Add info box
14d3fc1 Add results box
8b176a2 Add targets box
47b03ad Add linters box
80c4cd8 Disable gomnd linter
b387993 Make it possible to render grid view
94225af Add logger
b723a0a Make it possible to run app
95d0ee2 Add config model
43abe2c Fix used linter name
2e6b768 Add idea settings file to gitignore
dfcfc9e Add golangci.yml
2bc7483 go mod init
53d2338 Initial commit

Docker images

  • docker pull nakabonne/golintui:latest
  • docker pull nakabonne/golintui:v0.2.5
  • docker pull nakabonne/golintui:v0.2

v0.2.4

07 Aug 23:31
60c073f
Compare
Choose a tag to compare

Changelog

60c073f Enable to open in the container
a50eae2 Bump golangci-lint in Dockerfile to v1.30.0
3d25e0f Add installation instruction with Docker
dd38848 Enable to install with docker
e7d4563 Avoid to check error type directly
3c2537c Enable new linters
c501112 Emit wrapped error
acabdcb Update demo
0ec006b Show source line as a issue's child
251853b Add docs for commits panel
cbd65a2 Add Commits Panel (#3)
a5e9bbb Enable to get source line
fda0015 Avoid to emit log to current dir
79b5c42 Remove unneeded linter settings
934c96d Fix import paths
afd1c62 Use token with repo permissions
432c8d8 Don't show comma on running modal
2e2097c Ignore to run test when no go files changed
62d168e Add goreleaser action
2e5ac64 Emit commit and build date
f1ef10f Add golangci-lint actions (#2)
c3ed8c4 Be more clear which path to give
a034a11 Add installation instruction with brew
6d12bd5 Add brews section
4d781a2 Add GPL license badge
9e9110e Show "unversioned" if built from source
a1b55d0 Update gif animation
34955d7 Add binary release section
e153bba Support freebsd
3a75605 Add goreleaser
b63bac3 Make sure to populate version automatically
9f5ab4d Update README.md
cfc2d86 Add testdata
a2034eb Add gif animation to docs
51a02cb Show keybinds on navi panel
c9b2a7e Add keybinds to docs (#1)
0622576 Add 'l' and 'h' to move panel
475e0e1 Make sure to ignore when only README changed
9a80bb5 Change warn color
73932e0 Add workflows
2ec2eec Add tests for config
8c85885 Emit log instead of panic
4016c4d Remove unneeded app
154b61c Add flags
bdb8997 Add layout for screens narrower than 100 cells
6bb3dda Show given paths while running
f4345d5 Remove info panel
444b255 Make sure to return func to close
bcc0a31 Show modal while running linters
6fe1383 Add navi panel
7110fbf Show modal to tell can't disable linter
6a71936 Don't disable if disable-all specified
e2f46da Read only linters settings from config
f6edcbb Rename remove to clear
b996d07 Make sure to remove all linters
14cbcc1 Use tmp config when running
3bd7313 Add TODO to tell shold refer pointer
120532c Be more clear if selected or not
c0c11bb Add dummy keybind "a"
8b17c74 Sort linters by name
844bb00 Switch linter state as many as wanted
8dddaaf Make linters panel default focus
c2cce9a Make linters selectable
dd58c4e Run only enabled linters
c91e82a Be sure to contain linters in runner
c37ff1c Show linters on linters panel
89dfaa4 Make Linter's fields private
153f118 Make it possible to list all linters
d43b1b5 Add func to create tmp project
d6506ab Add DS_Store to gitignore
0809bf4 Update README
68ad1dc Make it possible to switch panels
3cdfce4 Update README
78b915d Rename OSCommand to Editor
7fd50e6 Remove unneeded difinition
fa08efe Enable to suspend to edit file
96915fd Make sure to buffer latest issues
5ad7394 Make it open file as sub process
2a70a3f Enable to open file at specific line column
50f1ba6 Add quick start section to README
71156ee Add features section to README
6df39c2 Add func called when unselected
18a2b46 Enable to remove args
1fdf3e8 Make it possible to emit version
17abf11 Make sure to open file
ccf5ff4 Fix to use param
c7ca554 Expand result linters
4595b99 Add binary path to .gitignore
e766750 Add func to switch panel
c7fd936 Show issues on result view
e9c242e Change color
e580172 Add from linter node to result tree
09fcbac Add TODO to tell run concurrency
351b156 Rename to use node
1753afb Add api to show latest result
a6d6af3 Add doc about LC_CTYPE
228852a Emit dev log to local path
5cca92b Don't combine stderr
71ada44 Emit real golangci-lint verison
f15aec7 Make it possible to parse issues
3d60d66 Move entrypoint to root
7d6a344 Make it possible to buffer args
ffdcae8 Make it possible to handle selected func
3ac85c0 Add golangci-lint runner
9ce06bc Update TODO
cdd903f Add error handling
0395406 Fix syntax error
2077133 Add keybinds for source files
327693f Add golangcilint package
30d5cde Make linters item table
d5e6821 Rename box to item
20161c5 Add info box
14d3fc1 Add results box
8b176a2 Add targets box
47b03ad Add linters box
80c4cd8 Disable gomnd linter
b387993 Make it possible to render grid view
94225af Add logger
b723a0a Make it possible to run app
95d0ee2 Add config model
43abe2c Fix used linter name
2e6b768 Add idea settings file to gitignore
dfcfc9e Add golangci.yml
2bc7483 go mod init
53d2338 Initial commit

Docker images

  • docker pull nakabonne/golintui:latest
  • docker pull nakabonne/golintui:v0.2.4
  • docker pull nakabonne/golintui:v0.2

v0.2.3

07 Aug 04:42
a50eae2
Compare
Choose a tag to compare

Changelog

a50eae2 Bump golangci-lint in Dockerfile to v1.30.0
3d25e0f Add installation instruction with Docker
dd38848 Enable to install with docker
e7d4563 Avoid to check error type directly
3c2537c Enable new linters
c501112 Emit wrapped error
acabdcb Update demo
0ec006b Show source line as a issue's child
251853b Add docs for commits panel
cbd65a2 Add Commits Panel (#3)
a5e9bbb Enable to get source line
fda0015 Avoid to emit log to current dir
79b5c42 Remove unneeded linter settings
934c96d Fix import paths
afd1c62 Use token with repo permissions
432c8d8 Don't show comma on running modal
2e2097c Ignore to run test when no go files changed
62d168e Add goreleaser action
2e5ac64 Emit commit and build date
f1ef10f Add golangci-lint actions (#2)
c3ed8c4 Be more clear which path to give
a034a11 Add installation instruction with brew
6d12bd5 Add brews section
4d781a2 Add GPL license badge
9e9110e Show "unversioned" if built from source
a1b55d0 Update gif animation
34955d7 Add binary release section
e153bba Support freebsd
3a75605 Add goreleaser
b63bac3 Make sure to populate version automatically
9f5ab4d Update README.md
cfc2d86 Add testdata
a2034eb Add gif animation to docs
51a02cb Show keybinds on navi panel
c9b2a7e Add keybinds to docs (#1)
0622576 Add 'l' and 'h' to move panel
475e0e1 Make sure to ignore when only README changed
9a80bb5 Change warn color
73932e0 Add workflows
2ec2eec Add tests for config
8c85885 Emit log instead of panic
4016c4d Remove unneeded app
154b61c Add flags
bdb8997 Add layout for screens narrower than 100 cells
6bb3dda Show given paths while running
f4345d5 Remove info panel
444b255 Make sure to return func to close
bcc0a31 Show modal while running linters
6fe1383 Add navi panel
7110fbf Show modal to tell can't disable linter
6a71936 Don't disable if disable-all specified
e2f46da Read only linters settings from config
f6edcbb Rename remove to clear
b996d07 Make sure to remove all linters
14cbcc1 Use tmp config when running
3bd7313 Add TODO to tell shold refer pointer
120532c Be more clear if selected or not
c0c11bb Add dummy keybind "a"
8b17c74 Sort linters by name
844bb00 Switch linter state as many as wanted
8dddaaf Make linters panel default focus
c2cce9a Make linters selectable
dd58c4e Run only enabled linters
c91e82a Be sure to contain linters in runner
c37ff1c Show linters on linters panel
89dfaa4 Make Linter's fields private
153f118 Make it possible to list all linters
d43b1b5 Add func to create tmp project
d6506ab Add DS_Store to gitignore
0809bf4 Update README
68ad1dc Make it possible to switch panels
3cdfce4 Update README
78b915d Rename OSCommand to Editor
7fd50e6 Remove unneeded difinition
fa08efe Enable to suspend to edit file
96915fd Make sure to buffer latest issues
5ad7394 Make it open file as sub process
2a70a3f Enable to open file at specific line column
50f1ba6 Add quick start section to README
71156ee Add features section to README
6df39c2 Add func called when unselected
18a2b46 Enable to remove args
1fdf3e8 Make it possible to emit version
17abf11 Make sure to open file
ccf5ff4 Fix to use param
c7ca554 Expand result linters
4595b99 Add binary path to .gitignore
e766750 Add func to switch panel
c7fd936 Show issues on result view
e9c242e Change color
e580172 Add from linter node to result tree
09fcbac Add TODO to tell run concurrency
351b156 Rename to use node
1753afb Add api to show latest result
a6d6af3 Add doc about LC_CTYPE
228852a Emit dev log to local path
5cca92b Don't combine stderr
71ada44 Emit real golangci-lint verison
f15aec7 Make it possible to parse issues
3d60d66 Move entrypoint to root
7d6a344 Make it possible to buffer args
ffdcae8 Make it possible to handle selected func
3ac85c0 Add golangci-lint runner
9ce06bc Update TODO
cdd903f Add error handling
0395406 Fix syntax error
2077133 Add keybinds for source files
327693f Add golangcilint package
30d5cde Make linters item table
d5e6821 Rename box to item
20161c5 Add info box
14d3fc1 Add results box
8b176a2 Add targets box
47b03ad Add linters box
80c4cd8 Disable gomnd linter
b387993 Make it possible to render grid view
94225af Add logger
b723a0a Make it possible to run app
95d0ee2 Add config model
43abe2c Fix used linter name
2e6b768 Add idea settings file to gitignore
dfcfc9e Add golangci.yml
2bc7483 go mod init
53d2338 Initial commit

Docker images

  • docker pull nakabonne/golintui:latest
  • docker pull nakabonne/golintui:v0.2.3
  • docker pull nakabonne/golintui:v0.2

v0.2.2

23 Jul 01:30
dd38848
Compare
Choose a tag to compare

Changelog

dd38848 Enable to install with docker
e7d4563 Avoid to check error type directly
3c2537c Enable new linters
c501112 Emit wrapped error
acabdcb Update demo
0ec006b Show source line as a issue's child
251853b Add docs for commits panel
cbd65a2 Add Commits Panel (#3)
a5e9bbb Enable to get source line
fda0015 Avoid to emit log to current dir
79b5c42 Remove unneeded linter settings
934c96d Fix import paths
afd1c62 Use token with repo permissions
432c8d8 Don't show comma on running modal
2e2097c Ignore to run test when no go files changed
62d168e Add goreleaser action
2e5ac64 Emit commit and build date
f1ef10f Add golangci-lint actions (#2)
c3ed8c4 Be more clear which path to give
a034a11 Add installation instruction with brew
6d12bd5 Add brews section
4d781a2 Add GPL license badge
9e9110e Show "unversioned" if built from source
a1b55d0 Update gif animation
34955d7 Add binary release section
e153bba Support freebsd
3a75605 Add goreleaser
b63bac3 Make sure to populate version automatically
9f5ab4d Update README.md
cfc2d86 Add testdata
a2034eb Add gif animation to docs
51a02cb Show keybinds on navi panel
c9b2a7e Add keybinds to docs (#1)
0622576 Add 'l' and 'h' to move panel
475e0e1 Make sure to ignore when only README changed
9a80bb5 Change warn color
73932e0 Add workflows
2ec2eec Add tests for config
8c85885 Emit log instead of panic
4016c4d Remove unneeded app
154b61c Add flags
bdb8997 Add layout for screens narrower than 100 cells
6bb3dda Show given paths while running
f4345d5 Remove info panel
444b255 Make sure to return func to close
bcc0a31 Show modal while running linters
6fe1383 Add navi panel
7110fbf Show modal to tell can't disable linter
6a71936 Don't disable if disable-all specified
e2f46da Read only linters settings from config
f6edcbb Rename remove to clear
b996d07 Make sure to remove all linters
14cbcc1 Use tmp config when running
3bd7313 Add TODO to tell shold refer pointer
120532c Be more clear if selected or not
c0c11bb Add dummy keybind "a"
8b17c74 Sort linters by name
844bb00 Switch linter state as many as wanted
8dddaaf Make linters panel default focus
c2cce9a Make linters selectable
dd58c4e Run only enabled linters
c91e82a Be sure to contain linters in runner
c37ff1c Show linters on linters panel
89dfaa4 Make Linter's fields private
153f118 Make it possible to list all linters
d43b1b5 Add func to create tmp project
d6506ab Add DS_Store to gitignore
0809bf4 Update README
68ad1dc Make it possible to switch panels
3cdfce4 Update README
78b915d Rename OSCommand to Editor
7fd50e6 Remove unneeded difinition
fa08efe Enable to suspend to edit file
96915fd Make sure to buffer latest issues
5ad7394 Make it open file as sub process
2a70a3f Enable to open file at specific line column
50f1ba6 Add quick start section to README
71156ee Add features section to README
6df39c2 Add func called when unselected
18a2b46 Enable to remove args
1fdf3e8 Make it possible to emit version
17abf11 Make sure to open file
ccf5ff4 Fix to use param
c7ca554 Expand result linters
4595b99 Add binary path to .gitignore
e766750 Add func to switch panel
c7fd936 Show issues on result view
e9c242e Change color
e580172 Add from linter node to result tree
09fcbac Add TODO to tell run concurrency
351b156 Rename to use node
1753afb Add api to show latest result
a6d6af3 Add doc about LC_CTYPE
228852a Emit dev log to local path
5cca92b Don't combine stderr
71ada44 Emit real golangci-lint verison
f15aec7 Make it possible to parse issues
3d60d66 Move entrypoint to root
7d6a344 Make it possible to buffer args
ffdcae8 Make it possible to handle selected func
3ac85c0 Add golangci-lint runner
9ce06bc Update TODO
cdd903f Add error handling
0395406 Fix syntax error
2077133 Add keybinds for source files
327693f Add golangcilint package
30d5cde Make linters item table
d5e6821 Rename box to item
20161c5 Add info box
14d3fc1 Add results box
8b176a2 Add targets box
47b03ad Add linters box
80c4cd8 Disable gomnd linter
b387993 Make it possible to render grid view
94225af Add logger
b723a0a Make it possible to run app
95d0ee2 Add config model
43abe2c Fix used linter name
2e6b768 Add idea settings file to gitignore
dfcfc9e Add golangci.yml
2bc7483 go mod init
53d2338 Initial commit

Docker images

  • docker pull nakabonne/golintui:latest
  • docker pull nakabonne/golintui:v0.2.2
  • docker pull nakabonne/golintui:v0.2

v0.2.1

29 May 23:11
c501112
Compare
Choose a tag to compare

Changelog

c501112 Emit wrapped error

v0.2.0

23 May 08:52
acabdcb
Compare
Choose a tag to compare

Notable Changes

  • Add Commit Panel to allow selection of revisions to be passed to --new-from-rev.
  • Source lines are now shown in the Result panel.

Changelog

acabdcb Update demo
0ec006b Show source line as a issue's child
251853b Add docs for commits panel
cbd65a2 Add Commits Panel (#3)
a5e9bbb Enable to get source line

v0.1.2

16 May 01:23
fda0015
Compare
Choose a tag to compare

Changelog

fda0015 Avoid to emit log to current dir
79b5c42 Remove unneeded linter settings
934c96d Fix import paths

v0.1.1

13 May 23:51
afd1c62
Compare
Choose a tag to compare

Changelog

afd1c62 Use token with repo permissions
432c8d8 Don't show comma on running modal
2e2097c Ignore to run test when no go files changed
62d168e Add goreleaser action
2e5ac64 Emit commit and build date
f1ef10f Add golangci-lint actions (#2)
c3ed8c4 Be more clear which path to give
a034a11 Add installation instruction with brew

v0.1.0

07 May 23:12
6d12bd5
Compare
Choose a tag to compare

Changelog

6d12bd5 Add brews section
4d781a2 Add GPL license badge
9e9110e Show "unversioned" if built from source
a1b55d0 Update gif animation
34955d7 Add binary release section

v0.0.5

07 May 00:27
e153bba
Compare
Choose a tag to compare

Changelog

e153bba Support freebsd
3a75605 Add goreleaser
b63bac3 Make sure to populate version automatically
9f5ab4d Update README.md
cfc2d86 Add testdata
a2034eb Add gif animation to docs
51a02cb Show keybinds on navi panel
c9b2a7e Add keybinds to docs (#1)
0622576 Add 'l' and 'h' to move panel
475e0e1 Make sure to ignore when only README changed
9a80bb5 Change warn color
73932e0 Add workflows
2ec2eec Add tests for config
8c85885 Emit log instead of panic
4016c4d Remove unneeded app
154b61c Add flags
bdb8997 Add layout for screens narrower than 100 cells
6bb3dda Show given paths while running
f4345d5 Remove info panel
444b255 Make sure to return func to close
bcc0a31 Show modal while running linters
6fe1383 Add navi panel
7110fbf Show modal to tell can't disable linter
6a71936 Don't disable if disable-all specified
e2f46da Read only linters settings from config
f6edcbb Rename remove to clear
b996d07 Make sure to remove all linters
14cbcc1 Use tmp config when running
3bd7313 Add TODO to tell shold refer pointer
120532c Be more clear if selected or not
c0c11bb Add dummy keybind "a"
8b17c74 Sort linters by name
844bb00 Switch linter state as many as wanted
8dddaaf Make linters panel default focus
c2cce9a Make linters selectable
dd58c4e Run only enabled linters
c91e82a Be sure to contain linters in runner
c37ff1c Show linters on linters panel
89dfaa4 Make Linter's fields private
153f118 Make it possible to list all linters
d43b1b5 Add func to create tmp project
d6506ab Add DS_Store to gitignore
0809bf4 Update README
68ad1dc Make it possible to switch panels
3cdfce4 Update README
78b915d Rename OSCommand to Editor
7fd50e6 Remove unneeded difinition
fa08efe Enable to suspend to edit file
96915fd Make sure to buffer latest issues
5ad7394 Make it open file as sub process
2a70a3f Enable to open file at specific line column
50f1ba6 Add quick start section to README
71156ee Add features section to README
6df39c2 Add func called when unselected
18a2b46 Enable to remove args
1fdf3e8 Make it possible to emit version
17abf11 Make sure to open file
ccf5ff4 Fix to use param
c7ca554 Expand result linters
4595b99 Add binary path to .gitignore
e766750 Add func to switch panel
c7fd936 Show issues on result view
e9c242e Change color
e580172 Add from linter node to result tree
09fcbac Add TODO to tell run concurrency
351b156 Rename to use node
1753afb Add api to show latest result
a6d6af3 Add doc about LC_CTYPE
228852a Emit dev log to local path
5cca92b Don't combine stderr
71ada44 Emit real golangci-lint verison
f15aec7 Make it possible to parse issues
3d60d66 Move entrypoint to root
7d6a344 Make it possible to buffer args
ffdcae8 Make it possible to handle selected func
3ac85c0 Add golangci-lint runner
9ce06bc Update TODO
cdd903f Add error handling
0395406 Fix syntax error
2077133 Add keybinds for source files
327693f Add golangcilint package
30d5cde Make linters item table
d5e6821 Rename box to item
20161c5 Add info box
14d3fc1 Add results box
8b176a2 Add targets box
47b03ad Add linters box
80c4cd8 Disable gomnd linter
b387993 Make it possible to render grid view
94225af Add logger
b723a0a Make it possible to run app
95d0ee2 Add config model
43abe2c Fix used linter name
2e6b768 Add idea settings file to gitignore
dfcfc9e Add golangci.yml
2bc7483 go mod init
53d2338 Initial commit