200f1f32f8
using patched tiagomeol/go-clipboard/clipboard, fixes #37
2025-01-28 14:40:17 +01:00
8e33cadcaa
add -y
2025-01-20 19:28:19 +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 >
2025-01-14 13:12:06 +01:00
0e68dc585d
added testscript test to test the combination of all tasks
2025-01-14 13:10:09 +01:00
59171f0fab
bump versions
2024-12-13 10:37:44 +01: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
T.v.Dein
6fccd1287b
Feature additions ( #11 )
...
* add color table support (using alternating colorization of rows) using new flag `-L`
* add config file support (HCL format) using `~/.config/tablizer/config` or `-f <file>` so the user can customize colors
* removed golang 1.17 support
2023-11-22 14:16:43 +01:00
T.v.Dein
9eadb941da
Release v1.0.17 ( #9 )
...
* add shortcut -H to --no-headers, it's too cumbersome to type
* added fuzzy search support
* Added basic lisp plugin facilities
* Lisp plugin Addidions:
- added process hook facilities
- added working example lisp plugin for filter hook
- load-path can now be a file as well
- added a couple of lisp helper functions (atoi, split), more may
follow, see lisplib.go
* linting fixes
2023-10-02 18:15:41 +02:00
2d157bf2c0
force uniseg release version, see actions#3396457307/
2022-11-04 20:22:51 +01:00
dfc7c2e03e
upd dep licenses, upd go modules
2022-11-04 20:10:54 +01:00
76930ab45a
added yaml output mode support (-o yaml or -Y)
2022-10-16 19:44:26 +02:00
da276a1b50
replaced github.com/xhit/go-str2duration with my own func + tests
2022-10-16 15:30:34 +02:00
ca87c339b0
added support to sort by time, duration, numerical
2022-10-15 17:05:15 +02:00
4ec6ccd0fd
added support for regexp in -c parameter, added deduplication as well
2022-10-15 14:03:30 +02:00
f890596b4c
added pattern highlighting support
2022-10-10 20:14:51 +02:00
4ca3a56280
refactored output printer, now using tablewriter
2022-10-01 14:14:53 +02:00
10f4a81751
initial commit
2022-09-28 19:30:08 +02:00