aboutsummaryrefslogtreecommitdiffstats
path: root/src/edit.rs
Commit message (Expand)AuthorAgeFilesLines
* switch to is-terminalJesse Luehrs2024-01-011-1/+3
* clippy and fmtJesse Luehrs2024-01-011-2/+2
* Merge pull request #138 from soraxas/feat-edit-from-stdinJesse Luehrs2024-01-011-0/+8
|\
| * implements ability to edit from taking piped inputsTin Lai2023-09-211-0/+8
* | fix: clippy warning on single_match_elsearcstur2023-09-031-1/+1
|/
* clippyJesse Luehrs2023-02-181-5/+3
* clippyJesse Luehrs2021-12-151-0/+1
* support command line arguments in EDITOR/VISUALJesse Luehrs2021-10-291-25/+47
* clippyJesse Luehrs2021-10-291-1/+1
* disable swap and shada for EDITOR nvimEric Zhao2021-09-241-1/+1
* better error message when editor is set incorrectlyJesse Luehrs2021-07-051-9/+16
* support VISUAL in preference to EDITORJesse Luehrs2021-03-021-2/+6
* implement editing a string in a text editorJesse Luehrs2020-04-181-0/+54