termit icon indicating copy to clipboard operation
termit copied to clipboard

The TERMinal edITor - embeddable CLI editor

Results 10 termit issues
Sort by recently updated
recently updated
newest added

Bumps [terminal-kit](https://github.com/cronvel/terminal-kit) from 1.31.4 to 2.1.8. Changelog Sourced from terminal-kit's changelog. v2.1.8 Fix a possible ReDoS v2.1.7 Fix inline table behavior (#186) v2.1.6 Fix a circular require error (#181) v2.1.5...

dependencies

Bumps [tree-kit](https://github.com/cronvel/tree-kit) from 0.6.1 to 0.7.4. Changelog Sourced from tree-kit's changelog. v0.7.4 dotPath: empty path part support v0.7.3 .extend() option 'mask' now supports a number, the rank at which the...

dependencies

Bumps [string-kit](https://github.com/cronvel/string-kit) to 0.17.7 and updates ancestor dependency [terminal-kit](https://github.com/cronvel/terminal-kit). These dependencies need to be updated together. Updates `string-kit` from 0.10.1 to 0.17.7 Changelog Sourced from string-kit's changelog. v0.17.7 .camelCaseToSeparated(): Fix...

dependencies

Fixes #12 and #13 Hey so I have added the functionality for undo and redo. I chose Alt+ up and down for it but you can change it if you...

Add undo feature using a stack to track changes. Ideal solution: Changes should be tracked per character pressed or per control key used (delete, backspace, line cut/insert etc). Position in...

enhancement

After #14 is done, we can set up a workflow for running the tests automatically using GH actions.

enhancement
help wanted
hacktoberfest

Tests are missing, and I suppose there are a lot of things to test, but we'll start by just getting the plumbing in place with a minimal test that verifies...

enhancement
help wanted
hacktoberfest

If you open a file and move the cursor towards the end of the line, you can't reach the end. You can workaround, but it is not nice. I could...

Expand upon Add undo( #12 ) and add the feature to redo after an undo. Depending on the implemented solution in #12 this might be as easy as pushing current...

enhancement