Thomas von Dein
|
dc718392b6
|
fix-import
|
2025-01-22 23:15:12 +01:00 |
|
Thomas von Dein
|
e8f4fef41c
|
fix #37: make yank portable
|
2025-01-22 23:12:42 +01:00 |
|
|
|
82f54c120d
|
catch err
|
2025-01-21 18:42:04 +01:00 |
|
T.v.Dein
|
2d5799e2f2
|
Use primary clipboard on unix
|
2025-01-20 21:27:26 +01:00 |
|
|
|
8e33cadcaa
|
add -y
|
2025-01-20 19:28:19 +01:00 |
|
|
|
03f3225f24
|
build release binaries using ci workflow
|
2025-01-18 10:51:28 +01:00 |
|
|
|
63c7ef26b6
|
add -k<name> and sort by multiple columns support, fixes #34
v1.3.1
|
2025-01-15 18:53:34 +01:00 |
|
dependabot[bot]
|
c2e7d8037a
|
Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.22.0...v2.23.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
v1.3.0
|
2025-01-14 13:12:06 +01:00 |
|
|
|
323c070caa
|
tests don't work on windows
|
2025-01-14 13:10:09 +01:00 |
|
|
|
53cf1e2ebe
|
fix for windows
|
2025-01-14 13:10:09 +01:00 |
|
|
|
16c5053752
|
satisfy linter
|
2025-01-14 13:10:09 +01:00 |
|
|
|
7d2d9a55d3
|
added prior art, fixes #30 as well
|
2025-01-14 13:10:09 +01:00 |
|
|
|
14c50b4e63
|
get rid of lisp interpreter, -R and -F are enough, fixes #30
|
2025-01-14 13:10:09 +01:00 |
|
|
|
0e68dc585d
|
added testscript test to test the combination of all tasks
|
2025-01-14 13:10:09 +01:00 |
|
|
|
6ca835add1
|
changed file handling, use -r <file> or nothing to use stdin
|
2025-01-14 13:10:09 +01:00 |
|
|
|
306f583522
|
fixed transpose error message if count is incorrect
|
2025-01-14 13:10:09 +01:00 |
|
|
|
9f971ed3b9
|
fix #32: treat header filters case insensitively
|
2025-01-14 13:10:09 +01:00 |
|
|
|
2ae2d2b33d
|
add transpose stuff to README, bump version
|
2025-01-14 13:10:09 +01:00 |
|
|
|
cf1a555b9b
|
added tests, reorganized Parse() by dismantling parsing and processing
|
2025-01-14 13:10:09 +01:00 |
|
|
|
4d894a728b
|
added transpose function (-T + -R)
|
2025-01-14 13:10:09 +01:00 |
|
|
|
8792c5a40f
|
fix regex in example
|
2025-01-10 18:33:55 +01:00 |
|
|
|
7ab1a1178a
|
add zygo reference
|
2025-01-10 18:27:41 +01:00 |
|
|
|
1e44da4f6e
|
added documentation about current state of lisp support
|
2025-01-10 18:26:33 +01:00 |
|
|
|
59171f0fab
|
bump versions
v1.2.3
|
2024-12-13 10:37:44 +01:00 |
|
|
|
8098ccf000
|
fix #29: fix stat() error checking
|
2024-12-13 10:35:56 +01:00 |
|
|
|
4dc87ac22e
|
fix #27: check if parsed headers and columns match
v1.2.2
|
2024-11-04 11:13:53 +01:00 |
|
|
|
ef5211e45f
|
only works on 1.22
|
2024-09-27 11:15:23 +02:00 |
|
|
|
1a80e72737
|
fix version quoting
|
2024-09-27 11:04:32 +02:00 |
|
|
|
8e765b167f
|
ok, only test with 1.22.1
v1.2.1
|
2024-09-25 18:55:04 +02:00 |
|
|
|
30f4b67538
|
bump version and add current go versions for testing
|
2024-09-25 18:52:47 +02:00 |
|
|
|
383b5db47e
|
try 1.22.1
|
2024-09-25 18:40:13 +02:00 |
|
|
|
f7d812b372
|
try to quote go version
|
2024-09-25 18:38:06 +02:00 |
|
|
|
480f5f617d
|
only try 1.20
|
2024-09-25 18:33:46 +02:00 |
|
|
|
586e36c181
|
update to go 1.22
|
2024-09-25 18:24:35 +02:00 |
|
dependabot[bot]
|
13c789b800
|
Bump github.com/alecthomas/repr from 0.1.1 to 0.4.0
Bumps [github.com/alecthomas/repr](https://github.com/alecthomas/repr) from 0.1.1 to 0.4.0.
- [Commits](https://github.com/alecthomas/repr/compare/v0.1.1...v0.4.0)
---
updated-dependencies:
- dependency-name: github.com/alecthomas/repr
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-25 18:22:10 +02:00 |
|
dependabot[bot]
|
81e1394fd2
|
Bump github.com/gookit/color from 1.5.2 to 1.5.4
Bumps [github.com/gookit/color](https://github.com/gookit/color) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/gookit/color/releases)
- [Commits](https://github.com/gookit/color/compare/v1.5.2...v1.5.4)
---
updated-dependencies:
- dependency-name: github.com/gookit/color
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-25 18:22:00 +02:00 |
|
dependabot[bot]
|
b8099fe389
|
Bump github.com/spf13/cobra from 1.6.1 to 1.8.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-25 18:21:46 +02:00 |
|
dependabot[bot]
|
1dc072aa67
|
Bump github.com/lithammer/fuzzysearch from 1.1.7 to 1.1.8
Bumps [github.com/lithammer/fuzzysearch](https://github.com/lithammer/fuzzysearch) from 1.1.7 to 1.1.8.
- [Release notes](https://github.com/lithammer/fuzzysearch/releases)
- [Commits](https://github.com/lithammer/fuzzysearch/compare/v1.1.7...v1.1.8)
---
updated-dependencies:
- dependency-name: github.com/lithammer/fuzzysearch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-25 18:21:23 +02:00 |
|
dependabot[bot]
|
d92f63ca30
|
Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.22.0
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.19.1 to 2.22.0.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.19.1...v2.22.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-25 18:13:50 +02:00 |
|
|
|
78ccb8f54b
|
use non format logger
|
2024-09-25 18:06:00 +02:00 |
|
|
|
a29104aeab
|
fix typos in issue templates
|
2024-09-25 18:06:00 +02:00 |
|
dependabot[bot]
|
45d9e219a5
|
Bump golangci/golangci-lint-action from 3 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v6)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-25 16:40:10 +02:00 |
|
dependabot[bot]
|
3eda59beeb
|
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-25 16:39:58 +02:00 |
|
dependabot[bot]
|
7ada75c1d6
|
Bump actions/setup-go from 3 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v5)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-25 16:39:36 +02:00 |
|
|
|
83d5628430
|
add dependabot config
|
2024-09-25 16:33:54 +02:00 |
|
|
|
a9bb79b01c
|
merge corrections
v1.2.0
|
2024-05-07 18:39:38 +02:00 |
|
|
|
a718fa388d
|
Merge remote-tracking branch 'origin/development'
|
2024-05-07 18:29:01 +02:00 |
|
|
|
473feff451
|
refactored and un-go-criticed
|
2024-05-07 18:01:12 +02:00 |
|
|
|
9e2e45715e
|
added -F docs
|
2024-05-07 18:00:57 +02:00 |
|
|
|
39609425e5
|
refactoring and gouncritic, 1st part
|
2024-05-07 15:19:54 +02:00 |
|