Commit graph

  • d62dafcc75 Merged MacOS and Linux releases main Leon Mika 2025-11-18 21:51:37 +1100
  • 41ab161fab Removed unnecessary services v0.1.0 Leon Mika 2025-11-12 22:13:13 +1100
  • 35a953fa97 Added CI/CD pipeline Leon Mika 2025-11-12 22:12:55 +1100
  • 1f3c11f265 Fixed bug which made new columns non-resizable Leon Mika 2024-10-09 07:47:34 +1100
  • f271865808 Updated readme Leon Mika 2024-10-08 14:11:27 +1100
  • a1df99860e Added Ctrl+C and search previous command Leon Mika 2024-09-24 13:07:30 +1000
  • 9267fc92a7 A few minor feature Leon Mika 2024-09-24 12:45:22 +1000
  • 3ee6cbf514 Added 'each-row' and 'to-upper' commands Leon Mika 2022-10-05 11:49:37 +1100
  • 5424a6b927 Allowed open-right to work on all columns Leon Mika 2022-07-01 16:15:54 +1000
  • 975955236f Added support for TSV files Leon Mika 2022-06-03 10:29:06 +1000
  • 82face0010 Fixed some bugs with the backspace key mappings Leon Mika 2021-03-24 08:28:40 +1100
  • 185900d626 Replaced termbox with tcell Leon Mika 2021-03-24 08:23:23 +1100
  • e790b508a1 Some small quality of life improvements Leon Mika 2020-10-21 14:35:52 +1100
  • 6e6e586f1d Added temporary command x-replace Leon Mika 2020-09-29 23:08:57 +0000
  • 04aeff6b52 Added go.mod Leon Mika 2020-09-29 00:56:36 +0000
  • 9c0f4d7b37 Added a readme and license. Leon Mika 2020-09-29 00:33:14 +0000
  • a49613f7e9 Added the notion of a grid view model. Leon Mika 2020-06-16 14:23:17 +1000
  • 598d9bd962 Added search and replaced split out edit and replace cell commands Leon Mika 2020-06-16 10:05:29 +1000
  • b658536ad1 Started working on opening down and right Leon Mika 2019-03-05 10:44:26 +1100
  • 3a7c4d764b Fixed a few loading bugs Leon Mika 2018-09-01 12:02:01 +1000
  • ae833d5db8 Have actually implemented useful commands for reading/writing CSV files Leon Mika 2018-09-01 11:27:34 +1000
  • 33847a78c1 Have added prompting. Leon Mika 2017-08-26 09:48:22 +1000
  • 665bc8cdae Started work on model types. lmika 2015-03-24 13:12:40 +1100
  • 910bdbc854 A lot of work. Started working on the session objects and added a new text display component and componant switcher. lmika 2015-01-06 22:34:06 +1100
  • e86cb4fd63 Implemented a single-line text box. This implements many of the features missing from the text entry used in version 1. lmika 2015-01-05 22:50:02 +1100
  • 6227b76b86 Added a key event listener which components can implement, and have also mapped termio keys into local keys. lmika 2015-01-03 23:09:35 +1100
  • 4a831f7730 Moved the grid control into the UI package. lmika 2015-01-03 19:05:04 +1100
  • 96f3271cd6 Have reimplemented the main components and introduced layout components. lmika 2015-01-03 18:50:37 +1100
  • eab0eb1caf Really removed the makefile now. lmika 2015-01-03 10:37:46 +1100
  • ea0b8e933c Rearranged the source files and removed the makefile. To build run: go build ./... lmika 2015-01-03 10:37:15 +1100
  • b187b05812 Completed enough of the grid functionality for it to be usable. lmika 2013-06-05 13:26:10 +1000
  • 145bbe3d00 More work on the grid. Reasonably happy with the first version. Grid now moves by cells instead of by points (for simplicity sake). lmika 2013-06-04 23:25:02 +1000
  • a1c3c0d295 Added initial version of the grid and the model. Much work left to do on this. lmika 2013-06-04 16:17:48 +1000
  • 1975e79788 Initial version of ted-v2. lmika 2013-06-04 11:27:43 +1000