aboutsummaryrefslogtreecommitdiffstats
path: root/src/edit.rs
Commit message (Collapse)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 inputs
| * implements ability to edit from taking piped inputsTin Lai2023-09-211-0/+8
| | | | | | | | Signed-off-by: Tin Lai <oscar@tinyiu.com>
* | fix: clippy warning on single_match_elsearcstur2023-09-031-1/+1
|/ | | | | | It seems this is a `single_match_else` and not a `single_match`. Now clippy shows no warnings.
* 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