Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer VISUAL to EDITOR | toonn | 2018-01-23 | 1 | -1/+7 |
| | | | | | | | | | | | | | `VISUAL` is often misused to mean desktop GUI editor it's actual purpose was to distinguish editors like `vi` (which is short for visual) from editors like `ed` (which was probably short for editor), `EDITOR` is actually intended to point to one of the latter. Rifle still defaults to `vim` if both variables are undefined, even with an old `rifle.conf` after trying to fall back on `EDITOR`. For some better information on this see, https://unix.stackexchange.com/a/334022 | ||||
* | rifle: Add new option flag `-c` | Samuel Walladge | 2017-02-05 | 1 | -3/+8 |
| | |||||
* | doc/rifle.1: added whitespace at examples | hut | 2013-02-18 | 1 | -0/+4 |
| | |||||
* | doc/rifle.1: Added man page for rifle | hut | 2013-02-18 | 1 | -0/+120 |