Commit graph

12 commits

Author SHA1 Message Date
Leon Mika 7ca0cf6982
Converted scripting language Tamarin to Risor (#55)
- Converted Tamarin script language to Risor
- Added a "find" and "merge" method to the result set script type.
- Added the ability to copy the table of results to the pasteboard by pressing C
- Added the -q flag, which will run a query and display the results as a CSV file on the command line
- Upgraded Go to 1.21 in Github actions
- Fix issue with missing limits
- Added the '-where' switch to the mark
- Added the 'marked' function to the query expression.
- Added a sampled time and count on the right-side of the mode line
- Added the 'M' key binding to toggle the marked items
- Started working on tab completion for 'sa' and 'da' commands
- Added count and sample time to the right-side of the mode line
- Added Ctrl+V to the prompt to paste the text of the pasteboard with all whitespace characters trimmed
- Fixed failing unit tests
2023-10-06 15:27:06 +11:00
Leon Mika cd9700569c Another fix to the release 2022-11-18 22:46:50 +11:00
Leon Mika e388bec89f Fixed some bugs with the releases 2022-11-18 22:29:59 +11:00
Leon Mika 55b8103416
Split the releases into a MacOS one and Linux/Windows one
This is to add support for building the MacOS binary using CGO.
2022-11-18 22:14:33 +11:00
Leon Mika 0c541da1c6 Changed worker for CI/CD back to ubuntu 2022-11-18 07:55:40 +11:00
Leon Mika 7e4c47a7b6 Changed running from 'ubuntu' to 'macos-12' 2022-11-18 07:53:26 +11:00
Leon Mika 62f9c08e82 Fixed issues with homebrew tap 2022-10-17 10:23:27 +11:00
Leon Mika c09cad8718 Fixed a bug with the release CI/CD 2022-07-30 09:16:23 +10:00
Leon Mika 77f84449f3 A few small changes made while writing the documentation 2022-07-24 09:54:24 +10:00
Leon Mika 7fc67e4d9a Fixed docker CI/CD settings 2022-07-17 10:01:17 +10:00
Leon Mika 47e404aff7 Turned off parallel test execution 2022-06-11 12:10:39 +10:00
Leon Mika 8d984119cc put-item: a few fixes
- Added Goreleaser configuration
- Changed some key bindings for the table list
- Started working on full display of items
2022-06-11 11:38:09 +10:00