moe icon indicating copy to clipboard operation
moe copied to clipboard

A command line based editor inspired by Vim. Written in Nim.

Results 109 moe issues
Sort by recently updated
recently updated
newest added

Caused by xvfb and clipboard on the github actions. ## Log ``` xvfb-run --auto-servernum nimble test --verbose -Y shell: /usr/bin/bash -e {0} env: NIM_VERSION: stable PATH: /home/runner/.nimble/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin DISPLAY: :99.0 Verifying...

bug
help wanted
test

I have been working on removing the Ncurses recently but decided to take this opportunity to redesign and rewrite the moe. ## Plans - [ ] UI without library -...

feature

Auto indent the next line when: - The line is `var`, `let` or `const` - The line finishes with `or`, `and` or `object` - The instruction isn't complete (eg: Parenthesis...

enhancement

enhancement
feature

Probably true colors are available in since ncurses 6.1

enhancement
help wanted
feature

Like `yt` or `cf` (the same for `d`, etc.)

enhancement
feature
discuss

Say I type in these two lines: ``` if isGood() doSomething() ``` Obviously a final semicolon is missing at the end of the ifline. Next example: ``` proc myProcNameIsLong() =...

feature