summary refs log tree commit diff stats
path: root/commands/msgview/open.go
Commit message (Collapse)AuthorAgeFilesLines
* Make :pipe command more genericDrew DeVault2019-07-051-1/+1
|
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-041-3/+2
|
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* commands/msgview: add open commandRéouven Assouly2019-06-171-0/+61
90'>90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122