gitui/src
Jon Grythe Stødle 52f31adb98 Add command to edit selected file in editor
Pressing `e` while looking at a file in the _Status_ view will launch an external editor with the current file opened. The editor chosen is determined by the default logic introduced in #114.

An improvement to this in the future could be launching at the specific line at which the _Diff_ view is focused, but that seems to require a change in `FileDiff` which is a change bigger than this PR.

Fixes #166
2020-07-07 12:42:01 +02:00
..
components Add command to edit selected file in editor 2020-07-07 12:42:01 +02:00
tabs Add command to edit selected file in editor 2020-07-07 12:42:01 +02:00
ui more fancy spinner, cleanup tabs 2020-07-04 12:55:40 +02:00
app.rs Add command to edit selected file in editor 2020-07-07 12:42:01 +02:00
cmdbar.rs share theme instead of copying it all over the place 2020-06-22 12:21:21 +02:00
input.rs use condvar/mutex to not busywait when suspending input polling (closes #153) 2020-06-30 09:33:22 +02:00
keys.rs Add command to edit selected file in editor 2020-07-07 12:42:01 +02:00
main.rs Add command to edit selected file in editor 2020-07-07 12:42:01 +02:00
notify_mutex.rs use condvar/mutex to not busywait when suspending input polling (closes #153) 2020-06-30 09:33:22 +02:00
profiler.rs fix clippy for when pprof is off 2020-07-04 16:54:30 +02:00
queue.rs Add command to edit selected file in editor 2020-07-07 12:42:01 +02:00
spinner.rs more fancy spinner, cleanup tabs 2020-07-04 12:55:40 +02:00
strings.rs Add command to edit selected file in editor 2020-07-07 12:42:01 +02:00
version.rs docs 2020-04-12 14:24:21 +02:00